git: 0c610c4b3594 - main - devel/boost-python-libs: mark as safe for numpy 2.x
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Nov 2024 20:36:57 UTC
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c610c4b35941436172bfede63e11a62454581b2 commit 0c610c4b35941436172bfede63e11a62454581b2 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2024-11-21 20:33:25 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2024-11-21 20:33:25 +0000 devel/boost-python-libs: mark as safe for numpy 2.x Upstream commit included in devel/boost-libs/files. Switch away from ${PYNUMPY} to both catalogue and allow seamless transition when math/py-numpy 2.x is committed. While here, remove USES=python upper bound. With hat: python PR: 281470 --- devel/boost-python-libs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index 1f29f186724b..246d6caba559 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -10,10 +10,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt PATCHDIR= ${.CURDIR}/../boost-libs/files BUILD_DEPENDS= bjam:devel/boost-jam \ - ${PYNUMPY} + ${PYTHON_PKGNAMEPREFIX}numpy>=1.26:math/py-numpy@${PY_FLAVOR} LIB_DEPENDS= libboost_thread.so:devel/boost-libs -USES= python:3.9-3.11 # upper bound inherited from math/py-numpy +USES= python:3.9+ USE_PYTHON= flavors OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS