svn commit: r560349 - branches/2021Q1/science/py-scipy
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Jan 4 21:35:08 UTC 2021
Author: pkubaj
Date: Mon Jan 4 21:35:07 2021
New Revision: 560349
URL: https://svnweb.freebsd.org/changeset/ports/560349
Log:
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
Modified:
branches/2021Q1/science/py-scipy/Makefile
Directory Properties:
branches/2021Q1/ (props changed)
Modified: branches/2021Q1/science/py-scipy/Makefile
==============================================================================
--- branches/2021Q1/science/py-scipy/Makefile Mon Jan 4 21:33:16 2021 (r560348)
+++ branches/2021Q1/science/py-scipy/Makefile Mon Jan 4 21:35:07 2021 (r560349)
@@ -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
More information about the svn-ports-all
mailing list