mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
math/py-numpy@py39: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wno-unused-result"
This commit is contained in:
parent
b36261faac
commit
c96364223f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555117
@ -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//
|
||||
|
Loading…
Reference in New Issue
Block a user