andreas pushed a commit to branch master
in repository guix.

commit 7f3a4779af0b24cbf621efbf09110b55d6c447f8
Author: David Elsing <david.els...@posteo.net>
AuthorDate: Wed Apr 30 16:27:05 2025 +0000

    gnu: netcdf: Build with libaec.
    
    * gnu/packages/maths.scm (netcdf)[inputs]: Add libaec.
    
    Change-Id: Ia6a0b742b7e590930c308434b59988e374ccff85
    Signed-off-by: Andreas Enge <andr...@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 04076530a5..58126c83f2 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2363,11 +2363,12 @@ similar to MATLAB, GNU Octave or SciPy.")
        (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

Reply via email to