~ruther/guix-local

1807cc331f30a693c9a7dc4ae1f0c14323ad43f8 — Andreas Enge 2 months ago 6cc152b
gnu: gnudatalanguage: Remove hdf4 from inputs.

* gnu/packages/data-language.scm (gnudatalanguage)[inputs]: Remove hdf4-alt.
(arguments)<#:configure-flags>: Build without hdf4.

Change-Id: I357927ead8f3bccde3530f076204a67d7e8cd79f
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/data-language.scm
M gnu/packages/data-language.scm => gnu/packages/data-language.scm +5 -1
@@ 1,6 1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
;;; Copyright © 2025 Maxim Cournoyer <maxim@guixotic.coop>
;;; Copyright © 2025 Andreas Enge <andreas@enge.fr>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 21,6 22,7 @@
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (guix build-system cmake)
  #:use-module (guix download)
  #:use-module (guix gexp)
  #:use-module (guix packages)
  #:use-module (gnu packages)
  #:use-module (gnu packages algebra)


@@ 66,7 68,6 @@
           glpk
           graphicsmagick
           gsl
           hdf4-alt
           hdf5
           libgeotiff
           libjpeg-turbo


@@ 83,6 84,9 @@
           udunits
           wxwidgets
           zlib))
    (arguments
      (list
        #:configure-flags #~(list "-DHDF=OFF"))) ; keep default "-DHDF5=ON"
    (home-page "https://gnudatalanguage.github.io/")
    (synopsis "Compiler for GDL, an IDL-compatible programming language")
    (description