diff options
author | Bram Ton <bram@cbbg.nl> | 2024-02-22 22:01:21 +0100 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2024-02-24 06:23:52 +0100 |
commit | e37fa74b91c4f9efb32b2d9c83f68fbe43634315 (patch) | |
tree | 32d552db0c8fab922a15460680fa2f5408bc39c8 /math/py-pdal | |
parent | mail/rspamd: Update to 3.8.3 (diff) |
math/pdal: Update to 2.6.3
Use libpdalcpp instead of libpdal_base
Release notes:
- https://github.com/PDAL/PDAL/releases/tag/2.6.2
- https://github.com/PDAL/PDAL/releases/tag/2.6.3
PR: 276752
Reported by: Bram Ton <bram@cbbg.nl>
Diffstat (limited to 'math/py-pdal')
-rw-r--r-- | math/py-pdal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pdal/Makefile b/math/py-pdal/Makefile index abfa36e6efb5..be82b31412ca 100644 --- a/math/py-pdal/Makefile +++ b/math/py-pdal/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdal DISTVERSION= 3.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_FLAVOR} \ ${PREFIX}/share/cmake/pybind11/pybind11Config.cmake:devel/pybind11 \ cmake:devel/cmake-core -LIB_DEPENDS= libpdal_base.so:math/pdal +LIB_DEPENDS= libpdalcpp.so:math/pdal RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYNUMPY} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} |