commit: d80e7eafbdb6184a289564ca15d5976d67bf8d17 Author: Alexei Colin <acolin <AT> isi <DOT> edu> AuthorDate: Sat Jun 6 20:04:51 2020 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Sun Jun 7 21:03:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d80e7eaf
sci-libs/scipy: -fallow-argument-mismatch for gfortran v10 Already fixed in upstream master: https://github.com/scipy/scipy/pull/11842 Closes: https://bugs.gentoo.org/721860 Signed-off-by: Alexei Colin <acolin <AT> isi.edu> Closes: https://github.com/gentoo/gentoo/pull/16093 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org> sci-libs/scipy/scipy-1.4.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-libs/scipy/scipy-1.4.1.ebuild b/sci-libs/scipy/scipy-1.4.1.ebuild index 8babb5d3237..b1e80d62112 100644 --- a/sci-libs/scipy/scipy-1.4.1.ebuild +++ b/sci-libs/scipy/scipy-1.4.1.ebuild @@ -89,6 +89,9 @@ python_prepare_all() { export SCIPY_FCONFIG="config_fc --noopt --noarch" append-fflags -fPIC + # Remove once upstream PR #11842 lands into next release + append-fflags -fallow-argument-mismatch + local libdir="${EPREFIX}"/usr/$(get_libdir) cat >> site.cfg <<-EOF || die [blas]
