Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2024 12:46:42 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5d56d2f7ee2f - main - graphics/py-h3: Convert to USES=cmake:indirect
Message-ID:  <202407291246.46TCkgC0010696@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d56d2f7ee2f52c6e66fe321946ba4468b40c1d0

commit 5d56d2f7ee2f52c6e66fe321946ba4468b40c1d0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-29 12:39:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-29 12:39:51 +0000

    graphics/py-h3: Convert to USES=cmake:indirect
---
 graphics/py-h3/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/graphics/py-h3/Makefile b/graphics/py-h3/Makefile
index d2553bcdfb6d..558502c72cd7 100644
--- a/graphics/py-h3/Makefile
+++ b/graphics/py-h3/Makefile
@@ -13,15 +13,14 @@ WWW=		https://uber.github.io/h3-py/ \
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	cmake:devel/cmake-core \
-		h3>=3.7.2:graphics/h3 \
+BUILD_DEPENDS=	h3>=3.7.2:graphics/h3 \
 		${PYTHON_PKGNAMEPREFIX}scikit-build>=0:devel/py-scikit-build@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 LIB_DEPENDS=	libh3.so:graphics/h3
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
 
-USES=		localbase:ldflags ninja:build python
+USES=		cmake:indirect localbase:ldflags ninja:build python
 USE_PYTHON=	autoplist concurrent cython pep517 pytest
 
 CFLAGS+=	-I${LOCALBASE}/include/h3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407291246.46TCkgC0010696>