svn commit: r531849 - head/science/erkale

Piotr Kubaj pkubaj at FreeBSD.org
Thu Apr 16 14:48:38 UTC 2020


Author: pkubaj
Date: Thu Apr 16 14:48:37 2020
New Revision: 531849
URL: https://svnweb.freebsd.org/changeset/ports/531849

Log:
  science/erkale: fix build on GCC architectures
  
  Use newer GCC:
  /usr/local/include/armadillo_bits/compiler_setup.hpp:190:6: error: #error "*** newer compiler required ***"

Modified:
  head/science/erkale/Makefile

Modified: head/science/erkale/Makefile
==============================================================================
--- head/science/erkale/Makefile	Thu Apr 16 14:07:39 2020	(r531848)
+++ head/science/erkale/Makefile	Thu Apr 16 14:48:37 2020	(r531849)
@@ -25,7 +25,7 @@ FLAVORS=	serial parallel
 FLAVOR?=	${FLAVORS:[1]}
 serial_PKGNAMESUFFIX=	-serial
 
-USES=		cmake:noninja fortran pkgconfig
+USES=		cmake:noninja compiler:c11 fortran pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	susilehtola
 GH_TAGNAME=	ae9df2c14f0acf4eefe82c3fb351a75584159675


More information about the svn-ports-head mailing list