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 #71 received at 77590 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: 77590 <at> debbugs.gnu.org
Cc: David Elsing <david.elsing <at> posteo.net>, Andreas Enge <andreas <at> enge.fr>
Subject: [PATCH v5 4/5] gnu: netcdf-fortran: Add missing inputs.
Date: Tue, 29 Apr 2025 15:07:55 +0200
From: David Elsing <david.elsing <at> posteo.net>

* gnu/packages/maths.scm (netcdf-fortran)[inputs]: Add libaec and hdf5.

Signed-off-by: Andreas Enge <andreas <at> enge.fr>
---
 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 1bfde8fa8d..76b7b290af 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2456,7 +2456,7 @@ (define-public netcdf-fortran
                            "FFLAGS=-fallow-argument-mismatch")
        #:parallel-tests? #f))
     (inputs
-     (list netcdf))
+     (list libaec hdf5 netcdf))
     (native-inputs
      (list gfortran))
     (synopsis "Fortran interface for the netCDF library")
-- 
2.49.0





This bug report was last modified 26 days ago.

Previous Next


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