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>
This commit is contained in:
David Elsing 2025-04-30 16:27:06 +00:00 committed by Andreas Enge
parent 7f3a4779af
commit 6903d2cc1b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")