git: 4cf8b1f35f79 - main - math/py-numpy: Allow build with python-3.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Oct 2022 06:16:51 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cf8b1f35f79476d09c3fb31e2087a8d7bcf40cf commit 4cf8b1f35f79476d09c3fb31e2087a8d7bcf40cf Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2022-10-31 06:15:10 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2022-10-31 06:15:10 +0000 math/py-numpy: Allow build with python-3.11 PR: 267362 Reported by: osidorkin@gmail.com --- math/py-numpy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index a741ac1eb821..f1c4f3bf7e4c 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>=6.2.5:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>=6.24.1:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.2.0:devel/py-typing-extensions@${PY_FLAVOR} -USES= compiler:c11 cpe fortran python:3.8-3.10 +USES= compiler:c11 cpe fortran python:3.8+ USE_PYTHON= allflavors autoplist concurrent cython distutils GCCLIBDIR_CMDS= ${FC} -print-file-name=libgfortran.so | ${SED} -e s/libgfortran.so//