X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=applications%2FMEDCOUPLING-9.8.0-MPI.pyconf;h=d9797f37e0ece464d2c7f99388c22fd2fd5c3dc7;hb=542d5c218fe458add2cac7e6e2bbaf799075290b;hp=5c1caac62a050cfaf65b74422ef7700aee6e584b;hpb=7c3b5438e0b02641af8305fc97fd4c117d188834;p=tools%2Fsat_salome.git diff --git a/applications/MEDCOUPLING-9.8.0-MPI.pyconf b/applications/MEDCOUPLING-9.8.0-MPI.pyconf index 5c1caac..d9797f3 100644 --- a/applications/MEDCOUPLING-9.8.0-MPI.pyconf +++ b/applications/MEDCOUPLING-9.8.0-MPI.pyconf @@ -5,7 +5,7 @@ APPLICATION : { name : 'MEDCOUPLING-9.8.0-MPI' workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist - tag : 'V9_8_BR' + tag : 'V9_8_0' base : 'no' debug : 'no' python3 : 'yes' @@ -13,12 +13,12 @@ APPLICATION : { 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 : @@ -69,7 +69,7 @@ APPLICATION : # SALOME MODULES : 'CONFIGURATION' - 'MEDCOUPLING' : {tag : 'master', section: 'default_MPI'} + 'MEDCOUPLING' : {section: 'version_V9_8_0_MPI'} } test_base : { @@ -86,12 +86,13 @@ 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 - } - { - __condition__: "VARS.dist in ['FD34']" - 'PRODUCTS.Python.version_3_6_5.patches' : ["python_3.6.5-allocation.patch"] # https://github.com/pyenv/pyenv/issues/1889 - } + { + __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'} + } ]