guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 787cfd2c8402980a42376840c2983d02b57a1765
Author: Andreas Enge <[email protected]>
AuthorDate: Tue Dec 9 19:33:56 2025 +0100
gnu: netcdf: Remove hdf4 input.
* gnu/packages/maths.scm (netcdf)[inputs]: Remove hdf4-alt.
[arguments]<#:configure-flags>: Remove "--enable-hdf4".
Change-Id: Id7fb9bf499caebe00a32737b4088be20eab12ad4
---
gnu/packages/maths.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 55b3f56a86..4f988bc672 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2528,7 +2528,6 @@ similar to MATLAB, GNU Octave or SciPy.")
(list doxygen graphviz m4))
(inputs
(list curl
- hdf4-alt
hdf5
libaec
libjpeg-turbo
@@ -2539,8 +2538,7 @@ similar to MATLAB, GNU Octave or SciPy.")
(list #:configure-flags
#~'("CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types"
"--enable-doxygen" "--enable-dot"
- "--enable-hdf4" "--disable-dap-remote-tests")
-
+ "--disable-dap-remote-tests")
#:phases
#~(modify-phases %standard-phases
(add-before 'configure 'fix-source-date