On Fri, May 17, 2019 at 06:45:29AM -0600, phessler@openbsd.org wrote:
> http://build-failures.rhaalovely.net/aarch64/2019-05-13/math/py-scipy.log
Pick up gfortran for py-scipy on arm64.
macppc and amd64 are still happy.
-m
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/py-scipy/Makefile,v
retrieving revision 1.40
diff -u -p -u -p -r1.40 Makefile
--- Makefile 1 May 2019 12:12:24 -0000 1.40
+++ Makefile 21 May 2019 13:20:10 -0000
@@ -5,7 +5,7 @@ COMMENT= maths, science and engineering
MODPY_EGG_VERSION= 1.2.1
DISTNAME= scipy-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
-REVISION= 2
+REVISION= 3
# XXX gcc 8 issue:
# ld: error: dfft_subr_6.f:(.debug_loc+0x2A7D): has non-ABS relocation R_386_GOTOFF against symbol 'ntryh.3712'
@@ -23,8 +23,6 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ${MODFORTRAN_WANTLIB} ${MODPY_WANTLIB}
WANTLIB += blas lapack m pthread ${COMPILER_LIBCXX} util
-
-COMPILER = base-clang ports-gcc base-gcc
HOMEPAGE= https://scipy.org/
No comments:
Post a Comment