diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-04-16 14:48:37 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-04-16 14:48:37 +0000 |
commit | bc119880610cc9f9b32a3d34644e515755fd6575 (patch) | |
tree | 4b041f2ae2e582a8b2857ab4d33e44b811e369d3 | |
parent | www/kcgi: fix build on GCC architectures (diff) |
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 ***"
Notes
Notes:
svn path=/head/; revision=531849
-rw-r--r-- | science/erkale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/erkale/Makefile b/science/erkale/Makefile index 3d75f743b1a8..9fd2b84fca07 100644 --- a/science/erkale/Makefile +++ b/science/erkale/Makefile @@ -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 |