git: 4ccf9e02845a - main - devel/py-numba: Fix build with numpy-1.26
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 02:55:26 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ccf9e02845a8fc4363e403d811d1b1e9c87355e commit 4ccf9e02845a8fc4363e403d811d1b1e9c87355e Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2024-03-20 01:34:33 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2024-03-20 02:54:52 +0000 devel/py-numba: Fix build with numpy-1.26 Approved by: portmgr@(blanket, 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 6af7baf440a2..94ab1cf9877e 100644 --- a/devel/py-numba/Makefile +++ b/devel/py-numba/Makefile @@ -29,7 +29,7 @@ TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} TEST_WRKSRC= ${WRKSRC}/numba/tests post-patch: - @${SED} -i.bak 's#1\.25#1\.26#g' ${WRKSRC}/setup.py + @${SED} -i.bak 's#1\.25#1\.27#g' ${WRKSRC}/setup.py post-install: @${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name "*.so" | ${XARGS} ${STRIP_CMD}