guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit be96a252df8bc37981812dfc39187fa1dac6c79b
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Jan 11 13:21:31 2026 +0100
gnu: coda: Remove hdf4 input.
* gnu/packages/maths.scm (coda)[inputs]: Remove hdf4-alt.
[arguments]<#:configure-flags>: Drop "--with-hdf4".
Change-Id: I379b8f1f8bec79caf399999211e2778d4dbdd9c4
---
gnu/packages/maths.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 86000f2f3d..aec6594115 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -391,11 +391,10 @@ finite domain propagation and Boolean satisfiability.")
`(("zlib" ,zlib)
("pcre" ,pcre)
("expat" ,expat)
- ("hdf4" ,hdf4-alt)
("hdf5" ,hdf5)))
(build-system gnu-build-system)
(arguments
- '(#:configure-flags '("--with-hdf4" "--with-hdf5" "--enable-python"
+ '(#:configure-flags '("--with-hdf5" "--enable-python"
"LIBS= -lz -lpcre -lexpat")))
(synopsis "Common interface to various earth observation data formats")
(description