guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: netcdf: Enable HDF4 support.


From: Marius Bakke
Subject: 01/01: gnu: netcdf: Enable HDF4 support.
Date: Sat, 24 Dec 2016 13:54:56 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit db8255701314748c3a1199401b04a65e10866784
Author: Thomas Danckaert <address@hidden>
Date:   Fri Dec 23 14:56:00 2016 +0100

    gnu: netcdf: Enable HDF4 support.
    
    * gnu/packages/maths.scm (netcdf)[inputs]: Add hdf4-alt and libjpeg.
      [arguments]: Add "--enable-hdf4" configure flag.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/maths.scm |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e15eddc..d045895 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -726,10 +726,12 @@ HDF5 file is encoded according to the HDF File Format 
Specification.")
        ("doxygen" ,doxygen)
        ("graphviz" ,graphviz)))
     (inputs
-     `(("hdf5" ,hdf5)
-       ("zlib" ,zlib)))
+     `(("hdf4" ,hdf4-alt)
+       ("hdf5" ,hdf5)
+       ("zlib" ,zlib)
+       ("libjpeg" ,libjpeg)))
     (arguments
-     `(#:configure-flags '("--enable-doxygen" "--enable-dot")
+     `(#:configure-flags '("--enable-doxygen" "--enable-dot" "--enable-hdf4")
        #:parallel-tests? #f))           ;various race conditions
     (home-page "http://www.unidata.ucar.edu/software/netcdf/";)
     (synopsis "Library for scientific data")



reply via email to

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