git: 0347e9506985 - main - devel/py-numba: Fix build with numpy-1.25.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jul 2023 12:58:07 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=0347e9506985ac31ed7e1217cd03763251492503 commit 0347e9506985ac31ed7e1217cd03763251492503 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2023-07-07 12:53:53 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2023-07-07 12:53:53 +0000 devel/py-numba: Fix build with numpy-1.25.0 PR: 272395 Reported by: wen@ Approved by: portmgr(fix build) --- devel/py-numba/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-numba/Makefile b/devel/py-numba/Makefile index a0ba6375206b..95f8acf46e54 100644 --- a/devel/py-numba/Makefile +++ b/devel/py-numba/Makefile @@ -28,7 +28,7 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} TEST_WRKSRC= ${WRKSRC}/numba/tests post-patch: - @${SED} -i.bak 's#1\.24#1\.25#g' ${WRKSRC}/setup.py + @${SED} -i.bak 's#1\.24#1\.26#g' ${WRKSRC}/setup.py post-install: @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name "*.so" | ${XARGS} ${STRIP_CMD}