1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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:
Piotr Kubaj 2020-05-01 02:42:36 +00:00
parent 896cc37bd8
commit bf06a1436b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533488

View File

@ -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