GNU bug report logs - #76522
[PATCH] gnu: pnetcdf: Add missing zlib input.

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76522 in the body.
You can then email your comments to 76522 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andreas <at> enge.fr, bavier <at> posteo.net, sharlatanus <at> gmail.com, guix-patches <at> gnu.org:
bug#76522; Package guix-patches. (Mon, 24 Feb 2025 10:34:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Lars Bilke <lars.bilke <at> ufz.de>:
New bug report received and forwarded. Copy sent to andreas <at> enge.fr, bavier <at> posteo.net, sharlatanus <at> gmail.com, guix-patches <at> gnu.org. (Mon, 24 Feb 2025 10:34:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Lars Bilke <lars.bilke <at> ufz.de>
To: guix-patches <at> gnu.org
Cc: Lars Bilke <lars.bilke <at> ufz.de>
Subject: [PATCH] gnu: pnetcdf: Add missing zlib input.
Date: Mon, 24 Feb 2025 11:32:31 +0100
* 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





Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Sun, 02 Mar 2025 15:50:02 GMT) Full text and rfc822 format available.

Notification sent to Lars Bilke <lars.bilke <at> ufz.de>:
bug acknowledged by developer. (Sun, 02 Mar 2025 15:50:02 GMT) Full text and rfc822 format available.

Message #10 received at 76522-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Lars Bilke <lars.bilke <at> ufz.de>
Cc: 76522-done <at> debbugs.gnu.org, Andreas Enge <andreas <at> enge.fr>,
 Sharlatan Hellseher <sharlatanus <at> gmail.com>, Eric Bavier <bavier <at> posteo.net>
Subject: Re: bug#76522: [PATCH] gnu: pnetcdf: Add missing zlib input.
Date: Mon, 03 Mar 2025 00:49:06 +0900
Hi,

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

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

Applied!

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 31 Mar 2025 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 138 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.