MFH: r560348

science/py-scipy: fix build on GCC architectures

/usr/local/lib/python3.7/site-packages/pybind11/include/pybind11/detail/common.h:65:6: error: #error pybind11 requires gcc 4.8 or newer
This commit is contained in:
Piotr Kubaj 2021-01-04 21:35:07 +00:00
parent 17328fe315
commit 1e0b84c1ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=560349

View File

@ -25,7 +25,7 @@ BUILD_DEPENDS= ${PYNUMPY} \
LIB_DEPENDS= libblas.so:math/blas
RUN_DEPENDS= ${PYNUMPY}
USES= fortran python:3.6+ shebangfix
USES= compiler:c++14-lang fortran python:3.6+ shebangfix
USE_PYTHON= autoplist concurrent distutils
FFLAGS+= -std=legacy