Date: Fri, 1 May 2020 02:46:23 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r533489 - branches/2020Q2/science/agrum Message-ID: <202005010246.0412kNBj096612@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005010246.0412kNBj096612>