me
/
guix
Archived
1
0
Fork 0

gnu: indi: Update to 1.9.9.

* 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 <ludo@gnu.org>
master
Sharlatan Hellseher 2022-12-11 22:25:45 +00:00 committed by Ludovic Courtès
parent 109cb41780
commit cce9ff2d5a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 3 deletions

View File

@ -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