Salome HOME
spns #26766 : renommage de la section binaire de mesa, ajout champ platform
[tools/sat_salome.git] / applications / MEDCOUPLING-9.6.0.pyconf
index 244c07b4d5ecae4f69d294b590f5bf45fce4f122..5d9355fe516fc3e7ff3ede6f647c139fcf893d90 100644 (file)
@@ -5,7 +5,7 @@ APPLICATION :
 {
     name : 'MEDCOUPLING-9.6.0'
     workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
-    tag : 'V9_6_BR'
+    tag : 'V9_6_0'
     base : 'no'
     debug : 'no'
     python3 : 'yes'
@@ -67,7 +67,7 @@ APPLICATION :
 
         # SALOME MODULES :
         'CONFIGURATION'
-        'MEDCOUPLING' : {section: 'default_int64'}
+        'MEDCOUPLING'
     }
     test_base : 
     {
@@ -82,3 +82,10 @@ APPLICATION :
         single_install_dir : "no"
     }
 }
+__overwrite__ :
+[
+  {
+    __condition__ : "VARS.dist in ['FD32']"
+    '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
+  }
+]