From: Nabil Ghodbane Date: Tue, 28 Feb 2023 11:45:37 +0000 (+0100) Subject: MEDCOUPLING native builds X-Git-Tag: V9_11_0~99 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=063907f6d39963a9d50910014ec8d7e157260eaf;p=tools%2Fsat_salome.git MEDCOUPLING native builds --- diff --git a/applications/MEDCOUPLING-9.10.0-native.pyconf b/applications/MEDCOUPLING-9.10.0-native.pyconf index 6129c06..da7e8fc 100644 --- a/applications/MEDCOUPLING-9.10.0-native.pyconf +++ b/applications/MEDCOUPLING-9.10.0-native.pyconf @@ -30,14 +30,14 @@ APPLICATION : boost : 'native' certifi : 'native' click : 'native' - cmake : 'native' + cmake : '3.24.2' cppunit : 'native' chardet : 'native' Cython : 'native' docutils : 'native' doxygen : 'native' graphviz : 'native' - hdf5 : '1.10.3' + hdf5 : 'native' idna : 'native' imagesize : 'native' Jinja2 : 'native' @@ -46,6 +46,7 @@ APPLICATION : markupsafe : 'native' medfile : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' } metis : 'native' + mpi4py : 'native' numpy : 'native' openmpi: 'native' pockets : 'native' @@ -69,7 +70,7 @@ APPLICATION : # SALOME MODULES : 'CONFIGURATION' - 'MEDCOUPLING' + 'MEDCOUPLING' : {tag:'V9_10_0', base:'no', section:'default_MPI_STD', hpc:'yes'} } test_base : { @@ -86,4 +87,21 @@ APPLICATION : } __overwrite__ : [ + { + __condition__ : "VARS.dist in ['CO8']" + 'APPLICATION.products.sphinxintl' : '0.9.10' + 'PRODUCTS.sphinxintl.default.properties.pip' : "no" + } + { + __condition__ : "VARS.dist in ['UB22.04']" + 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_UB22_04'} + } + { + __condition__ : "VARS.dist in ['FD37']" + 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD37'} + } + { + __condition__ : "VARS.dist in ['FD36']" + 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD36'} + } ] diff --git a/applications/MEDCOUPLING-9.7.0-native.pyconf b/applications/MEDCOUPLING-9.7.0-native.pyconf index 729da15..4956952 100644 --- a/applications/MEDCOUPLING-9.7.0-native.pyconf +++ b/applications/MEDCOUPLING-9.7.0-native.pyconf @@ -66,7 +66,6 @@ APPLICATION : swig : 'native' packaging : 'native' urllib3 : 'native' - salome_system : 'native' # SALOME MODULES : 'CONFIGURATION' 'MEDCOUPLING' : {tag:'V9_7_0', base: 'no', section: 'default_MPI_STD', hpc: 'yes'} @@ -86,11 +85,9 @@ 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.24.2' - } + { + __condition__ : "VARS.dist in ['CO8']" + 'APPLICATION.products.sphinxintl' : '0.9.10' + 'PRODUCTS.sphinxintl.default.properties.pip' : "no" + } ] diff --git a/applications/MEDCOUPLING-9.8.0-native.pyconf b/applications/MEDCOUPLING-9.8.0-native.pyconf index b62ac89..4a1cc94 100644 --- a/applications/MEDCOUPLING-9.8.0-native.pyconf +++ b/applications/MEDCOUPLING-9.8.0-native.pyconf @@ -29,23 +29,25 @@ APPLICATION : boost : 'native' certifi : 'native' click : 'native' - cmake : 'native' + cmake : '3.24.2' cppunit : 'native' chardet : 'native' Cython : 'native' docutils : 'native' doxygen : 'native' graphviz : 'native' - hdf5 : '1.10.3' + hdf5 : 'native' idna : 'native' imagesize : 'native' Jinja2 : 'native' lapack : 'native' libxml2 : 'native' - markupsafe : 'native' - medfile : {section: 'default_Autotools', tag: '4.1.1rc1'} + markupsafe : 'native' + medfile : {tag : '4.1.1', hpc : 'yes', section : 'version_4_1_1' } metis : 'native' + mpi4py: 'native' numpy : 'native' + openmpi : 'native' pockets : 'native' Pygments : 'native' pyparsing : 'native' @@ -67,7 +69,7 @@ APPLICATION : # SALOME MODULES : 'CONFIGURATION' - 'MEDCOUPLING' + 'MEDCOUPLING' : {tag:'V9_8_0', base: 'no', section: 'default_MPI_STD', hpc: 'yes'} } test_base : { @@ -85,10 +87,20 @@ 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' + } + { + __condition__ : "VARS.dist in ['UB22.04']" + 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_UB22_04'} + } + { + __condition__ : "VARS.dist in ['FD37']" + 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD37'} + } + { + __condition__ : "VARS.dist in ['FD36']" + 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD36'} } ] diff --git a/applications/MEDCOUPLING-9.9.0-native.pyconf b/applications/MEDCOUPLING-9.9.0-native.pyconf index 3b735bc..331f903 100644 --- a/applications/MEDCOUPLING-9.9.0-native.pyconf +++ b/applications/MEDCOUPLING-9.9.0-native.pyconf @@ -9,6 +9,7 @@ APPLICATION : base : 'no' debug : 'no' python3 : 'yes' + platform : ["FD32", "FD34", "FD36", "FD37", "CO8", "DB10", "DB11", "UB20.04", "UB22.04"] environ : { build : @@ -29,23 +30,25 @@ APPLICATION : boost : 'native' certifi : 'native' click : 'native' - cmake : 'native' + cmake : '3.24.2' cppunit : 'native' chardet : 'native' Cython : 'native' docutils : 'native' doxygen : 'native' graphviz : 'native' - hdf5 : '1.10.3' + hdf5 : 'native' idna : 'native' imagesize : 'native' Jinja2 : 'native' lapack : 'native' libxml2 : 'native' markupsafe : 'native' - medfile : {section: 'default_Autotools', tag: '4.1.1rc1'} + medfile : {tag : '4.1.1', hpc : 'yes', section : 'version_4_1_1' } metis : 'native' + mpi4py: 'native' numpy : 'native' + openmpi : 'native' pockets : 'native' Pygments : 'native' pyparsing : 'native' @@ -67,7 +70,7 @@ APPLICATION : # SALOME MODULES : 'CONFIGURATION' - 'MEDCOUPLING' + 'MEDCOUPLING' : {tag:'V9_9_0', base: 'no', section: 'default_MPI_STD', hpc: 'yes'} } test_base : { @@ -84,11 +87,21 @@ 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' - } + { + __condition__ : "VARS.dist in ['CO8']" + 'APPLICATION.products.sphinxintl' : '0.9.10' + 'PRODUCTS.sphinxintl.default.properties.pip' : "no" + } + { + __condition__ : "VARS.dist in ['UB22.04']" + 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_UB22_04'} + } + { + __condition__ : "VARS.dist in ['FD37']" + 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD37'} + } + { + __condition__ : "VARS.dist in ['FD36']" + 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD36'} + } ] diff --git a/applications/MEDCOUPLING-master-native.pyconf b/applications/MEDCOUPLING-master-native.pyconf index 90fb0dd..cf8e09a 100644 --- a/applications/MEDCOUPLING-master-native.pyconf +++ b/applications/MEDCOUPLING-master-native.pyconf @@ -29,7 +29,7 @@ APPLICATION : boost : 'native' certifi : 'native' click : 'native' - cmake : 'native' + cmake : '3.24.2' cppunit : 'native' chardet : 'native' Cython : 'native' @@ -45,6 +45,7 @@ APPLICATION : markupsafe : 'native' medfile : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' } metis : 'native' + mpi4py : 'native' numpy : 'native' openmpi: 'native' pockets : 'native' @@ -68,7 +69,7 @@ APPLICATION : # SALOME MODULES : 'CONFIGURATION' - 'MEDCOUPLING' : 'abn/cygwin' + 'MEDCOUPLING' : {tag:'master', base:'no', section:'default_MPI_STD', hpc:'yes'} } test_base : { @@ -85,4 +86,21 @@ APPLICATION : } __overwrite__ : [ + { + __condition__ : "VARS.dist in ['CO8']" + 'APPLICATION.products.sphinxintl' : '0.9.10' + 'PRODUCTS.sphinxintl.default.properties.pip' : "no" + } + { + __condition__ : "VARS.dist in ['UB22.04']" + 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_UB22_04'} + } + { + __condition__ : "VARS.dist in ['FD37']" + 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD37'} + } + { + __condition__ : "VARS.dist in ['FD36']" + 'APPLICATION.products.medfile' : {tag: '4.1.1', base: 'no', section: 'version_4_1_1_FD36'} + } ]