From: Nabil Ghodbane Date: Wed, 28 Oct 2020 13:54:14 +0000 (+0100) Subject: Fedora 32: scipy compilation issue X-Git-Tag: V9_6_0^2~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=83d46ffd9f4d91d7a820d1c2719b47fa5af1a2fd;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 + } +]