* [bug#60159] [PATCH] gnu: gdal: Update to 3.6.1.
@ 2022-12-17 13:12 Felix Gruber
2022-12-20 17:01 ` bug#60159: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2022-12-17 13:12 UTC (permalink / raw)
To: 60159; +Cc: Felix Gruber
* gnu/packages/geo.scm (gdal): Update to 3.6.1.
[inputs]: Add libjxl.
---
gnu/packages/geo.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index b3a5c0df3f..a6d9e74f2a 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -974,7 +974,7 @@ (define-public spatialite-gui
(define-public gdal
(package
(name "gdal")
- (version "3.5.1")
+ (version "3.6.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -982,7 +982,7 @@ (define-public gdal
version ".tar.gz"))
(sha256
(base32
- "1l93q7xf6qx9ck5axfkf3ygmvclxkvrjd8x00ckn7j0d0750ci3w"))
+ "1qckwnygszxkkq40bf87s3m1sab6jj9jyakdvskh0qf7dq8zjarf"))
(modules '((guix build utils)))
(snippet
`(begin
@@ -1012,6 +1012,7 @@ (define-public gdal
json-c
libgeotiff
libjpeg-turbo
+ libjxl
libpng
libtiff
libwebp
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#60159: [PATCH] gnu: gdal: Update to 3.6.1.
2022-12-17 13:12 [bug#60159] [PATCH] gnu: gdal: Update to 3.6.1 Felix Gruber
@ 2022-12-20 17:01 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-12-20 17:01 UTC (permalink / raw)
To: Felix Gruber; +Cc: 60159-done
[-- Attachment #1: Type: text/plain, Size: 303 bytes --]
The python-gdal package was failing to build with the updated gdal (and
therefore qgis too), but I was able to fix the issue by building the
Python bindings directly in the gdal package (commit
25f702449c8683b3ec78b2e4a5728e700462e5a2).
Patch pushed as d8231432c57a3d8d8def39c2effd45221794bb6f.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-20 18:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-17 13:12 [bug#60159] [PATCH] gnu: gdal: Update to 3.6.1 Felix Gruber
2022-12-20 17:01 ` bug#60159: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.