diff options
author | David Elsing <david.elsing@posteo.net> | 2025-04-30 16:27:06 +0000 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-30 19:06:06 +0200 |
commit | e3913408e5e04d39e2d5a3ef8c6ac5a6efa5fe4b (patch) | |
tree | efe142f1aa156c8fbca0ff1d1363854443ac415c | |
parent | a82e000ae455735737c109c156ab168e6d5dd865 (diff) |
gnu: netcdf-fortran: Add missing inputs.
* gnu/packages/maths.scm (netcdf-fortran)[inputs]: Add libaec and hdf5.
Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 58126c83f2..eb23a375b4 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2457,7 +2457,7 @@ sharing of scientific data.") "FFLAGS=-fallow-argument-mismatch") #:parallel-tests? #f)) (inputs - (list netcdf)) + (list libaec hdf5 netcdf)) (native-inputs (list gfortran)) (synopsis "Fortran interface for the netCDF library") |