[bug#77590,v6,3/7] gnu: netcdf: Build with libaec.

Message ID b0acaa45bc3ce7fbdca1f6ce897e32a16b5b85aa.1746029810.git.david.elsing@posteo.net
State New
Headers
Series Update hdf5 to 1.14.6, fix wrappers and remove generated source files. |

Commit Message

David Elsing April 30, 2025, 4:27 p.m. UTC
  * gnu/packages/maths.scm (netcdf)[inputs]: Add libaec.

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

Patch

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