Salome HOME
fix useless overwrite.
[tools/sat_salome.git] / applications / MEDCOUPLING-9.9.0-MPI.pyconf
index b7db2603d58aab543b1f92456aaed1bc7bed1c1a..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_BR'
+    tag : 'V9_9_0'
     base : 'no'
     debug : 'no'
     python3 : 'yes'
@@ -69,8 +69,7 @@ APPLICATION :
 
         # SALOME MODULES :
         'CONFIGURATION'
-        #'MEDCOUPLING' : {tag:'V9_9_BR', base: 'no', section: 'version_V9_9_0_MPI_STD', hpc: 'yes'} # FIXME
-        'MEDCOUPLING' : {tag:'abn/minors', base: 'no', section: 'version_V9_9_0_MPI_STD', hpc: 'yes'} # FIXME
+        'MEDCOUPLING' : {tag:'V9_9_0', base: 'no', section: 'version_V9_9_0_MPI_STD', hpc: 'yes'} 
     }
     test_base : 
     {
@@ -88,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'
+    }
 ]