guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: gdal: Enable GPKG format driver.


From: guix-commits
Subject: 08/10: gnu: gdal: Enable GPKG format driver.
Date: Thu, 26 Dec 2019 08:28:48 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit 838db4fcc7863f5bd638a7ee2c8196c59f9a45f2
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 2cf4eb9..2c1fcd1 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]