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)
This commit is contained in:
Piotr Kubaj 2019-07-10 12:20:36 +00:00
parent 28588b11d6
commit 1cb4e1d63c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506350

View file

@ -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