Salome HOME
Ensure cmake_build_type is used in SALOME 9.12.0
[tools/sat_salome.git] / products / root.pyconf
index d89de2d99f4cefc9d03ad67469030db061637b3e..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,27 @@ 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"
+    patches : ['root-6.22.02.patch',
+               'root-6.22-afterImage.UB22.patch',
+               'root-6.22-string_view.UB22.patch'
+               ]
+}
+
 version_6_22_02_win:
 {
     build_source : "script"
@@ -75,6 +113,31 @@ version_6_22_02_win:
     patches : []
 }
 
+# these two patches cannot be merged - compilation issue on UB20 otherwise
+version_6_22_02_FD34:
+{
+    get_source : "archive"
+    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"