Date: Sat, 14 Nov 2020 15:28:42 +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: r555117 - head/math/py-numpy Message-ID: <202011141528.0AEFSgd4004049@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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//
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011141528.0AEFSgd4004049>