From 9b4f9039e8b2ac4087b1d714e7987c2a1d4e8c4c Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 23 May 2021 19:06:30 +0200 Subject: 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(-) (limited to 'gnu/packages/maths.scm') 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 -- cgit v1.2.3