]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Use master branch for Eficas/Eficas_tool + fixes for Windows
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 26 Oct 2020 13:47:20 +0000 (14:47 +0100)
committernghodban <Nabil.Ghodbane@c-s.fr>
Mon, 30 Nov 2020 07:17:34 +0000 (08:17 +0100)
applications/SALOME-9.6.0-MPI.pyconf
applications/SALOME-9.6.0-windows.pyconf
applications/SALOME-9.6.0.pyconf

index bc3cf01d068bf8f2f35f169fba1fd3a6abf00b68..49e0f98e2052b42af7bb5fd3d5fcfb15e73ab3a9 100644 (file)
@@ -131,6 +131,7 @@ APPLICATION :
         'JOBMANAGER' : {section : "default_MPI", verbose: 'yes'}
         'YACS'
         'YACSGEN'
+        'SOLVERLAB'
         'DOCUMENTATION'
         'SAMPLES'
         'COMPONENT'
@@ -138,8 +139,8 @@ APPLICATION :
         'CALCULATOR'
         'HELLO'
         'PYHELLO'
-        'EFICAS'
-        'EFICAS_TOOLS'
+        'EFICAS' : {tag: 'master'}
+        'EFICAS_TOOLS' : {tag : 'master'}
         'PY2CPP' : {tag: 'v2.0'}
         'ADAO'
         'ADAO_INTERFACE'
@@ -178,7 +179,7 @@ __overwrite__ :
     '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)
@@ -187,9 +188,44 @@ __overwrite__ :
   }
 
   {
-     #
-     __condition__ : "VARS.dist in ['FD26']"
-     'APPLICATION.products.tbb'    : '2017-7'
-     'APPLICATION.products.embree' : '3.5.2'
+    #
+    __condition__ : "VARS.dist in ['FD26']"
+    'APPLICATION.products.tbb'    : '2017-7'
+    'APPLICATION.products.embree' : '3.5.2'
+  }
+
+  {
+    #
+    __condition__ : "VARS.dist in ['UB20.04']"
+    'PRODUCTS.qt.version_5_9_1.patches' : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch']
+  }
+
+  {
+    __condition__ : "VARS.dist in ['FD32']"
+    'APPLICATION.products.scipy' : '1.5.2' # gcc https://github.com/scipy/scipy/issues/11611 - either patch numpy to include -fallow-argument-mismatch or move to that version
+    # see https://bugs.gentoo.org/708730
+    'PRODUCTS.llvm.version_8_0_1_clang.patches' : ['llvm-8.0.1-clang-FD32.patch']
+    'PRODUCTS.qt.version_5_9_1.patches' : ['qt-5.9.1-UB20-FD32-socketcanbackend.patch', 'qt-5.9.1-mapbox-FD32.patch']
+    'PRODUCTS.mesa.version_19_0_8.patches' : ['mesa-19.0.8-debug_symbol.patch']
+    'PRODUCTS.ParaView.version_5_8_0.patches' : ['paraview.0010-ParaViewClient.patch',
+                                                 'paraview.0004-ParaView_hdf5.patch',
+                                                 'paraview.0005-ParaView_find_cgns.patch',
+                                                 'paraview.0006-ParaView_find_libxml2.patch',
+                                                 'paraview.0007-ParaView_find_freetype.patch',
+                                                 'paraview.0009-ParaView_volume_mapper.patch',
+                                                 'pv_coincident.patch'
+                                                ]
+  }
+
+  {
+    __condition__ : "VARS.dist in ['CO8']"
+    'PRODUCTS.ParaView.version_5_8_0.patches' : ['paraview.0010-ParaViewClient.patch',
+                                                 'paraview.0004-ParaView_hdf5.patch',
+                                                 'paraview.0005-ParaView_find_cgns.patch',
+                                                 'paraview.0006-ParaView_find_libxml2.patch',
+                                                 'paraview.0007-ParaView_find_freetype.patch',
+                                                 'paraview.0009-ParaView_volume_mapper.patch',
+                                                 'pv_coincident.patch'
+                                                ]
   }
 ]
index ec1b04ab27fe2f6308846a3c4a9d304dd18068b8..a4682fc1e302546602ec53a464918674040d73d5 100644 (file)
@@ -20,6 +20,7 @@ APPLICATION :
            RESTRICTED_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "RESTRICTED"
            SALOME_HAS_GLOBAL_ENV : "1"
            SET_usr_docs_VARS : "1" # required for PyEditor build
+           SALOME_USE_64BIT_IDS : "1"
         }
         launch : {PYTHONIOENCODING:"UTF_8", SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH"}
         SALOME_trace : "local" # local/file:.../with_logger
@@ -153,8 +154,8 @@ APPLICATION :
         'CALCULATOR'
         'HELLO'
         'PYHELLO'
-        'EFICAS' : {tag : 'V9_6_0b1'}
-        'EFICAS_TOOLS' : {tag : 'V9_6_0b1'}
+        'EFICAS' : {tag : 'master'}
+        'EFICAS_TOOLS' : {tag : 'master'}
         'ADAO'
         'CEATESTBASE' : {tag: 'SalomeV9'}
     }
index 49e319fedc7d95d5842db3f9834383726683138e..7dbf6e67f5add74f195229be6a66ff5ba5d93262 100644 (file)
@@ -140,8 +140,8 @@ APPLICATION :
         'CALCULATOR'
         'HELLO'
         'PYHELLO'
-        'EFICAS' : {tag: 'V9_6_0b1'}
-        'EFICAS_TOOLS' : {tag : 'V9_6_0b1'}
+        'EFICAS' : {tag: 'master'}
+        'EFICAS_TOOLS' : {tag : 'master'}
         'PY2CPP' : {tag: 'v2.0'}
         'ADAO'
         'ADAO_INTERFACE'
@@ -167,7 +167,7 @@ APPLICATION :
         repo_dev : "yes"
         pip : 'yes'
         pip_install_dir : 'python'
-        single_install_dir : "yes"
+        single_install_dir : "no"
     }
 }
 __overwrite__ :