diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-05-01 10:42:36 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-05-01 10:42:36 +0800 |
commit | bf06a1436b7d9910475512aa8a8dbc8113016ead (patch) | |
tree | ba84926f8b71bbcd4d51437d298a6b36dcb23f08 /science | |
parent | 896cc37bd89c6c871ac449dd33c7b04cac7d46a9 (diff) | |
download | freebsd-ports-gnome-bf06a1436b7d9910475512aa8a8dbc8113016ead.tar.gz freebsd-ports-gnome-bf06a1436b7d9910475512aa8a8dbc8113016ead.tar.zst freebsd-ports-gnome-bf06a1436b7d9910475512aa8a8dbc8113016ead.zip |
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)
Diffstat (limited to 'science')
-rw-r--r-- | science/agrum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/agrum/Makefile b/science/agrum/Makefile index e7fd916bf4bf..e5431d56d4aa 100644 --- a/science/agrum/Makefile +++ b/science/agrum/Makefile @@ -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 |