geo/pdal: update to 2.10.0.

see https://github.com/PDAL/PDAL/releases/tag/2.10.0
This commit is contained in:
landry
2026-02-15 16:43:09 +00:00
parent 29cc0a8eb3
commit e8c1d73e53
4 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
COMMENT = translator library for point cloud formats
V = 2.9.3
V = 2.10.0
DISTNAME = PDAL-${V}-src
PKGNAME = pdal-${V}
EXTRACT_SUFX = .tar.bz2
SHARED_LIBS += pdalcpp 7.0 # 19.0 from PDAL_SOLIB defines in cmake/libraries.cmake
SHARED_LIBS += pdalcpp 8.0 # 20.0 from PDAL_SOLIB defines in cmake/libraries.cmake
CATEGORIES = geo devel textproc
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (PDAL-2.9.3-src.tar.bz2) = IukMi5ZT4r0Osk774HG2woHpchRbR8DM/cMp1zwYjZw=
SIZE (PDAL-2.9.3-src.tar.bz2) = 97583890
SHA256 (PDAL-2.10.0-src.tar.bz2) = ZeuibiSiyxdS01QsyE6ANey43IkLchRRKPmzO9GE8vU=
SIZE (PDAL-2.10.0-src.tar.bz2) = 102249186
+1 -1
View File
@@ -3,7 +3,7 @@ No need to put a version on the plugins
Index: cmake/macros.cmake
--- cmake/macros.cmake.orig
+++ cmake/macros.cmake
@@ -162,8 +162,6 @@ macro(PDAL_ADD_PLUGIN _name _type _shortname)
@@ -169,8 +169,6 @@ macro(PDAL_ADD_PLUGIN _name _type _shortname)
set_property(TARGET ${${_name}} PROPERTY FOLDER "Plugins/${_type}")
set_target_properties(${${_name}} PROPERTIES
+3 -1
View File
@@ -100,6 +100,7 @@ include/pdal/filters/LabelDuplicatesFilter.hpp
include/pdal/filters/LiTreeFilter.hpp
include/pdal/filters/LloydKMeansFilter.hpp
include/pdal/filters/LocateFilter.hpp
include/pdal/filters/M3C2Filter.hpp
include/pdal/filters/MADFilter.hpp
include/pdal/filters/MergeFilter.hpp
include/pdal/filters/MiniballFilter.hpp
@@ -142,6 +143,7 @@ include/pdal/filters/VoxelCentroidNearestNeighborFilter.hpp
include/pdal/filters/VoxelDownsizeFilter.hpp
include/pdal/filters/ZsmoothFilter.hpp
include/pdal/filters/private/
include/pdal/filters/private/Comparison.hpp
include/pdal/filters/private/DimRange.hpp
include/pdal/filters/private/DisjointSet.hpp
include/pdal/filters/private/Point.hpp
@@ -181,7 +183,6 @@ include/pdal/filters/private/mongoexpression/Expression.hpp
include/pdal/filters/private/mongoexpression/LogicGate.hpp
include/pdal/filters/private/mongoexpression/Support.hpp
include/pdal/filters/private/pnp/
include/pdal/filters/private/pnp/Comparison.hpp
include/pdal/filters/private/pnp/Grid.hpp
include/pdal/filters/private/pnp/GridPnp.hpp
include/pdal/filters/private/pnp/VoxelRayTrace.hpp
@@ -328,6 +329,7 @@ include/pdal/private/FileSpecHelper.hpp
include/pdal/private/KDImpl.hpp
include/pdal/private/MathUtils.hpp
include/pdal/private/OGRSpec.hpp
include/pdal/private/PointGrid.hpp
include/pdal/private/Raster.hpp
include/pdal/private/SrsTransform.hpp
include/pdal/private/StageRunner.hpp