mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
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:
parent
28588b11d6
commit
1cb4e1d63c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506350
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue