svn commit: r560348 - head/science/py-scipy

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jan 4 21:33:16 UTC 2021


Author: pkubaj
Date: Mon Jan  4 21:33:16 2021
New Revision: 560348
URL: https://svnweb.freebsd.org/changeset/ports/560348

Log:
  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
  
  MFH:		2021Q1

Modified:
  head/science/py-scipy/Makefile

Modified: head/science/py-scipy/Makefile
==============================================================================
--- head/science/py-scipy/Makefile	Mon Jan  4 21:13:43 2021	(r560347)
+++ head/science/py-scipy/Makefile	Mon Jan  4 21:33:16 2021	(r560348)
@@ -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