From cce9ff2d5ada3d1e26e1c70205f21271a0065482 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 11 Dec 2022 22:25:45 +0000 Subject: gnu: indi: Update to 1.9.9. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/astronomy.scm (indi): Update to 1.9.9. [arguments]{tests}: Silent test on aarch64-linux system. [inputs]: Add libev. Signed-off-by: Ludovic Courtès --- gnu/packages/astronomy.scm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'gnu/packages/astronomy.scm') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 9635a036a3..6b3a375e78 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -47,6 +47,7 @@ #:use-module (gnu packages gtk) #:use-module (gnu packages image) #:use-module (gnu packages image-processing) + #:use-module (gnu packages libevent) #:use-module (gnu packages libusb) #:use-module (gnu packages lua) #:use-module (gnu packages maths) @@ -1978,7 +1979,7 @@ floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit, (define-public indi (package (name "indi") - (version "1.9.3") + (version "1.9.9") (source (origin (method git-fetch) @@ -1987,10 +1988,12 @@ floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit, (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0c7md288d3g2vf0m1ai6x2l4j4rmlasc4rya92phvd4ynf8vcki2")))) + (base32 "1vfcas59nlw8v7n6qhxhcm4isf5wk0crip5rmsallq3bsv3zznfr")))) (build-system cmake-build-system) (arguments - `(#:configure-flags + ;; TODO: fix failing tests on aarch64-system. + `(#:tests? ,(not (or (%current-target-system) (target-aarch64?))) + #:configure-flags (let ((out (assoc-ref %outputs "out"))) (list "-DINDI_BUILD_UNITTESTS=ON" @@ -2015,6 +2018,7 @@ floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit, curl fftw gsl + libev libjpeg-turbo libnova libtiff -- cgit v1.2.3