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


View this message in rfc822 format

From: David Elsing <david.elsing <at> posteo.net>
To: 77590 <at> debbugs.gnu.org
Cc: David Elsing <david.elsing <at> posteo.net>
Subject: [bug#77590] [PATCH v6 7/7] gnu: cdo: Fix build.
Date: Wed, 30 Apr 2025 16:27:09 +0000
* gnu/packages/geo.scm (cdo)[inputs]: Add libaec.
---
 gnu/packages/geo.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index e9fb9c68ff..777e4bc00e 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -276,7 +276,7 @@ (define-public cdo
            ;; Some tests can fail on machines with many threads.
            #:parallel-tests? #f))
     (inputs
-     (list curl eccodes fftw hdf5 libxml2 netcdf proj udunits))
+     (list curl eccodes fftw hdf5 libaec libxml2 netcdf proj udunits))
     (native-inputs
      (list pkg-config python-wrapper))
     (home-page "https://code.mpimet.mpg.de/projects/cdo")
-- 
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.