Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2021 21:33:16 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r560348 - head/science/py-scipy
Message-ID:  <202101042133.104LXGqa066115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101042133.104LXGqa066115>