Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2026 17:45:06 +0000
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 710440e95b39 - main - devel/py-zfp: fix build with python 3.12
Message-ID:  <696684a2.372be.35b43761@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696684a2.372be.35b43761>