diff options
author | David Elsing <david.elsing@posteo.net> | 2025-04-30 16:27:09 +0000 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-30 19:07:16 +0200 |
commit | 92f70f4a2245d7ac47a25522c5595c5ca1be8dcd (patch) | |
tree | c36bd0f085e8172956fd269621dc8b71b4114daa | |
parent | 5af489444c02e7758e936d5ecd3793ad1ece3d75 (diff) |
gnu: cdo: Fix build.hdf5
* gnu/packages/geo.scm (cdo)[inputs]: Add libaec.
Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r-- | gnu/packages/geo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index e9fb9c68ff..777e4bc00e 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -276,7 +276,7 @@ BUFR and WMO GTS abbreviated header formats.") ;; Some tests can fail on machines with many threads. #:parallel-tests? #f)) (inputs - (list curl eccodes fftw hdf5 libxml2 netcdf proj udunits)) + (list curl eccodes fftw hdf5 libaec libxml2 netcdf proj udunits)) (native-inputs (list pkg-config python-wrapper)) (home-page "https://code.mpimet.mpg.de/projects/cdo") |