svn commit: r533488 - head/science/agrum

Piotr Kubaj pkubaj at FreeBSD.org
Fri May 1 02:42:36 UTC 2020


Author: pkubaj
Date: Fri May  1 02:42:36 2020
New Revision: 533488
URL: https://svnweb.freebsd.org/changeset/ports/533488

Log:
  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)

Modified:
  head/science/agrum/Makefile

Modified: head/science/agrum/Makefile
==============================================================================
--- head/science/agrum/Makefile	Fri May  1 01:54:41 2020	(r533487)
+++ head/science/agrum/Makefile	Fri May  1 02:42:36 2020	(r533488)
@@ -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