Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/superlu/
Date: Tue, 12 Oct 2021 22:23:53
Message-Id: 1634077378.7d57f1fd18e421ff264c0a3e4d96c7a3c2768e7e.marecki@gentoo
1 commit: 7d57f1fd18e421ff264c0a3e4d96c7a3c2768e7e
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 12 22:10:19 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 22:22:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d57f1fd
7
8 sci-libs/superlu: update HOMEPAGE
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 sci-libs/superlu/superlu-5.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/superlu/superlu-5.3.0.ebuild b/sci-libs/superlu/superlu-5.3.0.ebuild
16 index e9e68e0bab5..063ffceaf18 100644
17 --- a/sci-libs/superlu/superlu-5.3.0.ebuild
18 +++ b/sci-libs/superlu/superlu-5.3.0.ebuild
19 @@ -8,7 +8,7 @@ FORTRAN_STANDARD=77
20 inherit cmake fortran-2
21
22 DESCRIPTION="Sparse LU factorization library"
23 -HOMEPAGE="https://crd-legacy.lbl.gov/~xiaoye/SuperLU/"
24 +HOMEPAGE="https://portal.nersc.gov/project/sparse/superlu/"
25 SRC_URI="https://github.com/xiaoyeli/superlu/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="BSD"