me
/
guix
Archived
1
0
Fork 0

gnu: HYPRE: Update source and home page URLs.

* gnu/packages/maths.scm (hypre)[source]: Change to new repository home.
[home-page]: Follow redirect.
master
Marius Bakke 2021-05-23 19:06:30 +02:00
parent 173156167b
commit 9b4f9039e8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 2 deletions

View File

@ -4613,7 +4613,7 @@ set.")
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/LLNL/hypre") (url "https://github.com/hypre-space/hypre")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
@ -4699,7 +4699,8 @@ set.")
'("HYPRE_usr_manual" '("HYPRE_usr_manual"
"HYPRE_ref_manual"))) "HYPRE_ref_manual")))
#t)))))) #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") (synopsis "Library of solvers and preconditioners for linear equations")
(description (description
"HYPRE is a software library of high performance preconditioners and "HYPRE is a software library of high performance preconditioners and