GNU bug report logs - #77537
[PATCH 0/2] gnu: netcdf-cxx4: Move netcdf to the propagated-inputs

Previous Next

Package: guix-patches;

Reported by: Luca Cirrottola <luca.cirrottola <at> inria.fr>

Date: Fri, 4 Apr 2025 16:31:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


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

From: Luca Cirrottola <luca.cirrottola <at> inria.fr>
To: 77537 <at> debbugs.gnu.org
Cc: Luca Cirrottola <luca.cirrottola <at> inria.fr>
Subject: [PATCH 2/2] gnu: netcdf-cxx4: Move netcdf to the propagated-inputs.
Date: Fri,  4 Apr 2025 18:39:26 +0200
---
 gnu/packages/maths.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 0e50e7a460..ad49899d74 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2432,7 +2432,8 @@ (define-public netcdf-cxx4
                                               (search-input-file
                                                %build-inputs
                                                "/lib/libhdf5.so")))))
-    (inputs (list netcdf hdf5))
+    (inputs (list hdf5))
+    (propagated-inputs (list netcdf))
     (home-page "https://github.com/Unidata/netcdf-cxx4")
     (synopsis "NetCDF C++ interface")
     (description
@@ -2447,7 +2448,8 @@ (define-public netcdf-cxx4-parallel-openmpi
     (synopsis "NetCDF C++ interface (with MPI support)")
     (inputs (modify-inputs (package-inputs netcdf-cxx4)
               (prepend openmpi)
-              (replace "hdf5" hdf5-parallel-openmpi)
+              (replace "hdf5" hdf5-parallel-openmpi)))
+    (propagated-inputs (modify-inputs (package-propagated-inputs netcdf-cxx4)
               (replace "netcdf" netcdf-parallel-openmpi)))))
 
 (define-public n2p2
-- 
2.34.1





This bug report was last modified 45 days ago.

Previous Next


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