~ruther/guix-local

ebc6de5f5d134a1cfa25c4deeac1635e8dfd6de7 — Sharlatan Hellseher 3 months ago e135600
gnu: imppg: Update to 2.1.0.

* gnu/packages/astronomy.scm (imppg): Update to 2.1.0.
[arguments] <tests?>: Enable.

Change-Id: Ie2313794e5a53e7b50272dbbaff8cf7fd9a8e238
1 files changed, 6 insertions(+), 12 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +6 -12
@@ 1384,26 1384,20 @@ dynamic library for the C language implementation of HEALPix.")
(define-public imppg
  (package
    (name "imppg")
    (version "2.0.0")
    (version "2.1.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/GreatAttractor/imppg")
             (commit (string-append "v" version))))
              (url "https://github.com/GreatAttractor/imppg")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0cq7syrcclf1ykaxpjv73a30g4m8fbnqdphfs13932i0a7vgkaid"))))
        (base32 "1fcssjpavjyvjwwbbcs2i0b0sk409hl7x8il88d7xviggfiyh1hm"))))
    (build-system cmake-build-system)
    (arguments
     (list
      ;; Tests fail on i686 see:
      ;; <https://github.com/GreatAttractor/imppg/issues/28>;
      ;; Tests hang on any architectures see:
      ;; <https://github.com/GreatAttractor/imppg/issues/34>.
      #:tests? #f))
    (native-inputs
     (list boost pkg-config))
     (list boost
           pkg-config))
    (inputs
     (list cfitsio
           freeimage