svn commit: r555117 - head/math/py-numpy

Piotr Kubaj pkubaj at FreeBSD.org
Sat Nov 14 15:28:43 UTC 2020


Author: pkubaj
Date: Sat Nov 14 15:28:42 2020
New Revision: 555117
URL: https://svnweb.freebsd.org/changeset/ports/555117

Log:
  math/py-numpy at py39: fix build on GCC architectures
  
  cc1: error: unrecognized command line option "-Wno-unused-result"

Modified:
  head/math/py-numpy/Makefile

Modified: head/math/py-numpy/Makefile
==============================================================================
--- head/math/py-numpy/Makefile	Sat Nov 14 15:19:52 2020	(r555116)
+++ head/math/py-numpy/Makefile	Sat Nov 14 15:28:42 2020	(r555117)
@@ -21,7 +21,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
-USES=		fortran python zip
+USES=		compiler:c11 fortran python zip
 USE_PYTHON=	allflavors autoplist concurrent cython distutils
 
 GCCLIBDIR_CMDS=	${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so//


More information about the svn-ports-all mailing list