1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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