GNU bug report logs -
#76522
[PATCH] gnu: pnetcdf: Add missing zlib input.
Previous Next
Reported by: Lars Bilke <lars.bilke <at> ufz.de>
Date: Mon, 24 Feb 2025 10:34:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/maths.scm (pnetcdf): Add missing zlib input.
Change-Id: I8b0c143cce016d6cfb2ffe8923f1380452a7e8ac
---
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 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
This bug report was last modified 139 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.