git: 710440e95b39 - main - devel/py-zfp: fix build with python 3.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jan 2026 17:45:06 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=710440e95b39414171940d7d4079bfb837d881e9
commit 710440e95b39414171940d7d4079bfb837d881e9
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2026-01-13 17:41:05 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2026-01-13 17:41:05 +0000
devel/py-zfp: fix build with python 3.12
PR: 285957
---
devel/py-zfp/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/py-zfp/Makefile b/devel/py-zfp/Makefile
index a1247de98848..976dc6c25ed9 100644
--- a/devel/py-zfp/Makefile
+++ b/devel/py-zfp/Makefile
@@ -12,7 +12,8 @@ WWW= https://computing.llnl.gov/projects/zfp \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/scikit-build-cmake/LICENSE
-BUILD_DEPENDS= ${PYNUMPY}
+BUILD_DEPENDS= ${PYNUMPY} \
+ ${PY_SETUPTOOLS}
LIB_DEPENDS= libzfp.so:devel/zfp
RUN_DEPENDS= ${PYNUMPY}