commit: f6c0210ce848041372b479522d549a5f18001fa6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 10 07:36:35 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 10 07:36:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c0210c
sci-libs/scipy: Revert "-fallow-argument-mismatch for gfortran v10"
This breaks older gcc versions.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/scipy/scipy-1.4.1.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/sci-libs/scipy/scipy-1.4.1.ebuild
b/sci-libs/scipy/scipy-1.4.1.ebuild
index b1e80d62112..8babb5d3237 100644
--- a/sci-libs/scipy/scipy-1.4.1.ebuild
+++ b/sci-libs/scipy/scipy-1.4.1.ebuild
@@ -89,9 +89,6 @@ 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]