mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
science/elmerfem: fix build on GCC architectures
C++11 compiler is required: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
This commit is contained in:
parent
c1b62d4ef6
commit
4079b6e831
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529124
@ -16,7 +16,7 @@ LIB_DEPENDS= libmetis.so:math/metis \
|
||||
libopenblas.so:math/openblas \
|
||||
libparpack.so:math/arpack-ng
|
||||
|
||||
USES= cmake fortran tcl
|
||||
USES= cmake compiler:c++11-lang fortran tcl
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ElmerCSC
|
||||
GH_TAGNAME= 39f692c
|
||||
|
Loading…
Reference in New Issue
Block a user