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 <mbakke@fastmail.com>
This commit is contained in:
parent
f7fb34a06c
commit
db82557013
|
@ -726,10 +726,12 @@ HDF5 file is encoded according to the HDF File Format Specification.")
|
||||||
("doxygen" ,doxygen)
|
("doxygen" ,doxygen)
|
||||||
("graphviz" ,graphviz)))
|
("graphviz" ,graphviz)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("hdf5" ,hdf5)
|
`(("hdf4" ,hdf4-alt)
|
||||||
("zlib" ,zlib)))
|
("hdf5" ,hdf5)
|
||||||
|
("zlib" ,zlib)
|
||||||
|
("libjpeg" ,libjpeg)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--enable-doxygen" "--enable-dot")
|
`(#:configure-flags '("--enable-doxygen" "--enable-dot" "--enable-hdf4")
|
||||||
#:parallel-tests? #f)) ;various race conditions
|
#:parallel-tests? #f)) ;various race conditions
|
||||||
(home-page "http://www.unidata.ucar.edu/software/netcdf/")
|
(home-page "http://www.unidata.ucar.edu/software/netcdf/")
|
||||||
(synopsis "Library for scientific data")
|
(synopsis "Library for scientific data")
|
||||||
|
|
Loading…
Reference in New Issue