]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
MEDCOUPLING native: update configuration files
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 21 Oct 2022 12:31:06 +0000 (14:31 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 21 Oct 2022 12:31:06 +0000 (14:31 +0200)
applications/MEDCOUPLING-master-MPI.pyconf
applications/MEDCOUPLING-master-native.pyconf

index b393ffd23bdc848600d9761a4e45f7c21aeef96c..ff52e2aceeca62285cf42ab9b0ae07729b2d21f7 100644 (file)
@@ -9,6 +9,7 @@ APPLICATION :
     base : 'no'
     debug : 'no'
     python3 : 'yes'
+    platform : ['CO7', 'CO8', 'DB09']
     environ :
     {
         build :
@@ -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.24.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'
@@ -45,26 +46,27 @@ APPLICATION :
         markupsafe : '0.23'
         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'
         urllib3 : '1.23'
 
         # SALOME MODULES :
@@ -86,13 +88,4 @@ 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
-    }
-    {
-        # https://github.com/pyenv/pyenv/issues/1889
-        __condition__: "VARS.dist in ['FD34']"
-        'APPLICATION.products.Python' : {tag: '3.6.5', base: 'no', section: 'version_3_6_5_FD34'}
-    }
 ]
index 1d9e879706cbdf7abfd7bb3527897ca3664172d0..bc2caa18494e27dd7195337fee9b28a34f422889 100644 (file)
@@ -43,9 +43,10 @@ APPLICATION :
         lapack : 'native'
         libxml2 : 'native'
         markupsafe : 'native'
-        medfile : {section: 'default_Autotools', tag: '4.1.1rc1'}
+        medfile : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' }
         metis : 'native'
         numpy : 'native'
+        openmpi: 'native'
         pockets : 'native'
         Pygments : 'native'
         pyparsing : 'native'
@@ -84,11 +85,4 @@ APPLICATION :
 }
 __overwrite__ :
 [
-   {
-      # sphinxintl is missing on this node
-      __condition__ : "VARS.dist in ['CO8']"
-      'APPLICATION.products.sphinxintl' : '0.9.10'
-      'PRODUCTS.sphinxintl.default.properties.pip' : "no"
-      'APPLICATION.products.cmake' : '3.12.1'
-   }
 ]