[arch-commits] Commit in python-scipy/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jun 16 07:57:52 UTC 2020


    Date: Tuesday, June 16, 2020 @ 07:57:51
  Author: arojas
Revision: 645997

Fix build with GCC 10

Modified:
  python-scipy/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-16 07:56:45 UTC (rev 645996)
+++ PKGBUILD	2020-06-16 07:57:51 UTC (rev 645997)
@@ -25,6 +25,8 @@
 build() {
   # required for gfortran
   export LDFLAGS="-Wall -shared"
+  # workaround build failure with GCC 10, remove in 1.5
+  export FFLAGS+=" -fallow-argument-mismatch"
 
   cd scipy-${pkgver}
   python setup.py config_fc --fcompiler=gnu95 build



More information about the arch-commits mailing list