mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pnetcdf: Add missing zlib input.
* gnu/packages/maths.scm (pnetcdf): Add missing zlib input. Change-Id: I8b0c143cce016d6cfb2ffe8923f1380452a7e8ac Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
3088e5ee53
commit
d444d24f81
1 changed files with 1 additions and 1 deletions
|
@ -3839,7 +3839,7 @@ scientific applications modeled by partial differential equations.")
|
|||
#~(modify-phases %standard-phases
|
||||
(add-after 'build 'mpi-setup
|
||||
#$%openmpi-setup))))
|
||||
(inputs (list openmpi))
|
||||
(inputs (list openmpi zlib))
|
||||
(native-inputs (list m4))
|
||||
(home-page "https://parallel-netcdf.github.io/")
|
||||
(synopsis "Parallel I/O Library for NetCDF File Access")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue