Merge pull request #323327 from imincik/pdal-2.7.2

pdal: 2.7.1 -> 2.7.2
This commit is contained in:
Nikolay Korotkiy 2024-07-14 15:25:21 +04:00 committed by GitHub
commit 16be9f6e93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@
, pkg-config
, postgresql
, proj
, sqlite
, tiledb
, xercesc
, zlib
@ -27,13 +28,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pdal";
version = "2.7.1";
version = "2.7.2";
src = fetchFromGitHub {
owner = "PDAL";
repo = "PDAL";
rev = finalAttrs.version;
sha256 = "sha256-JoHBxJ0hCWH7ZhmeJk4huT2k0AK5CzIV58NWCjWj5T0=";
sha256 = "sha256-ukBZLr/iyYQ68sv9JWrR4YP0ahHfGhytgcWKPzrF3Ps=";
};
nativeBuildInputs = [
@ -52,6 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
openscenegraph
postgresql
proj
sqlite
tiledb
xercesc
zlib
@ -87,12 +89,6 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = true;
disabledTests = [
# Failing due to GDAL 3.9 change in coordinates precision.
# See: https://github.com/PDAL/PDAL/issues/4403
# This test should be re-enabled once https://github.com/PDAL/PDAL/pull/4411
# is merged !
"pdal_io_ogr_writer_test"
# Tests failing due to TileDB library implementation, disabled also
# by upstream CI.
# See: https://github.com/PDAL/PDAL/blob/bc46bc77f595add4a6d568a1ff923d7fe20f7e74/.github/workflows/linux.yml#L81