Salome HOME
Set SALOME modules git tag V9_13_0a2
[tools/sat_salome.git] / applications / MEDCOUPLING-master-native.pyconf
index 146f7040ceb7e3e17b17505aed9a53b5e92db383..4397c4185db9b1236e1e313e920eaaca91ec541b 100644 (file)
@@ -5,7 +5,7 @@ APPLICATION :
 {
     name : 'MEDCOUPLING-master-native'
     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
-    tag : 'master'
+    tag : 'V9_13_0a2'
     base : 'no'
     debug : 'no'
     python3 : 'yes'
@@ -29,7 +29,7 @@ APPLICATION :
         boost : 'native'
         certifi : 'native'
         click : 'native'
-        cmake : 'native
+        cmake : '3.25.2
         cppunit : 'native'
         chardet : 'native'
         Cython : 'native'
@@ -43,9 +43,11 @@ APPLICATION :
         lapack : 'native'
         libxml2 : 'native'
         markupsafe : 'native'
-        medfile : {section: 'default_Autotools', tag: '4.1.0'}
+        medfile : '4.1.1'
         metis : 'native'
+        mpi4py : 'native'
         numpy : 'native'
+        openmpi: 'native'
         pockets : 'native'
         Pygments : 'native'
         pyparsing : 'native'
@@ -53,7 +55,7 @@ APPLICATION :
         pytz : 'native'
         requests : 'native'
         scipy : 'native'
-        scotch : 'native'
+        scotch : {tag: '6.1.2', section: 'version_6_1_2_MPI', hpc: 'yes', base: 'no'}
         setuptools : 'native'
         six : 'native'
         snowballstemmer : 'native'
@@ -67,7 +69,7 @@ APPLICATION :
 
         # SALOME MODULES :
         'CONFIGURATION'
-        'MEDCOUPLING'
+        'MEDCOUPLING' : {tag:'V9_13_0a2', base:'no', section:'default_MPI', hpc:'yes'}
     }
     test_base : 
     {
@@ -84,11 +86,25 @@ APPLICATION :
 }
 __overwrite__ :
 [
-   {
-      # sphinxintl is missing on this node
-      __condition__ : "VARS.dist in ['CO8']"
-      'APPLICATION.products.sphinxintl' : '0.9.10'
-      'PRODUCTS.sphinxintl.default.properties.pip' : "no"
-      'APPLICATION.products.cmake' : '3.12.1'
-   }
+    {
+        __condition__ : "VARS.dist in ['CO8']"
+        'APPLICATION.products.sphinxintl' : '0.9.10'
+        'PRODUCTS.sphinxintl.default.properties.pip' : "no"
+    }
+    {
+        __condition__ : "VARS.dist in ['CO9']"
+        'APPLICATION.products.sphinxintl'       : {tag: '0.9.10',  base: 'no', section: 'version_0_9_10_no_pip' }
+    }
+    {
+        __condition__ : "VARS.dist in ['UB22.04']"
+        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_UB22_04'}
+    }
+    {
+        __condition__ : "VARS.dist in ['FD37']"
+        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_FD37'}
+    }
+    {
+        __condition__ : "VARS.dist in ['FD36']"
+        'APPLICATION.products.medfile'          : {tag: '4.1.1',     base: 'no', section: 'version_4_1_1_FD36'}
+    }
 ]