svn commit: r505342 - head/math/elpa
Piotr Kubaj
pkubaj at FreeBSD.org
Sat Jun 29 10:17:18 UTC 2019
Author: pkubaj
Date: Sat Jun 29 10:17:17 2019
New Revision: 505342
URL: https://svnweb.freebsd.org/changeset/ports/505342
Log:
math/elpa: fix build with GCC architectures
Add USES=compiler:c11 to fix:
checking whether C compiler accepts -std=c11... no
C compiler cannot compile C11 code
Approved by: mentors (implicit approval)
Modified:
head/math/elpa/Makefile
Modified: head/math/elpa/Makefile
==============================================================================
--- head/math/elpa/Makefile Sat Jun 29 09:32:03 2019 (r505341)
+++ head/math/elpa/Makefile Sat Jun 29 10:17:17 2019 (r505342)
@@ -16,7 +16,7 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING/lgpl.txt
LIB_DEPENDS= libopenblas.so:math/openblas
-USES= fortran gmake libtool localbase perl5 shebangfix
+USES= compiler:c11 fortran gmake libtool localbase perl5 shebangfix
SHEBANG_GLOB= *.pl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-avx --disable-avx2 --disable-static
More information about the svn-ports-head
mailing list