svn commit: r533489 - branches/2020Q2/science/agrum
Piotr Kubaj
pkubaj at FreeBSD.org
Fri May 1 02:46:23 UTC 2020
Author: pkubaj
Date: Fri May 1 02:46:22 2020
New Revision: 533489
URL: https://svnweb.freebsd.org/changeset/ports/533489
Log:
MFH: r533488
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
Approved by: portmgr (fix build blanket)
Modified:
branches/2020Q2/science/agrum/Makefile
Directory Properties:
branches/2020Q2/ (props changed)
Modified: branches/2020Q2/science/agrum/Makefile
==============================================================================
--- branches/2020Q2/science/agrum/Makefile Fri May 1 02:42:36 2020 (r533488)
+++ branches/2020Q2/science/agrum/Makefile Fri May 1 02:46:22 2020 (r533489)
@@ -10,7 +10,7 @@ COMMENT= Graphical modeler for Bayesian networks, infl
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake
+USES= cmake compiler:c++14-lang
USE_GITLAB= yes
USE_LDCONFIG= yes
LLD_UNSAFE= yes
More information about the svn-ports-all
mailing list