science/agrum: fix build on GCC architectures
C++14 compiler is required: ** aGrUM error: aGrUM is now using C++14. Please find a compiler (for instance GCC) C++14 compliant MFH: 2020Q2 (fix build blanket)
This commit is contained in:
parent
896cc37bd8
commit
bf06a1436b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533488
@ -10,7 +10,7 @@ COMMENT= Graphical modeler for Bayesian networks, influence diagrams, etc
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake
|
||||
USES= cmake compiler:c++14-lang
|
||||
USE_GITLAB= yes
|
||||
USE_LDCONFIG= yes
|
||||
LLD_UNSAFE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user