diff options
author | 2023-05-01 09:41:11 +0100 | |
---|---|---|
committer | 2023-05-01 09:46:59 +0100 | |
commit | 2658d014a4e246dbe8f36644b5e23366dfe9fa01 (patch) | |
tree | 4760e45ffab36eceb41d60728098339c76c55895 /sci-libs/pastix | |
parent | sci-libs/pastix: update SRC_URI (gforge is gone) (diff) | |
download | gentoo-2658d014a4e246dbe8f36644b5e23366dfe9fa01.tar.gz gentoo-2658d014a4e246dbe8f36644b5e23366dfe9fa01.tar.bz2 gentoo-2658d014a4e246dbe8f36644b5e23366dfe9fa01.zip |
sci-libs/pastix: add gitlab.inria to HOMEPAGE too
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/pastix')
-rw-r--r-- | sci-libs/pastix/pastix-5.2.3.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/pastix/pastix-6.0.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/pastix/pastix-5.2.3.ebuild b/sci-libs/pastix/pastix-5.2.3.ebuild index f6580c310a43..5c42ec738f5d 100644 --- a/sci-libs/pastix/pastix-5.2.3.ebuild +++ b/sci-libs/pastix/pastix-5.2.3.ebuild @@ -16,7 +16,7 @@ inherit fortran-2 toolchain-funcs # package id: change every version, see the link on inriaforge PID=218 DESCRIPTION="Parallel solver for very large sparse linear systems" -HOMEPAGE="https://solverstack.gitlabpages.inria.fr/pastix/" +HOMEPAGE="https://solverstack.gitlabpages.inria.fr/pastix/ https://gitlab.inria.fr/solverstack/pastix" SRC_URI="https://gforge.inria.fr/frs/download.php/latestfile/${PID}/${PN}_${PV}.tar.bz2" S="${WORKDIR}/${PN}_${PV}/src" diff --git a/sci-libs/pastix/pastix-6.0.3.ebuild b/sci-libs/pastix/pastix-6.0.3.ebuild index ddf492ada0ca..8d0557f10591 100644 --- a/sci-libs/pastix/pastix-6.0.3.ebuild +++ b/sci-libs/pastix/pastix-6.0.3.ebuild @@ -10,7 +10,7 @@ inherit cmake fortran-2 python-single-r1 # package id: changes every version, see the link on inriaforge PID=38205 DESCRIPTION="Parallel solver for very large sparse linear systems" -HOMEPAGE="https://solverstack.gitlabpages.inria.fr/pastix/" +HOMEPAGE="https://solverstack.gitlabpages.inria.fr/pastix/ https://gitlab.inria.fr/solverstack/pastix" SRC_URI="https://files.inria.fr/pastix/releases/v$(ver_cut 1)/${P}.tar.gz" LICENSE="CeCILL-C" |