GNU bug report logs - #74672
Package hypre build failure for output "doc"

Previous Next

Package: guix;

Reported by: Luca Cirrottola <luca.cirrottola <at> inria.fr>

Date: Tue, 3 Dec 2024 18:15:02 UTC

Severity: normal

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


Message #29 received at 74672 <at> debbugs.gnu.org (full text, mbox):

From: Luca Cirrottola <luca.cirrottola <at> inria.fr>
To: 74672 <at> debbugs.gnu.org
Cc: Luca Cirrottola <luca.cirrottola <at> inria.fr>
Subject: [PATCH 1/2] Hypre: switch to v2.32.0.
Date: Mon, 24 Mar 2025 18:03:29 +0100
---
 gnu/packages/maths.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8baf3a0a7f..3e44cc6ede 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7697,7 +7697,7 @@ (define-public xaos
 (define-public hypre
   (package
     (name "hypre")
-    (version "2.20.0")
+    (version "2.32.0")
     (source
      (origin
        (method git-fetch)
@@ -7706,7 +7706,7 @@ (define-public hypre
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14iqjwg5sv1qjn7c2cfv0xxmn9rwamjrhh9hgs8fjbywcbvrkjdi"))))
+        (base32 "1hlydh15wz0yv5bgry7yyx4pvrl656mifhqjgifzf6dyksfvwpl7"))))
     (build-system gnu-build-system)
     (outputs '("out"                    ;5.3 MiB of headers and libraries
                "doc"))                  ;12 MiB of documentation
@@ -7716,6 +7716,7 @@ (define-public hypre
            python
            python-breathe
            python-sphinx
+           python-sphinx-rtd-theme
            (texlive-updmap.cfg
             (list texlive-adjustbox
                   texlive-alphalph
-- 
2.34.1





This bug report was last modified 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.