diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-10 09:36:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-10 09:36:35 +0200 |
commit | f6c0210ce848041372b479522d549a5f18001fa6 (patch) | |
tree | dd058498d9ee65f28a900a7c66077b58e43c6716 /sci-libs/scipy | |
parent | media-libs/osl: Version bump to 1.10.10 (diff) | |
download | gentoo-f6c0210ce848041372b479522d549a5f18001fa6.tar.gz gentoo-f6c0210ce848041372b479522d549a5f18001fa6.tar.bz2 gentoo-f6c0210ce848041372b479522d549a5f18001fa6.zip |
sci-libs/scipy: Revert "-fallow-argument-mismatch for gfortran v10"
This breaks older gcc versions.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/scipy')
-rw-r--r-- | sci-libs/scipy/scipy-1.4.1.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sci-libs/scipy/scipy-1.4.1.ebuild b/sci-libs/scipy/scipy-1.4.1.ebuild index b1e80d621124..8babb5d3237a 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] |