[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: gdal: Enable netCDF format driver.
From: |
guix-commits |
Subject: |
09/10: gnu: gdal: Enable netCDF format driver. |
Date: |
Thu, 26 Dec 2019 08:28:48 -0500 (EST) |
arunisaac pushed a commit to branch master
in repository guix.
commit 6cde07379f2a049b8c7f0eca90959f6c170c4102
Author: Arun Isaac <address@hidden>
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)
- branch master updated (00d81f9 -> e7453b3), guix-commits, 2019/12/26
- 07/10: gnu: gdal: Enable ODS format driver., guix-commits, 2019/12/26
- 02/10: gnu: Add proj., guix-commits, 2019/12/26
- 04/10: gnu: gdal: Update to 3.0.2., guix-commits, 2019/12/26
- 09/10: gnu: gdal: Enable netCDF format driver.,
guix-commits <=
- 05/10: gnu: postgis: Update to 3.0.0., guix-commits, 2019/12/26
- 01/10: gnu: geos: Update to 3.8.0., guix-commits, 2019/12/26
- 08/10: gnu: gdal: Enable GPKG format driver., guix-commits, 2019/12/26
- 06/10: gnu: libspatialindex: Update to 1.9.3., guix-commits, 2019/12/26
- 10/10: gnu: gdal: Use HTTPS home page URI., guix-commits, 2019/12/26
- 03/10: gnu: libgeotiff: Update to 1.5.1., guix-commits, 2019/12/26