From e37fa74b91c4f9efb32b2d9c83f68fbe43634315 Mon Sep 17 00:00:00 2001 From: Bram Ton Date: Thu, 22 Feb 2024 22:01:21 +0100 Subject: 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 --- math/py-pdal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/py-pdal') 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} -- cgit v1.2.3