Salome HOME
spns #24473: embed MESA library for native builds as well - since used
[tools/sat_salome.git] / applications / SALOME-master-native.pyconf
index b2da229a61c669d3b505502ac2063e87ae88c6e7..76c87eb370d9058dded3dc29d5a868764902b3b7 100644 (file)
@@ -21,7 +21,12 @@ APPLICATION :
             VTK_SMP_IMPLEMENTATION_TYPE : OpenMP # OpenMP # choose among: sequential / OpenMP / TBB switches
             SALOME_GMSH_HEADERS_STD : '1'
         }
-        launch : {PYTHONIOENCODING:"UTF_8"} # alternative is to encode every accentued string with .encode('utf-8')
+        launch :
+        {
+            PYTHONIOENCODING:"UTF_8",
+            SALOME_MODULES_ORDER:"SHAPER:SHAPERSTUDY:GEOM:SMESH",
+            ROOT_SALOME_INSTALL: '$PRODUCT_ROOT_DIR'
+        }
         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'
@@ -72,7 +77,7 @@ APPLICATION :
         markupsafe : 'native'
         matplotlib : 'native'
         medfile : '4.1.1'
-        mesa : 'native'
+        mesa : '19.0.8'
         MeshGems : '2.14-4'
         metis : 'native'
         mpi4py: 'native'
@@ -111,7 +116,7 @@ APPLICATION :
         rkCommon : '1.5.1'
         root: '6.22.02'
         scipy : 'native'
-        scotch : {tag: 'native', section: 'version_6_1_2_MPI', hpc: 'yes', base: 'no'}
+        scotch : {tag: '6.1.2', section: 'version_6_1_2_MPI', hpc: 'yes', base: 'no'}
         setuptools : 'native'
         sip : 'native'
         six : 'native'
@@ -194,7 +199,7 @@ APPLICATION :
     }
     properties :
     {
-        mesa_launcher_in_package : "no"
+        mesa_launcher_in_package : "yes"
         repo_dev : "yes"
         pip : 'yes'
         pip_install_dir : 'python'
@@ -235,7 +240,6 @@ __overwrite__ :
         'APPLICATION.products.cminpack'    : '1.3.6'
         'APPLICATION.products.PyFMI'       : {tag: '2.5',    base: 'no', section: 'version_2_5_no_pip'             }
         'APPLICATION.products.statsmodels' : {tag: '0.6.1',  base: 'no', section: 'version_0_6_1_no_pip'           }
-        'APPLICATION.products.scotch'   : {tag:'6.1.2',   base: 'no', section: 'version_6_1_2_MPI', hpc: 'yes'     }
     }
     {
         __condition__ : "VARS.dist in ['FD32']"
@@ -243,7 +247,7 @@ __overwrite__ :
         'APPLICATION.products.PyFMI'     : {tag: '2.5',   base: 'no', section: 'version_2_5_no_pip'              }
         'APPLICATION.products.openturns' : {tag: '1.17',  base: 'no', section: 'version_1_17_FD32'               }
         'APPLICATION.products.Sphinx'    : {tag: '1.7.6', base: 'no', section: 'version_1_7_6_no_pip'            }
-        'APPLICATION.products.scotch'   : {tag:'6.1.2',   base: 'no', section: 'version_6_1_2_MPI', hpc: 'yes'   }
+        'APPLICATION.products.gdal'      : {tag:'2.4.0',   base: 'no', section: 'version_2_4_0_FD32'             } # spns #29324
     }
     {
         __condition__ : "VARS.dist in ['FD34']"
@@ -253,6 +257,5 @@ __overwrite__ :
         'APPLICATION.products.PyFMI'    : {tag: '2.5',    base: 'no', section: 'version_2_5_no_pip'             }
         '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
-        'APPLICATION.products.scotch'   : {tag:'6.1.2',   base: 'no', section: 'version_6_1_2_MPI', hpc: 'yes'  }
     }
 ]