me
/
guix
Archived
1
0
Fork 0

gnu: gdal: Enable GPKG format driver.

* gnu/packages/geo.scm (gdal)[inputs]: Enable sqlite.
[arguments]: Add --with-sqlite3 to #:configure-flags.
master
Arun Isaac 2019-12-20 21:39:22 +05:30
parent 0f05435682
commit 838db4fcc7
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 0 deletions

View File

@ -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")