From: Nabil Ghodbane Date: Thu, 22 Dec 2022 15:38:09 +0000 (+0100) Subject: UB22: scipy X-Git-Tag: V9_11_0~139 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=48f468c72d60bbd2a13eaf0f33d637a7bb041077;p=tools%2Fsat_salome.git UB22: scipy --- diff --git a/applications/MEDCOUPLING-9.10.0-MPI.pyconf b/applications/MEDCOUPLING-9.10.0-MPI.pyconf index d33943e..7bf28ae 100644 --- a/applications/MEDCOUPLING-9.10.0-MPI.pyconf +++ b/applications/MEDCOUPLING-9.10.0-MPI.pyconf @@ -108,4 +108,10 @@ __overwrite__ : # either patch numpy to include -fallow-argument-mismatch or move to that version 'APPLICATION.products.scipy' : '1.5.2' } + { + __condition__ : "VARS.dist in ['UB22.04']" + # 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' + } ] diff --git a/applications/MEDCOUPLING-master-MPI.pyconf b/applications/MEDCOUPLING-master-MPI.pyconf index 7aae387..f1e9f0f 100644 --- a/applications/MEDCOUPLING-master-MPI.pyconf +++ b/applications/MEDCOUPLING-master-MPI.pyconf @@ -108,4 +108,10 @@ __overwrite__ : # either patch numpy to include -fallow-argument-mismatch or move to that version 'APPLICATION.products.scipy' : '1.5.2' } + { + __condition__ : "VARS.dist in ['UB22.04']" + # 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' + } ]