mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: netcdf: Build with libaec.
* gnu/packages/maths.scm (netcdf)[inputs]: Add libaec. Change-Id: Ia6a0b742b7e590930c308434b59988e374ccff85 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
6c46206865
commit
7f3a4779af
1 changed files with 2 additions and 1 deletions
|
@ -2363,11 +2363,12 @@ similar to MATLAB, GNU Octave or SciPy.")
|
||||||
(patches (search-patches "netcdf-date-time.patch"))))
|
(patches (search-patches "netcdf-date-time.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list m4 doxygen graphviz))
|
(list doxygen graphviz m4))
|
||||||
(inputs
|
(inputs
|
||||||
(list curl
|
(list curl
|
||||||
hdf4-alt
|
hdf4-alt
|
||||||
hdf5
|
hdf5
|
||||||
|
libaec
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
libxml2
|
libxml2
|
||||||
unzip
|
unzip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue