Salome HOME
Some products do not implement a V9_11_BR branch - use master branch instead (windows)
[tools/sat_salome.git] / applications / MEDCOUPLING-master-native.pyconf
index 9ed2501f5d7978e4fda157cefe8f2963f89cc962..03d7bd420f29d900c65b89570e87be37fc8373aa 100644 (file)
@@ -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 : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' }
         metis : 'native'
+        mpi4py : 'native'
         numpy : 'native'
+        openmpi: 'native'
         pockets : 'native'
         Pygments : 'native'
         pyparsing : 'native'
@@ -67,7 +69,7 @@ APPLICATION :
 
         # SALOME MODULES :
         'CONFIGURATION'
-        'MEDCOUPLING'
+        'MEDCOUPLING' : {tag:'master', base:'no', section:'default_MPI_STD', hpc:'yes'}
     }
     test_base : 
     {
@@ -84,4 +86,21 @@ APPLICATION :
 }
 __overwrite__ :
 [
+    {
+        __condition__ : "VARS.dist in ['CO8']"
+        'APPLICATION.products.sphinxintl' : '0.9.10'
+        'PRODUCTS.sphinxintl.default.properties.pip' : "no"
+    }
+    {
+        __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'}
+    }
 ]