mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
7f3a4779af
commit
6903d2cc1b
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue