Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / root.pyconf
index a23b576830a9e6dfd85ef365b3bc6436d8a77802..9a05e81c7ffb75ce488284b9e4b23bc502fff764 100644 (file)
@@ -6,8 +6,10 @@ default :
     get_source : "git"
     git_info:
     {
-        repo : "https://github.com/root-project/root.git"
-        repo_dev : $repo
+      repositories :
+      {
+        github : "https://github.com/root-project/root.git"
+      }
     }
     environ :
     {
@@ -32,6 +34,21 @@ default_win:
     patches : []
 }
 
+version_6_30_06:
+{
+    get_source : "archive"
+    archive_info : {archive_name : "root_v6.30.06.source.tar.gz"}
+    patches : []
+}
+
+version_6_30_06_win:
+{
+    build_source : "script"
+    compil_script :  "root-6.30.bat"
+    depend : ['Python', 'Cython', 'numpy', 'gl2ps', 'freetype', 'freeimage']
+    patches : []
+}
+
 version_6_24_00:
 {
     get_source : "archive"
@@ -66,6 +83,18 @@ version_6_22_02:
     patches : ['root-6.22.02.patch']
 }
 
+version_6_22_02_DB12:
+{
+    get_source : "archive"
+    patches : ['root-6.22.02.patch', 'root-6.22-python-11.patch', 'root-include_limits.patch']
+}
+
+version_6_22_02_CO9:
+{
+    get_source : "archive"
+    patches : ['root-6.22.02.patch', 'root-include_limits.patch']
+}
+
 version_6_22_02_UB22_04:
 {
     get_source : "archive"
@@ -91,6 +120,24 @@ version_6_22_02_FD34:
     patches : ['root-6.22.02.patch', 'root-6.22.02-gcc-11.0.patch']
 }
 
+version_6_22_02_FD36:
+{
+    get_source : "archive"
+    patches : ['root-6.22.02.patch', 'root-6.22.02-gcc-11.0.patch']
+}
+
+version_6_22_02_FD38:
+{
+    get_source : "archive"
+    patches : ['root-6.22.02.patch', 'root-6.22.02-gcc-11.0.patch']
+}
+
+version_6_22_02_FD37:
+{
+    get_source : "archive"
+    patches : ['root-6.22.02.patch', 'root-6.22.02-gcc-11.0.patch']
+}
+
 version_6_16_00:
 {
     get_source : "archive"