arunisaac pushed a commit to branch master
in repository guix.
commit 6cde07379f2a049b8c7f0eca90959f6c170c4102
Author: Arun Isaac <[email protected]>
Date: Fri Dec 20 21:54:44 2019 +0530
gnu: gdal: Enable netCDF format driver.
* gnu/packages/geo.scm (gdal)[inputs]: Add netcdf.
---
gnu/packages/geo.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 2c1fcd1..cec5613 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -61,6 +61,7 @@
#: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 @@ development.")
("libpng" ,libpng)
("libtiff" ,libtiff)
("libwebp" ,libwebp)
+ ("netcdf" ,netcdf)
("pcre" ,pcre)
("proj" ,proj)
("sqlite" ,sqlite)