mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
6cc152b5ee
commit
1807cc331f
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue