guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

178/285: gnu: gdal: Enable GPKG format driver.


From: guix-commits
Subject: 178/285: gnu: gdal: Enable GPKG format driver.
Date: Sun, 29 Dec 2019 20:44:25 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit ff84132c379d1d006f0a8c6c2f07e2deea076b37
Author: Arun Isaac <address@hidden>
Date:   Fri Dec 20 21:39:22 2019 +0530

    gnu: gdal: Enable GPKG format driver.
    
    * gnu/packages/geo.scm (gdal)[inputs]: Enable sqlite.
    [arguments]: Add --with-sqlite3 to #:configure-flags.
---
 gnu/packages/geo.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index c50db94..a508590 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -609,6 +609,7 @@ development.")
            (with "--with-geotiff" "libgeotiff")
            (with "--with-libz" "zlib")
            (with "--with-expat" "expat")
+           (with "--with-sqlite3" "sqlite")
            "--with-pcre"))
        #:phases
        (modify-phases %standard-phases
@@ -629,6 +630,7 @@ development.")
        ("libwebp" ,libwebp)
        ("pcre" ,pcre)
        ("proj" ,proj)
+       ("sqlite" ,sqlite)
        ("zlib" ,zlib)))
     (home-page "http://www.gdal.org/";)
     (synopsis "Raster and vector geospatial data format library")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]