1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/py-awkward-cpp: Add py-awkward-cpp 21

awkward-cpp provides precompiled routines for the awkward package. It is not
useful on its own, only as a dependency for awkward .
This commit is contained in:
Po-Chuan Hsieh 2023-08-17 02:06:44 +08:00
parent 94a9bb3114
commit 964dc98687
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 40 additions and 0 deletions

View File

@ -893,6 +893,7 @@
SUBDIR += py-arybo
SUBDIR += py-autograd
SUBDIR += py-awkward
SUBDIR += py-awkward-cpp
SUBDIR += py-baycomp
SUBDIR += py-bayesian-optimization
SUBDIR += py-benford_py

View File

@ -0,0 +1,34 @@
PORTNAME= awkward-cpp
PORTVERSION= 21
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= CPU kernels and compiled extensions for Awkward Array
WWW= https://awkward-array.org/doc/main/ \
https://github.com/scikit-hep/awkward/tree/main/awkward-cpp
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= cmake:devel/cmake-core \
${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]
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pathspec>=0.10.1:devel/py-pathspec@${PY_FLAVOR} \
${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
USE_PYTHON= autoplist concurrent pep517
post-patch:
# Clean up bundled libraries
@${RM} -r ${WRKSRC}/rapidjson/
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1691069902
SHA256 (awkward-cpp-21.tar.gz) = b286e63de803048ff812f769c6b636f13b0d3bcbf22e1b91b15f6cfb9593851e
SIZE (awkward-cpp-21.tar.gz) = 1419403

View File

@ -0,0 +1,2 @@
awkward-cpp provides precompiled routines for the awkward package. It is not
useful on its own, only as a dependency for awkward .