mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Alexey Shvetsov
parent
c3be6f2ff0
commit
d80e7eafbd
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user