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=94404ff25ec5d52ec391c3063d233439cade06fb;hpb=22e40b80ba40f3c62714c367d2b95f5e6c475d59;p=tools%2Fsat_salome.git diff --git a/applications/MEDCOUPLING-9.9.0-MPI.pyconf b/applications/MEDCOUPLING-9.9.0-MPI.pyconf index 94404ff..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' @@ -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' + } ]