diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-23 19:06:30 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-24 22:02:40 +0200 |
commit | 9b4f9039e8b2ac4087b1d714e7987c2a1d4e8c4c (patch) | |
tree | d21495bab2b1a5c0aa393f12b8918c1373fe9ce3 /gnu/packages | |
parent | 173156167b0ca920216f2aee4ff0e6c947407265 (diff) | |
download | guix-9b4f9039e8b2ac4087b1d714e7987c2a1d4e8c4c.tar.gz |
gnu: HYPRE: Update source and home page URLs.
* gnu/packages/maths.scm (hypre)[source]: Change to new repository home. [home-page]: Follow redirect.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/maths.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 5062cc0347..ee0a69bbd7 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 |