Salome HOME
move to master branch for GUI, SMESH, PARAVIS and PARAVISADDONS since dedicated ParaV...
[tools/sat_salome.git] / applications / MEDCOUPLING-9.9.0-MPI.pyconf
index 2aa2f2585b700cbdc55b8bb56389974d18732f20..385d00f511e9d2e624b6a3c2c02fa5c8e6759463 100644 (file)
@@ -5,7 +5,7 @@ APPLICATION :
 {
     name : 'MEDCOUPLING-9.9.0-MPI'
     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
-    tag : 'V9_9_0rc1'
+    tag : 'V9_9_0'
     base : 'no'
     debug : 'no'
     python3 : 'yes'
@@ -46,7 +46,7 @@ APPLICATION :
         medfile : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' }
         mpi4py: '3.0.3'
         numpy : '1.15.1'
-        openmpi : '4.0.7'
+        openmpi : '3.1.6'
         ParMetis : '3.1.1'
         pockets : '0.6.2'
         Pygments : '2.0.2'
@@ -69,7 +69,7 @@ APPLICATION :
 
         # SALOME MODULES :
         'CONFIGURATION'
-        'MEDCOUPLING' : {tag:'V9_9_0rc1', base: 'no', section: 'version_V9_9_0_MPI_STD', hpc: 'yes'} 
+        'MEDCOUPLING' : {tag:'V9_9_0', base: 'no', section: 'version_V9_9_0_MPI_STD', hpc: 'yes'} 
     }
     test_base : 
     {
@@ -87,12 +87,23 @@ APPLICATION :
 __overwrite__ :
 [
     {
-        __condition__ : "VARS.dist in ['FD32', 'FD34']"
-        '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
+        __condition__ : "VARS.dist in ['FD32']"
+        # gcc https://github.com/scipy/scipy/issues/11611
+        # either patch numpy to include -fallow-argument-mismatch or move to that version        
+        'APPLICATION.products.scipy' : '1.5.2'
     }
     {
-        # https://github.com/pyenv/pyenv/issues/1889
         __condition__: "VARS.dist in ['FD34']"
+        # gcc https://github.com/scipy/scipy/issues/11611
+        # either patch numpy to include -fallow-argument-mismatch or move to that version        
+        'APPLICATION.products.scipy' : '1.5.2'
+        # https://github.com/pyenv/pyenv/issues/1889
         'APPLICATION.products.Python' : {tag: '3.6.5', base: 'no', section: 'version_3_6_5_FD34'}
     }
+    {
+        __condition__ : "VARS.dist in ['DB11']"
+        # gcc https://github.com/scipy/scipy/issues/11611
+        # either patch numpy to include -fallow-argument-mismatch or move to that version        
+        'APPLICATION.products.scipy' : '1.5.2'
+    }
 ]