]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
set OCCT tag to V7_5_0p1
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 27 May 2021 13:00:19 +0000 (15:00 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 27 May 2021 13:00:19 +0000 (15:00 +0200)
applications/SALOME-9.7.0-MPI.pyconf
applications/SALOME-9.7.0-int32.pyconf
applications/SALOME-9.7.0-windows.pyconf
applications/SALOME-9.7.0.pyconf
products/root.pyconf

index 129de2d5f4742ba98fd1ca7a6c65575cb8f542f2..e7e9081e6aecb299b1582ac2d62e2f16ce6c9d06 100644 (file)
@@ -30,7 +30,7 @@ APPLICATION :
         alabaster : '0.7.6'
         Babel : '2.7.0'
         boost : '1.71.0'
-        CAS : {tag: 'CR750-SALOME-PATCH', section: 'version_V7_5_0'}
+        CAS : {tag: 'V7_5_0p1', section: 'version_V7_5_0'}
         certifi : '2018.8.24'
         cgns : {tag : '4.1.1', hpc : 'yes'}
         chardet : '3.0.4'
index d1877939a95c15d1bd767af16d8208fc1c8d4cb1..4d393e5c855e4b1776907949f1c9e9b601fa49d5 100644 (file)
@@ -28,7 +28,7 @@ APPLICATION :
         alabaster : '0.7.6'
         Babel : '2.7.0'
         boost : '1.71.0'
-        CAS : {tag: 'CR750-SALOME-PATCH', section: 'version_V7_5_0'}
+        CAS : {tag: 'V7_5_0p1', section: 'version_V7_5_0'}
         certifi : '2018.8.24'
         cgns : '4.1.1'
         chardet : '3.0.4'
@@ -174,16 +174,6 @@ APPLICATION :
 }
 __overwrite__ :
 [
-  {
-   # GTK  compilation issue
-    __condition__ : "VARS.dist in ['CO6']"
-    'APPLICATION.products.opencv' : '2.4.13.5'
-    'APPLICATION.products.tbb' : '4.4'
-    'APPLICATION.products.llvm' : '3.9.1-clang'
-    'APPLICATION.products.mesa' : '13.0.6'
-    'PRODUCTS.embree.default.patches' : ['embree-3.5.2-centos6.patch']
-  }
-
   {
    # tbb as a mandatory native product since SMESH with tbb, not installed on DB8 (temporary)
     __condition__ : "VARS.dist in ['DB08']"
index e718dbe746e9c994aa5d5b211eaead05630d4f90..a84cbe607e96bc8ba7ac11cc68bb1c8e7c6cb121 100644 (file)
@@ -35,7 +35,7 @@ APPLICATION :
         alabaster : '0.7.6'
         Babel : '2.7.0'
         boost : '1.67.0'
-        CAS : {tag: 'CR750-SALOME-PATCH', section: 'version_V7_5_0_win'}
+        CAS : {tag: 'V7_5_0p1', section: 'version_V7_5_0_win'}
         certifi : '2019.6.16'
         cgns : '4.1.1'
         chardet : '3.0.4'
index f10453c483da34da4c8c6e5a3dae63fec0681a54..5174f566010da391dbe1e3b18d7f534a29593b3f 100644 (file)
@@ -31,7 +31,7 @@ APPLICATION :
         alabaster : '0.7.6'
         Babel : '2.7.0'
         boost : '1.71.0'
-        CAS : {tag: 'CR750-SALOME-PATCH', section: 'version_V7_5_0'}
+        CAS : {tag: 'V7_5_0p1', section: 'version_V7_5_0'}
         certifi : '2018.8.24'
         cgns : '4.1.1'
         chardet : '3.0.4'
index 973a20d6b48e264624bf321e4293acacbaae12f7..1118a06420f5c7ea07628ba37de3a50a3cea667d 100644 (file)
@@ -3,7 +3,12 @@ default :
     name : "root"
     build_source : "cmake"
     cmake_options : " -Dgminimal:BOOL=ON -Dmathmore:BOOL=ON -Ddataframe:BOOL=ON -Dmlp:BOOL=ON -Dfftw3:BOOL=ON -Dminuit2:BOOL=ON -Dxml:BOOL=ON -Dasimage:BOOL=ON -Dpyroot:BOOL=ON -Dsoversion:BOOL=ON -Ddataframe:BOOL=ON -DPYTHON_EXECUTABLE:STRING=${PYTHONBIN} -DPYTHON_INCLUDE_DIR:STRING=${PYTHON_INCLUDE} "
-    get_source : "archive"
+    get_source : "git"
+    git_info:
+    {
+        repo : "https://github.com/root-project/root.git"
+        repo_dev : $repo
+    }
     environ :
     {
        env_script : $name + ".py"
@@ -34,6 +39,7 @@ version_6_24_00_win:
 
 version_6_22_06:
 {
+    get_source : "archive"
     patches : ['root-6.22.06.patch']
 }
 
@@ -47,6 +53,7 @@ version_6_22_06_win:
 
 version_6_22_02:
 {
+    get_source : "archive"
     patches : ['root-6.22.02.patch']
 }
 
@@ -60,7 +67,9 @@ version_6_22_02_win:
 }
 
 version_6_16_00:
-{}
+{
+    get_source : "archive"
+}
 
 version_6_16_00_win:
 {