mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
graphics/py-h3: Convert to USES=cmake:indirect
This commit is contained in:
parent
19d5dd087c
commit
5d56d2f7ee
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue