From 1cb4e1d63c1ab6485c102f808fb5be6fd928632b Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 10 Jul 2019 12:20:36 +0000 Subject: [PATCH] math/py-CyLP: fix build on GCC architectures Base GCC can't compile this port, add USES=compiler:c++11-lang Approved by: mentors (implicit approval) --- math/py-CyLP/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-CyLP/Makefile b/math/py-CyLP/Makefile index a0249a4237a6..3880801a2a8e 100644 --- a/math/py-CyLP/Makefile +++ b/math/py-CyLP/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= python:2.7 # 3.X support is still in the pull request: https://github.com/coin-or/CyLP/pull/28 +USES= compiler:c++11-lang python:2.7 # 3.X support is still in the pull request: https://github.com/coin-or/CyLP/pull/28 USE_GITHUB= yes GH_ACCOUNT= coin-or USE_PYTHON= distutils cython autoplist