guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]