diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 09:39:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 09:46:56 +0100 |
commit | 1890680e03050d97cdfd527d2a96bcca658455af (patch) | |
tree | 7746982f68a882f7a0d9a73d5a5fcb00aea81b15 /sci-libs/pastix | |
parent | sci-libs/pastix: enable py3.11 (diff) | |
download | gentoo-1890680e03050d97cdfd527d2a96bcca658455af.tar.gz gentoo-1890680e03050d97cdfd527d2a96bcca658455af.tar.bz2 gentoo-1890680e03050d97cdfd527d2a96bcca658455af.zip |
sci-libs/pastix: update HOMEPAGE
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 | 4 | ||||
-rw-r--r-- | sci-libs/pastix/pastix-6.0.3.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/pastix/pastix-5.2.3.ebuild b/sci-libs/pastix/pastix-5.2.3.ebuild index 3d6c4757eed5..f6580c310a43 100644 --- a/sci-libs/pastix/pastix-5.2.3.ebuild +++ b/sci-libs/pastix/pastix-5.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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://pastix.gforge.inria.fr" +HOMEPAGE="https://solverstack.gitlabpages.inria.fr/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 ba08c425ba16..2c2be961eacf 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://pastix.gforge.inria.fr" +HOMEPAGE="https://solverstack.gitlabpages.inria.fr/pastix/" SRC_URI="https://gforge.inria.fr/frs/download.php/file/${PID}/${P}.tar.gz" LICENSE="CeCILL-C" |