From: Nabil Ghodbane Date: Wed, 28 Oct 2020 13:54:14 +0000 (+0100) Subject: Fedora 32: scipy compilation issue X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=945436b498cd584195da1a435ea5246900ac1b42;p=tools%2Fsat_salome.git Fedora 32: scipy compilation issue --- diff --git a/applications/MEDCOUPLING-9.6.0.pyconf b/applications/MEDCOUPLING-9.6.0.pyconf index 244c07b..edae448 100644 --- a/applications/MEDCOUPLING-9.6.0.pyconf +++ b/applications/MEDCOUPLING-9.6.0.pyconf @@ -82,3 +82,10 @@ APPLICATION : single_install_dir : "no" } } +__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 + } +] diff --git a/applications/MEDCOUPLING-master.pyconf b/applications/MEDCOUPLING-master.pyconf index 3932410..d95b11a 100644 --- a/applications/MEDCOUPLING-master.pyconf +++ b/applications/MEDCOUPLING-master.pyconf @@ -82,3 +82,10 @@ APPLICATION : single_install_dir : "no" } } +__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 + } +]