svn commit: r519783 - head/science/pagmo2

Piotr Kubaj pkubaj at FreeBSD.org
Tue Dec 10 23:31:49 UTC 2019


Author: pkubaj
Date: Tue Dec 10 23:31:48 2019
New Revision: 519783
URL: https://svnweb.freebsd.org/changeset/ports/519783

Log:
  science/pagmo2: fix build on GCC architectures
  
  Needs C++11 compiler after last upgrade:
  CMake Error in CMakeLists.txt:
    Target "pagmo" requires the language dialect "CXX11" , but CMake does not
    know the compile flags to use to enable it.

Modified:
  head/science/pagmo2/Makefile

Modified: head/science/pagmo2/Makefile
==============================================================================
--- head/science/pagmo2/Makefile	Tue Dec 10 23:00:10 2019	(r519782)
+++ head/science/pagmo2/Makefile	Tue Dec 10 23:31:48 2019	(r519783)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libboost_serialization.so:devel/boost-lib
 		libnlopt.so:math/nlopt \
 		libtbb.so:devel/tbb
 
-USES=		cmake eigen:3,build,run
+USES=		cmake compiler:c++11-lang eigen:3,build,run
 USE_GITHUB=	yes
 GH_ACCOUNT=	esa
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list