Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2019 23:31:48 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519783 - head/science/pagmo2
Message-ID:  <201912102331.xBANVmsU032518@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912102331.xBANVmsU032518>