Salome HOME
PERSALYS : implement patch à la EDF - Test
[tools/sat_salome.git] / applications / SALOME-master-native.pyconf
index 3d91d891f3d12219866dc4cfc0881917a4c7c6b1..7500ff0d638cc2bf5556aec7f17a898130e9deec 100644 (file)
@@ -29,7 +29,6 @@ APPLICATION :
         }
         SALOME_trace : "local" # local/file:.../with_logger
         SALOME_MODULES : "SHAPER,SHAPERSTUDY,GEOM,SMESH,PARAVIS,YACS,JOBMANAGER"  # specify the first modules to display in gui
-        SALOME_ACTOR_DELEGATE_TO_VTK : '1'
    }
     products :
     {
@@ -40,8 +39,6 @@ APPLICATION :
         CAS : 'V7_5_3p2'
         C3PO: 'v2.0'
         certifi : 'native'
-        # Standalone native cgns works well. Unfortunately, it's directly linked to native hdf which uses a higher version than us.
-        # Rollback to embedded version to avoid versions mismatch between both of them (see imp_1538_cgns_export_import.py)
         cgns : '4.2.0'
         chardet : 'native'
         click : 'native'
@@ -77,11 +74,13 @@ APPLICATION :
         markupsafe : 'native'
         matplotlib : 'native'
         medfile : '4.1.1'
-        mesa : 'native'
+        mesa : {tag : '19.0.8', base: 'no', section: 'version_19_0_8_x86_64'}
         MeshGems : '2.14-4'
         metis : 'native'
         mpi4py: 'native'
-        netgen : '6.2.2101'
+        netgen : '5.3.1_with_CAS_7.2'
+        # comment out line above and uncomment the line below to use Netgen 6.
+        #netgen : '6.2.2101'
         netcdf : 'native'
         nlopt : '2.4.2'
         nose: 'native'
@@ -100,7 +99,6 @@ APPLICATION :
         PERSALYS: 'v12.0'
         petsc : {tag : '3.16.0', section: 'version_3_16_0'}
         Pillow : 'native'
-        # 'native' not exists : freeCAD part but not delivered with it from package handler
         planegcs : '0.18-3cb6890'
         psutil : 'native'
         PyFMI : '2.5'
@@ -200,7 +198,7 @@ APPLICATION :
     }
     properties :
     {
-        mesa_launcher_in_package : "no"
+        mesa_launcher_in_package : "yes"
         repo_dev : "yes"
         pip : 'yes'
         pip_install_dir : 'python'
@@ -222,6 +220,7 @@ __overwrite__ :
         #   - Qt minimal version 5.12
         #   - xmlpatterns executable
         __condition__ : "VARS.dist in ['DB10']"
+        'APPLICATION.products.opencv': '3.2.0'
         'APPLICATION.products.cminpack': 'native'
         'APPLICATION.products.PyFMI'    : {tag:'2.5',    base: 'no',  section: 'version_2_5_no_pip'            }
         'APPLICATION.products.ParaView' : {tag: '5.9.0', base: 'no',  section: 'version_5_9_0_DB10', hpc: 'yes'}
@@ -246,6 +245,7 @@ __overwrite__ :
     {
         __condition__ : "VARS.dist in ['FD32']"
         'APPLICATION.products.opencv'    : '3.2.0'
+        'APPLICATION.products.qwt'       : '6.1.4'
         'APPLICATION.products.PyFMI'     : {tag: '2.5',   base: 'no', section: 'version_2_5_no_pip'              }
         'APPLICATION.products.openturns' : {tag: '1.18',  base: 'no', section: 'version_1_18_FD32'               }
         'APPLICATION.products.Sphinx'    : {tag: '1.7.6', base: 'no', section: 'version_1_7_6_no_pip'            }
@@ -254,16 +254,14 @@ __overwrite__ :
     {
         __condition__ : "VARS.dist in ['FD34']"
         'APPLICATION.products.opencv'    : '3.2.0'
+        'APPLICATION.products.qwt'       : '6.1.6'
+        'APPLICATION.products.swig'      : '3.0.12'
         'APPLICATION.products.omniORB'   : '4.2.4'
         'APPLICATION.products.omniORBpy' : '4.2.4'
+        'APPLICATION.products.PyQt'      : '5.15.3'
         'APPLICATION.products.PyFMI'     : {tag: '2.5',    base: 'no', section: 'version_2_5_no_pip'             }
         'APPLICATION.products.openturns' : {tag: '1.18',   base: 'no', section: 'version_1_18_FD34'              }
         'APPLICATION.products.root'      : {tag:'6.22.02', base: 'no', section: 'version_6_22_02_FD34'           }
         'APPLICATION.products.gdal'      : {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_FD34'             } # spns #29324
     }
-    {
-        # FIXME: to be removed once CEA License for 2.14-4 is renewed.
-        __condition__ : "VARS.dist not in ['DB09', 'DB10', 'DB11']"
-        'APPLICATION.products.MeshGems' : '2.13-1'
-    }
 ]