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:47:37 +0200 |
| commit | 6903d2cc1b62d102208a15182f68c2f3cd4e699c (patch) | |
| tree | 19eb924f61e87dc484d0b600b08e842bf2142d22 /gnu | |
| parent | 7f3a4779af0b24cbf621efbf09110b55d6c447f8 (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>
Diffstat (limited to 'gnu')
| -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 58126c83f2c..eb23a375b46 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") |
