[PATCH] gnu: pnetcdf: Add missing zlib input.

  • Done
  • quality assurance status badge
Details
2 participants
  • Lars Bilke
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Lars Bilke
Severity
normal

Debbugs page

Lars Bilke wrote 2 weeks ago
(address . guix-patches@gnu.org)(name . Lars Bilke)(address . lars.bilke@ufz.de)
68937ef25fb4b900d5a368cef24e96cbdc934ae3.1740393151.git.lars.bilke@ufz.de
* gnu/packages/maths.scm (pnetcdf): Add missing zlib input.

Change-Id: I8b0c143cce016d6cfb2ffe8923f1380452a7e8ac
---
gnu/packages/maths.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (17 lines)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 22604f5841..621bce6cce 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3839,7 +3839,7 @@ (define-public pnetcdf
#~(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")

base-commit: c4fcf8fb627c9ea54a4a639a81766e5df3973fdc
--
2.46.1
Maxim Cournoyer wrote 1 weeks ago
(name . Lars Bilke)(address . lars.bilke@ufz.de)
87a5a3fn65.fsf@gmail.com
Hi,

Lars Bilke <lars.bilke@ufz.de> writes:

Toggle quote (4 lines)
> * gnu/packages/maths.scm (pnetcdf): Add missing zlib input.
>
> Change-Id: I8b0c143cce016d6cfb2ffe8923f1380452a7e8ac

Applied!

--
Thanks,
Maxim
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76522@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76522
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help