diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-19 09:57:46 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-19 12:39:26 +0100 |
commit | d0f80b8e0222d3cc9404ab9b3fa90eab9661100f (patch) | |
tree | fbf794640f8e50110864def4a494ec4b1dc74cca /sci-libs | |
parent | sci-libs/armadillo: use HTTPS (diff) | |
download | gentoo-d0f80b8e0222d3cc9404ab9b3fa90eab9661100f.tar.gz gentoo-d0f80b8e0222d3cc9404ab9b3fa90eab9661100f.tar.bz2 gentoo-d0f80b8e0222d3cc9404ab9b3fa90eab9661100f.zip |
sci-libs/atlas: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/atlas/atlas-3.10.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/atlas/atlas-3.10.2.ebuild b/sci-libs/atlas/atlas-3.10.2.ebuild index fcc3e5e0b331..b763f1f14b3f 100644 --- a/sci-libs/atlas/atlas-3.10.2.ebuild +++ b/sci-libs/atlas/atlas-3.10.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit fortran-2 toolchain-funcs versionator LAPACKP=lapack-3.6.0.tgz DESCRIPTION="Automatically Tuned Linear Algebra Software" -HOMEPAGE="http://math-atlas.sourceforge.net/" +HOMEPAGE="https://math-atlas.sourceforge.net" SRC_URI="mirror://sourceforge/math-atlas/${PN}${PV}.tar.bz2 fortran? ( lapack? ( http://www.netlib.org/lapack/${LAPACKP} ) )" |