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:
committed by
Andreas Enge
parent
7f3a4779af
commit
6903d2cc1b
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user