diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-10-13 00:10:19 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-10-13 00:22:58 +0200 |
commit | 7d57f1fd18e421ff264c0a3e4d96c7a3c2768e7e (patch) | |
tree | 7dd24bce72e7698f13facc3ab41018418f1ddeec /sci-libs | |
parent | sci-libs/superlu_mt: update HOMEPAGE, SRC_URI (diff) | |
download | gentoo-7d57f1fd18e421ff264c0a3e4d96c7a3c2768e7e.tar.gz gentoo-7d57f1fd18e421ff264c0a3e4d96c7a3c2768e7e.tar.bz2 gentoo-7d57f1fd18e421ff264c0a3e4d96c7a3c2768e7e.zip |
sci-libs/superlu: update HOMEPAGE
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/superlu/superlu-5.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/superlu/superlu-5.3.0.ebuild b/sci-libs/superlu/superlu-5.3.0.ebuild index e9e68e0bab56..063ffceaf18f 100644 --- a/sci-libs/superlu/superlu-5.3.0.ebuild +++ b/sci-libs/superlu/superlu-5.3.0.ebuild @@ -8,7 +8,7 @@ FORTRAN_STANDARD=77 inherit cmake fortran-2 DESCRIPTION="Sparse LU factorization library" -HOMEPAGE="https://crd-legacy.lbl.gov/~xiaoye/SuperLU/" +HOMEPAGE="https://portal.nersc.gov/project/sparse/superlu/" SRC_URI="https://github.com/xiaoyeli/superlu/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |