pdal: 2.8.4 -> 2.9.2 (#436159)

This commit is contained in:
Ivan Mincik
2025-10-06 09:23:36 +00:00
committed by GitHub

View File

@@ -11,15 +11,16 @@
cmake, cmake,
curl, curl,
gdal, gdal,
gtest,
hdf5-cpp, hdf5-cpp,
laszip, laszip,
libe57format, libe57format,
libgeotiff, libgeotiff,
libpq,
libtiff, libtiff,
libxml2, libxml2,
openscenegraph, openscenegraph,
pkg-config, pkg-config,
libpq,
proj, proj,
sqlite, sqlite,
tiledb, tiledb,
@@ -30,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "pdal"; pname = "pdal";
version = "2.8.4"; version = "2.9.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PDAL"; owner = "PDAL";
repo = "PDAL"; repo = "PDAL";
rev = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-52v7oDmvq820mJ91XAZI1rQEwssWcHagcd2QNVV6zPA="; hash = "sha256-W3HTgdLHzETfmp/DZ5s9pWXQeBaic4/O55ckGzDDtxs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@@ -47,13 +48,14 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ buildInputs = [
curl curl
gdal gdal
gtest
hdf5-cpp hdf5-cpp
laszip laszip
libgeotiff libgeotiff
libpq
libtiff libtiff
libxml2 libxml2
openscenegraph openscenegraph
libpq
proj proj
sqlite sqlite
tiledb tiledb
@@ -99,7 +101,7 @@ stdenv.mkDerivation (finalAttrs: {
disabledTests = [ disabledTests = [
# Tests failing due to TileDB library implementation, disabled also # Tests failing due to TileDB library implementation, disabled also
# by upstream CI. # by upstream CI.
# See: https://github.com/PDAL/PDAL/blob/bc46bc77f595add4a6d568a1ff923d7fe20f7e74/.github/workflows/linux.yml#L81 # See: https://github.com/PDAL/PDAL/blob/2.9.2/.github/workflows/linux.yml#L81
"pdal_io_tiledb_writer_test" "pdal_io_tiledb_writer_test"
"pdal_io_tiledb_reader_test" "pdal_io_tiledb_reader_test"
"pdal_io_tiledb_time_writer_test" "pdal_io_tiledb_time_writer_test"
@@ -110,14 +112,8 @@ stdenv.mkDerivation (finalAttrs: {
"pdal_io_e57_write_test" "pdal_io_e57_write_test"
"pdal_io_stac_reader_test" "pdal_io_stac_reader_test"
# Segfault # Require data to be downloaded from Internet
"pdal_io_hdf_reader_test" "pdal_io_copc_reader_test"
# Failure
"pdal_app_plugin_test"
# Removed in GDAL 3.11
"pdal_io_gdal_writer_test"
]; ];
nativeCheckInputs = [ nativeCheckInputs = [