summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMattia Bunel <mattia.bunel@ehess.fr>2026-03-14 17:26:36 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-19 18:15:39 +0100
commit9349e9c57242550077fa5c4dc03bae8d0177e233 (patch)
tree782808f986142320d6e496d221c97835bf8e7b07 /gnu/packages
parent18905cfc4cdbb99cbf0b2838439fc19ace0a45b9 (diff)
gnu: pdal: Update to 2.10.0.
* gnu/packages/geo.scm (pdal): Update to 2.10.0. [arguments]<#:test-exclude>: Skip more tests. Change-Id: I17073886d1cb027ce5c9735d54c07e8c3545c9db Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/geo.scm12
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 2bf6378b038..d3789b0fdf7 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -24,7 +24,7 @@
;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
;;; Copyright © 2024 Jonathan Brielmaier <jonathan.brielmaier@web.de>
-;;; Copyright © 2025 Mattia Bunel <mattia.bunel@ehess.fr>
+;;; Copyright © 2025, 2026 Mattia Bunel <mattia.bunel@ehess.fr>
;;; Copyright © 2025 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2025 Lars Bilke <lars.bilke@ufz.de>
;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr>
@@ -1616,7 +1616,7 @@ development.")
(define-public pdal
(package
(name "pdal")
- (version "2.9.0")
+ (version "2.10.0")
(source
(origin
(method git-fetch)
@@ -1625,13 +1625,17 @@ development.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0gckixcykp9di4j7w6zkbhpj2ji1hvk8z3rw58dlqcvi81xcyjfa"))))
+ (base32 "0kbr084qmfkhc6wm76d1vgn2rvl3brzl588r2rd9441pvb19m9ds"))))
(build-system cmake-build-system)
(arguments
(list
#:configure-flags #~(list "-DUSE_EXTERNAL_GTEST=ON")
#:parallel-tests? #f
- #:test-exclude "pdal_io_(stac|copc)_reader_test"))
+ ;; Skip the tests using network to get remote data :
+ ;; - pdal_io_stac_reader_test
+ ;; - pdal_io_stac_remote_reader_test
+ ;; - pdal_io_copc_remote_reader_test
+ #:test-exclude "pdal_io_(stac(_remote)?|copc_remote)_reader_test"))
(native-inputs (list python googletest))
(inputs (list gdal
h3