X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=applications%2FMEDCOUPLING-9.9.0-MPI.pyconf;h=385d00f511e9d2e624b6a3c2c02fa5c8e6759463;hb=542d5c218fe458add2cac7e6e2bbaf799075290b;hp=2aa2f2585b700cbdc55b8bb56389974d18732f20;hpb=8bcbec1c941fa3ddab73a51d5eecc3eab0a491f5;p=tools%2Fsat_salome.git diff --git a/applications/MEDCOUPLING-9.9.0-MPI.pyconf b/applications/MEDCOUPLING-9.9.0-MPI.pyconf index 2aa2f25..385d00f 100644 --- a/applications/MEDCOUPLING-9.9.0-MPI.pyconf +++ b/applications/MEDCOUPLING-9.9.0-MPI.pyconf @@ -5,7 +5,7 @@ APPLICATION : { name : 'MEDCOUPLING-9.9.0-MPI' workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist - tag : 'V9_9_0rc1' + tag : 'V9_9_0' base : 'no' debug : 'no' python3 : 'yes' @@ -46,7 +46,7 @@ APPLICATION : medfile : {tag : '4.1.1', hpc : 'yes', section : 'default_Autotools' } mpi4py: '3.0.3' numpy : '1.15.1' - openmpi : '4.0.7' + openmpi : '3.1.6' ParMetis : '3.1.1' pockets : '0.6.2' Pygments : '2.0.2' @@ -69,7 +69,7 @@ APPLICATION : # SALOME MODULES : 'CONFIGURATION' - 'MEDCOUPLING' : {tag:'V9_9_0rc1', base: 'no', section: 'version_V9_9_0_MPI_STD', hpc: 'yes'} + 'MEDCOUPLING' : {tag:'V9_9_0', base: 'no', section: 'version_V9_9_0_MPI_STD', hpc: 'yes'} } test_base : { @@ -87,12 +87,23 @@ 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 ['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' } { - # https://github.com/pyenv/pyenv/issues/1889 __condition__: "VARS.dist in ['FD34']" + # 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' + } ]