guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: HYPRE: Update source and home page URLs.


From: guix-commits
Subject: 01/02: gnu: HYPRE: Update source and home page URLs.
Date: Mon, 24 May 2021 16:03:02 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9b4f9039e8b2ac4087b1d714e7987c2a1d4e8c4c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 23 19:06:30 2021 +0200

    gnu: HYPRE: Update source and home page URLs.
    
    * gnu/packages/maths.scm (hypre)[source]: Change to new repository home.
    [home-page]: Follow redirect.
---
 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 5062cc0..ee0a69b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4613,7 +4613,7 @@ set.")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/LLNL/hypre";)
+             (url "https://github.com/hypre-space/hypre";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
@@ -4699,7 +4699,8 @@ set.")
                            '("HYPRE_usr_manual"
                              "HYPRE_ref_manual")))
                #t))))))
-    (home-page "http://www.llnl.gov/casc/hypre/";)
+    (home-page "https://computing.llnl.gov/projects\
+/hypre-scalable-linear-solvers-multigrid-methods")
     (synopsis "Library of solvers and preconditioners for linear equations")
     (description
      "HYPRE is a software library of high performance preconditioners and



reply via email to

[Prev in Thread] Current Thread [Next in Thread]