gnu: gdal: Enable netCDF format driver.

* gnu/packages/geo.scm (gdal)[inputs]: Add netcdf.
This commit is contained in:
Arun Isaac 2019-12-20 21:54:44 +05:30
parent 838db4fcc7
commit 6cde07379f
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -61,6 +61,7 @@ (define-module (gnu packages geo)
#:use-module (gnu packages icu4c)
#:use-module (gnu packages java)
#:use-module (gnu packages lua)
#:use-module (gnu packages maths)
#:use-module (gnu packages pcre)
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
@ -628,6 +629,7 @@ (define-public gdal
("libpng" ,libpng)
("libtiff" ,libtiff)
("libwebp" ,libwebp)
("netcdf" ,netcdf)
("pcre" ,pcre)
("proj" ,proj)
("sqlite" ,sqlite)