Salome HOME
ajout du chemin vers salome-public pour les ordis portables
[tools/sat_salome.git] / applications / MEDCOUPLING-master.pyconf
index 3932410238c7c1067aaa1fc4a9c76db4a4a6d2d1..597cf4a88afc02c2033630f1e546b041717674ea 100644 (file)
@@ -29,7 +29,7 @@ APPLICATION :
         boost : '1.58.0'
         certifi : '2018.8.24'
         click : '6.7'
-        cmake : '3.12.1' 
+        cmake : '3.12.1'
         cppunit : '1.13.2'
         chardet : '3.0.4'
         Cython : '0.25.2'
@@ -43,7 +43,7 @@ APPLICATION :
         lapack : '3.8.0'
         libxml2 : '2.9.1'
         markupsafe : '0.23'
-        medfile : {section: 'default_Autotools', tag: '4.1.0'}
+        medfile : {section: 'default_Autotools', tag: '4.1.1rc1'}
         metis : '5.1.0'
         numpy : '1.15.1'
         pockets : '0.6.2'
@@ -67,9 +67,9 @@ APPLICATION :
 
         # SALOME MODULES :
         'CONFIGURATION'
-        'MEDCOUPLING' : {tag : 'master', section: 'default_int64'}
+        'MEDCOUPLING'
     }
-    test_base : 
+    test_base :
     {
         name : "SALOME"
         tag : "SalomeV9"
@@ -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
+  }
+]