Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2019 10:17:17 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505342 - head/math/elpa
Message-ID:  <201906291017.x5TAHHHo036357@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906291017.x5TAHHHo036357>