X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=applications%2FMEDCOUPLING-9.9.0-MPI.pyconf;h=385d00f511e9d2e624b6a3c2c02fa5c8e6759463;hb=c0da3344ad61aa1eb012cf842269d15e8638e612;hp=b7db2603d58aab543b1f92456aaed1bc7bed1c1a;hpb=03a9b3b8c096bc2cca1f5b83d1365951a9b3d7d1;p=tools%2Fsat_salome.git diff --git a/applications/MEDCOUPLING-9.9.0-MPI.pyconf b/applications/MEDCOUPLING-9.9.0-MPI.pyconf index b7db260..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_BR' + tag : 'V9_9_0' base : 'no' debug : 'no' python3 : 'yes' @@ -69,8 +69,7 @@ APPLICATION : # SALOME MODULES : 'CONFIGURATION' - #'MEDCOUPLING' : {tag:'V9_9_BR', base: 'no', section: 'version_V9_9_0_MPI_STD', hpc: 'yes'} # FIXME - 'MEDCOUPLING' : {tag:'abn/minors', base: 'no', section: 'version_V9_9_0_MPI_STD', hpc: 'yes'} # FIXME + 'MEDCOUPLING' : {tag:'V9_9_0', base: 'no', section: 'version_V9_9_0_MPI_STD', hpc: 'yes'} } test_base : { @@ -88,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' + } ]