diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-09-14 20:01:36 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-09-22 23:32:51 +0200 |
commit | 2cafa1ae5156f98723787bbc323cb9b092957193 (patch) | |
tree | d3c9a79939eff025580fb6a1c2f6b6d51402bf8c /sci-libs/cholmod | |
parent | sci-libs/ccolamd: update HOMEPAGE, use https (diff) | |
download | gentoo-2cafa1ae5156f98723787bbc323cb9b092957193.tar.gz gentoo-2cafa1ae5156f98723787bbc323cb9b092957193.tar.bz2 gentoo-2cafa1ae5156f98723787bbc323cb9b092957193.zip |
sci-libs/cholmod: update HOMEPAGE, use https
Closes: https://github.com/gentoo/gentoo/pull/17541
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-libs/cholmod')
-rw-r--r-- | sci-libs/cholmod/cholmod-2.1.2.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/cholmod/cholmod-3.0.13.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cholmod/cholmod-2.1.2.ebuild b/sci-libs/cholmod/cholmod-2.1.2.ebuild index 0c7f5b868903..1a52bba26f00 100644 --- a/sci-libs/cholmod/cholmod-2.1.2.ebuild +++ b/sci-libs/cholmod/cholmod-2.1.2.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit autotools-utils multilib toolchain-funcs DESCRIPTION="Sparse Cholesky factorization and update/downdate library" -HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html" +HOMEPAGE="https://people.engr.tamu.edu/davis/suitesparse.html" SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" LICENSE="minimal? ( LGPL-2.1 ) !minimal? ( GPL-2 )" diff --git a/sci-libs/cholmod/cholmod-3.0.13.ebuild b/sci-libs/cholmod/cholmod-3.0.13.ebuild index bf568d5872ad..4fdcecff8207 100644 --- a/sci-libs/cholmod/cholmod-3.0.13.ebuild +++ b/sci-libs/cholmod/cholmod-3.0.13.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Sparse Cholesky factorization and update/downdate library" -HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html" +HOMEPAGE="https://people.engr.tamu.edu/davis/suitesparse.html" SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2" LICENSE="LGPL-2.1+ modify? ( GPL-2+ ) matrixops? ( GPL-2+ )" |