Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2024 12:46:46 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: b63ca5793f01 - main - math/py-awkward-cpp: Convert to USES=cmake:indirect
Message-ID:  <202407291246.46TCkkDw010822@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=b63ca5793f016b64aaf10c257d696277c74bbc04

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

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

diff --git a/math/py-awkward-cpp/Makefile b/math/py-awkward-cpp/Makefile
index 8fabe4843ae4..b6a8f1fe65f2 100644
--- a/math/py-awkward-cpp/Makefile
+++ b/math/py-awkward-cpp/Makefile
@@ -12,8 +12,7 @@ WWW=		https://awkward-array.org/doc/main/ \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	cmake:devel/cmake-core \
-		${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>=0:devel/py-pybind11@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-build-core>=0.2.0:devel/py-scikit-build-core@${PY_FLAVOR} \
 		rapidjson>=0:devel/rapidjson
 # scikit-build-core[pyproject]
@@ -21,7 +20,7 @@ BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pathspec>=0.10.1:devel/py-pathspec@${PY_F
 		${PYTHON_PKGNAMEPREFIX}pyproject-metadata>=0.5:devel/py-pyproject-metadata@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.18.0,1:math/py-numpy@${PY_FLAVOR}
 
-USES=		compiler:c++11-lang localbase python
+USES=		cmake:indirect compiler:c++11-lang localbase python
 USE_PYTHON=	autoplist concurrent pep517
 
 .include <bsd.port.pre.mk>



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