GNU bug report logs - #77590
[PATCH 0/3] Update hdf5 to 1.14.6, fix wrappers and remove generated source files.

Previous Next

Package: guix-patches;

Reported by: David Elsing <david.elsing <at> posteo.net>

Date: Sun, 6 Apr 2025 23:25:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Full log


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

From: David Elsing <david.elsing <at> posteo.net>
To: 77590 <at> debbugs.gnu.org
Cc: David Elsing <david.elsing <at> posteo.net>, Andreas Enge <andreas <at> enge.fr>
Subject: [PATCH v6 3/7] gnu: netcdf: Build with libaec.
Date: Wed, 30 Apr 2025 16:27:05 +0000
* gnu/packages/maths.scm (netcdf)[inputs]: Add libaec.

Change-Id: Ia6a0b742b7e590930c308434b59988e374ccff85
Signed-off-by: Andreas Enge <andreas <at> enge.fr>
---
 gnu/packages/maths.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e42b00d6ad..74ed903462 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2363,11 +2363,12 @@ (define-public netcdf
        (patches (search-patches "netcdf-date-time.patch"))))
     (build-system gnu-build-system)
     (native-inputs
-     (list m4 doxygen graphviz))
+     (list doxygen graphviz m4))
     (inputs
      (list curl
            hdf4-alt
            hdf5
+           libaec
            libjpeg-turbo
            libxml2
            unzip
-- 
2.49.0





This bug report was last modified 27 days ago.

Previous Next


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