X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=applications%2FMEDCOUPLING-9.8.0.pyconf;h=6774d9ccd8bf52ca37946289468758326d46f507;hb=25a486dd1a8ceed0b8f9723226b944200cf13218;hp=dbe5c8a265e64194fb8bc960413c39b56af629ca;hpb=f6d75c38e2a19575d16a205cba21f0cf86a42a53;p=tools%2Fsat_salome.git diff --git a/applications/MEDCOUPLING-9.8.0.pyconf b/applications/MEDCOUPLING-9.8.0.pyconf index dbe5c8a..6774d9c 100644 --- a/applications/MEDCOUPLING-9.8.0.pyconf +++ b/applications/MEDCOUPLING-9.8.0.pyconf @@ -5,7 +5,7 @@ APPLICATION : { name : 'MEDCOUPLING-9.8.0' workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist - tag : 'V9_8_0rc1' + 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 : @@ -84,8 +84,12 @@ APPLICATION : } __overwrite__ : [ - { - __condition__ : "VARS.dist in ['FD32']" - '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', '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 + } +] \ No newline at end of file