diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 09:40:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 09:46:57 +0100 |
commit | 432f08515a375f184eda2e288ef5a8c9d3b7eb83 (patch) | |
tree | f1254fddea946a4f28d282a856ddb0091dc36448 /sci-libs/pastix | |
parent | sci-libs/pastix: update HOMEPAGE (diff) | |
download | gentoo-432f08515a375f184eda2e288ef5a8c9d3b7eb83.tar.gz gentoo-432f08515a375f184eda2e288ef5a8c9d3b7eb83.tar.bz2 gentoo-432f08515a375f184eda2e288ef5a8c9d3b7eb83.zip |
sci-libs/pastix: update SRC_URI (gforge is gone)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/pastix')
-rw-r--r-- | sci-libs/pastix/pastix-6.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pastix/pastix-6.0.3.ebuild b/sci-libs/pastix/pastix-6.0.3.ebuild index 2c2be961eacf..ddf492ada0ca 100644 --- a/sci-libs/pastix/pastix-6.0.3.ebuild +++ b/sci-libs/pastix/pastix-6.0.3.ebuild @@ -11,7 +11,7 @@ inherit cmake fortran-2 python-single-r1 PID=38205 DESCRIPTION="Parallel solver for very large sparse linear systems" HOMEPAGE="https://solverstack.gitlabpages.inria.fr/pastix/" -SRC_URI="https://gforge.inria.fr/frs/download.php/file/${PID}/${P}.tar.gz" +SRC_URI="https://files.inria.fr/pastix/releases/v$(ver_cut 1)/${P}.tar.gz" LICENSE="CeCILL-C" SLOT="0" |