From 15f2a93a40ee531e0a14fde752bf93ee70886a26 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 11 Jun 2020 11:46:10 +0000 Subject: [PATCH] Add compiler:c++11-lang to USES to fix build on GCC-based systems: Unsupported compiler -- pybind11 requires C++11 support! Submitted by: portmgr (tier-2 blanket) --- science/py-pygmo2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/py-pygmo2/Makefile b/science/py-pygmo2/Makefile index 42b5a62558ce..4a4948e2ad9a 100644 --- a/science/py-pygmo2/Makefile +++ b/science/py-pygmo2/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= pybind11>0:devel/pybind11 LIB_DEPENDS= libpagmo.so:science/pagmo2 \ libboost_serialization.so:devel/boost-libs -USES= cmake python +USES= cmake compiler:c++11-lang python USE_GITHUB= yes GH_ACCOUNT= esa GH_PROJECT= pygmo2