~ruther/guix-local

077ba95865292d560167230f10e9bd6325ec3b00 — Andreas Enge 4 months ago fcbf254
gnu: netcdf: Remove hdf4 input.

* gnu/packages/maths.scm (netcdf)[inputs]: Remove hdf4-alt.
[arguments]<#:configure-flags>: Remove "--enable-hdf4".

Change-Id: Id7fb9bf499caebe00a32737b4088be20eab12ad4
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +1 -3
@@ 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