summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-01-11 13:21:31 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:23:23 +0100
commit883fb1e9422b19b1d8dd164f92608ef72fc5a592 (patch)
tree0fe59b1d80cc8da04cfabcbbd3a23d418e74f9a2
parent5521cba2e98a4aaad692f38aa8e43de910b8c475 (diff)
gnu: coda: Remove hdf4 input.
* gnu/packages/maths.scm (coda)[inputs]: Remove hdf4-alt. [arguments]<#:configure-flags>: Drop "--with-hdf4". Change-Id: I379b8f1f8bec79caf399999211e2778d4dbdd9c4 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
-rw-r--r--gnu/packages/maths.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 86000f2f3d9..aec65941159 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