From cbef5451cd78bee09a20e4a1ccf618a73c2ee5c9 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 14 Mar 2025 00:30:30 +0000 Subject: gnu: imppg: Update to 2.0.0. * gnu/packages/astronomy.scm (imppg): Update to 2.0.0. [arguments] : Disable, reported upstream. Change-Id: Ibdbd81d89011e13a9c03226e63b51dbaa5b19d68 --- gnu/packages/astronomy.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2e72cf9238a..a74f6c3947d 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -969,7 +969,7 @@ dynamic library for the C language implementation of HEALPix.") (define-public imppg (package (name "imppg") - (version "1.9.2-beta") + (version "2.0.0") (source (origin (method git-fetch) @@ -978,12 +978,15 @@ dynamic library for the C language implementation of HEALPix.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "13kqvl9ay4x0ia7iikxbhg96pp46f1awr382p05gxdvsxksq900v")))) + (base32 "0cq7syrcclf1ykaxpjv73a30g4m8fbnqdphfs13932i0a7vgkaid")))) (build-system cmake-build-system) (arguments (list - ;; See . - #:tests? (target-x86-64?))) + ;; Tests fail on i686 see: + ;; ; + ;; Tests hang on any architectures see: + ;; . + #:tests? #f)) (native-inputs (list boost pkg-config)) (inputs -- cgit v1.3