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@isi.edu>
Closes: https://github.com/gentoo/gentoo/pull/16093
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
This commit is contained in:
Alexei Colin
2020-06-06 20:04:51 +00:00
committed by Alexey Shvetsov
parent c3be6f2ff0
commit d80e7eafbd

View File

@@ -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]