From bf06a1436b7d9910475512aa8a8dbc8113016ead Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 1 May 2020 02:42:36 +0000 Subject: [PATCH] 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) --- science/agrum/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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