Salome HOME
Some products do not implement a V9_11_BR branch - use master branch instead (windows)
[tools/sat_salome.git] / applications / MEDCOUPLING-master-MPI.pyconf
index 61f251ebafe8510d46dc7453c2a6d884dd6f1cdc..0d22cabf8ed25346a179cc35a2878dfe0b9040ef 100644 (file)
@@ -9,16 +9,17 @@ APPLICATION :
     base : 'no'
     debug : 'no'
     python3 : 'yes'
+    platform : ['CO7', 'CO8', 'DB09']
     environ :
     {
         build :
         {
-           CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
-           SALOME_USE_64BIT_IDS : '1'
+            CONFIGURATION_ROOT_DIR : $workdir + $VARS.sep + "SOURCES" + $VARS.sep + "CONFIGURATION"
+            SALOME_USE_64BIT_IDS : '1'
         }
         launch :
         {
-           PYTHONIOENCODING:"UTF_8"
+            PYTHONIOENCODING:"UTF_8"
         }
     }
     products :
@@ -26,13 +27,13 @@ APPLICATION :
         # PREREQUISITES :
         alabaster : '0.7.6'
         Babel : '2.7.0'
-        boost : '1.58.0'
+        boost : '1.71.0'
         certifi : '2018.8.24'
         click : '6.7'
-        cmake : '3.12.1
+        cmake : '3.25.2
         cppunit : '1.13.2'
         chardet : '3.0.4'
-        Cython : '0.25.2'
+        Cython : '0.29.12'
         docutils : '0.12'
         doxygen : '1.8.14'
         graphviz : '2.38.0'
@@ -43,33 +44,34 @@ APPLICATION :
         lapack : '3.8.0'
         libxml2 : '2.9.1'
         markupsafe : '0.23'
-        medfile : {tag : '4.1.0', hpc : 'yes', section : 'default_Autotools' }
+        medfile : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' }
         mpi4py: '3.0.3'
-        numpy : '1.15.1'
+        numpy : '1.16.4'
         openmpi : '3.1.6'
+        packaging : '17.1'
         ParMetis : '3.1.1'
         pockets : '0.6.2'
         Pygments : '2.0.2'
         pyparsing : '2.0.3'
+        pyreadline : '2.0'
         Python : '3.6.5'
-        pytz : '2015.7'
+        pytz : '2017.2'
         requests : '2.19.1'
-        scipy : '0.19.1'
+        scipy : '1.4.1'
         scotch : '6.0.4'
         setuptools : '38.4.0'
         six : '1.10.0'
         snowballstemmer : '1.2.1'
         Sphinx : '1.7.6'
-        sphinxcontrib_napoleon : '0.6.1'
+        sphinx_rtd_theme : '0.4.3'
         sphinxcontrib_websupport : '1.1.0'
         sphinxintl: '0.9.10'
-        swig : '3.0.12'
-        packaging : '17.1'
+        swig : '4.0.2'
         urllib3 : '1.23'
 
         # SALOME MODULES :
         'CONFIGURATION'
-        'MEDCOUPLING' : {tag : 'master', section: 'default_MPI'}
+        'MEDCOUPLING' : {tag:'master', base: 'no', section: 'default_MPI_STD', hpc: 'yes'} # FIXME
     }
     test_base : 
     {
@@ -86,8 +88,31 @@ APPLICATION :
 }
 __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
-  }
+    {
+        __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'
+    }
+    {
+        __condition__: "VARS.dist in ['FD34', 'FD36', 'FD37']"
+        # 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'
+    }
+    {
+        __condition__ : "VARS.dist in ['UB22.04']"
+        # 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'
+        'APPLICATION.products.Python' : {tag: '3.6.5', base: 'no', section: 'version_3_6_5_UB22_04'}
+    }
 ]