Unverified Commit 16be9f6e authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #323327 from imincik/pdal-2.7.2

pdal: 2.7.1 -> 2.7.2
parents cd67b3c0 a631bac3
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -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