Salome HOME
 add gcc system dependencies
[tools/sat_salome.git] / applications / MEDCOUPLING-master.pyconf
index 9b1e944db24af990a976ee2f6e64f09d552e5d79..3932410238c7c1067aaa1fc4a9c76db4a4a6d2d1 100644 (file)
@@ -11,8 +11,15 @@ APPLICATION :
     python3 : 'yes'
     environ :
     {
-        build : {CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"}
-        launch : {PYTHONIOENCODING:"UTF_8"} 
+        build :
+        {
+           CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+           SALOME_USE_64BIT_IDS : '1'
+        }
+        launch :
+        {
+           PYTHONIOENCODING:"UTF_8"
+        }
     }
     products :
     {
@@ -36,7 +43,7 @@ APPLICATION :
         lapack : '3.8.0'
         libxml2 : '2.9.1'
         markupsafe : '0.23'
-        medfile : '4.1.0'
+        medfile : {section: 'default_Autotools', tag: '4.1.0'}
         metis : '5.1.0'
         numpy : '1.15.1'
         pockets : '0.6.2'
@@ -60,7 +67,7 @@ APPLICATION :
 
         # SALOME MODULES :
         'CONFIGURATION'
-        'MEDCOUPLING'
+        'MEDCOUPLING' : {tag : 'master', section: 'default_int64'}
     }
     test_base : 
     {
@@ -75,10 +82,3 @@ 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
-  }
-]