1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: pdal: Update to 2.9.0.

* gnu/packages/geo.scm (pdal): Update to 2.9.0.

Change-Id: Ie45cf96ccfcd6ecfa887979fde2a260c26aad5e3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Mattia Bunel
2025-06-20 16:32:32 +02:00
committed by Sharlatan Hellseher
parent eded6410a8
commit 96ca564482

View File

@@ -1507,7 +1507,7 @@ development.")
(define-public pdal
(package
(name "pdal")
(version "2.8.4")
(version "2.9.0")
(source
(origin
(method git-fetch)
@@ -1516,17 +1516,20 @@ development.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1w6cg9akb46xf6h7cw0nrg109d6n9035qxczk2scvaxg76hgnsz7"))))
(base32 "0gckixcykp9di4j7w6zkbhpj2ji1hvk8z3rw58dlqcvi81xcyjfa"))))
(build-system cmake-build-system)
(arguments
(list #:phases
(list
#:configure-flags #~(list "-DUSE_EXTERNAL_GTEST=ON")
#:phases
#~(modify-phases %standard-phases
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "ctest" "-E" ;; This test hangs.
"pdal_io_stac_reader_test")))))))
(native-inputs (list python))
(invoke "ctest" "-E"
;; This tests needs network .
"pdal_io_(stac|copc)_reader_test")))))))
(native-inputs (list python googletest))
(inputs (list gdal
h3
libgeotiff