diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-07-04 09:26:19 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-07-15 13:14:07 +0200 |
commit | e08a895b779937dd92b975aa7236226fe317ed7f (patch) | |
tree | ccf6478c3c7a7e427d7c503ac861ef88b35e90e7 /sys-cluster | |
parent | sys-cluster/openmpi: drop 4.1.4-r1, 4.1.5 (diff) | |
download | gentoo-e08a895b779937dd92b975aa7236226fe317ed7f.tar.gz gentoo-e08a895b779937dd92b975aa7236226fe317ed7f.tar.bz2 gentoo-e08a895b779937dd92b975aa7236226fe317ed7f.zip |
sys-cluster/openmpi: update SRC_URI
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/37406
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/openmpi/openmpi-4.1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/openmpi/openmpi-4.1.6.ebuild b/sys-cluster/openmpi/openmpi-4.1.6.ebuild index 524f03b078b6..6011e81b155b 100644 --- a/sys-cluster/openmpi/openmpi-4.1.6.ebuild +++ b/sys-cluster/openmpi/openmpi-4.1.6.ebuild @@ -24,7 +24,7 @@ IUSE_OPENMPI_OFED_FEATURES=" DESCRIPTION="A high-performance message passing library (MPI)" HOMEPAGE="https://www.open-mpi.org" -SRC_URI="https://www.open-mpi.org/software/ompi/v$(ver_cut 1-2)/downloads/${MY_P}.tar.bz2" +SRC_URI="https://download.open-mpi.org/release/open-mpi/v$(ver_cut 1-2)/${P}.tar.bz2" S="${WORKDIR}/${MY_P}" LICENSE="BSD" |