From 6903d2cc1b62d102208a15182f68c2f3cd4e699c Mon Sep 17 00:00:00 2001 From: David Elsing Date: Wed, 30 Apr 2025 16:27:06 +0000 Subject: [PATCH] gnu: netcdf-fortran: Add missing inputs. * gnu/packages/maths.scm (netcdf-fortran)[inputs]: Add libaec and hdf5. Signed-off-by: Andreas Enge --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")