diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-14 15:28:42 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-11-14 15:28:42 +0000 |
commit | c96364223faed4e2adaab72cb0628467645dbe51 (patch) | |
tree | 73ea351a6041a92c80e77187d8010e0fc05894f6 /math/py-numpy | |
parent | www/nextcloud: Revert r553794 (diff) |
math/py-numpy@py39: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wno-unused-result"
Notes
Notes:
svn path=/head/; revision=555117
Diffstat (limited to 'math/py-numpy')
-rw-r--r-- | math/py-numpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 0058391b7fb7..e06ff0931d52 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -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// |