math/py-pygslodeiv2: fix build on GCC architectures
Add USES=compiler:c++11-lang to fix: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval)
This commit is contained in:
parent
6fd3cb6c9a
commit
0f89f1a805
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505276
@ -17,7 +17,7 @@ LIB_DEPENDS= libgsl.so:math/gsl
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= localbase python
|
||||
USES= compiler:c++11-lang localbase python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
do-test:
|
||||
|
Loading…
Reference in New Issue
Block a user