commit: ac625bbc12ece400217753195fa02f2692384511 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 20:49:32 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Mar 9 22:12:40 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac625bbc
sys-cluster/legion: drop 21.09.0-r1 Bug: https://bugs.gentoo.org/971009 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-cluster/legion/Manifest | 1 - sys-cluster/legion/legion-21.09.0-r1.ebuild | 47 ----------------------------- 2 files changed, 48 deletions(-) diff --git a/sys-cluster/legion/Manifest b/sys-cluster/legion/Manifest index 8096fecd1bdb..8c492eb398be 100644 --- a/sys-cluster/legion/Manifest +++ b/sys-cluster/legion/Manifest @@ -1,2 +1 @@ -DIST legion-21.09.0.tar.gz 4017440 BLAKE2B 8f2919ed89f94cd12aff761de0e91ea0b5f9fd6001b83f69f8aff4703df159f001c562ed62ac22404fb15ebecc86a175d7acb528aba2e2d05ef7a6e6c0a9d830 SHA512 ffdbc8fa50100b7feb1709299dc1a9d01f14a6368812a6c5c16fa58746e9627f20863060c3ca25fd8865c8569c5a5f274a0298902bb82f6567b05299f55f6f75 DIST legion-23.03.0.tar.gz 4330417 BLAKE2B efcc1f071fb7d9a03e03c4640976961634c6c630186c3cb2314098ae4260ba15b65739743eb355ad7dd74454d1e07542e9a58dbe558b652f0bf788811ff94ed1 SHA512 0a07fc3913fb1108c4b0d3ba9af80464f0acc1f69727dd9271a4f98f1ed7cc51a2e97699a16f0ebd437a0fa47933f1aa78c4cbc0401d332a432d1e839d39201c diff --git a/sys-cluster/legion/legion-21.09.0-r1.ebuild b/sys-cluster/legion/legion-21.09.0-r1.ebuild deleted file mode 100644 index de37914d7dbb..000000000000 --- a/sys-cluster/legion/legion-21.09.0-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake flag-o-matic - -DESCRIPTION="A data-centric parallel programming system" -HOMEPAGE="https://legion.stanford.edu/" -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/StanfordLegion/legion.git" -else - SRC_URI="https://github.com/StanfordLegion/legion/archive/${P}.tar.gz" - S="${WORKDIR}"/${PN}-${P} - - KEYWORDS="~amd64" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="examples gasnet hwloc test" -RESTRICT="!test? ( test )" - -# See bug #821424 for examples/mpi -DEPEND="examples? ( virtual/mpi[cxx] ) - gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) - hwloc? ( <sys-apps/hwloc-2:= )" -RDEPEND="${DEPEND}" - -src_configure() { - # -Werror=odr - # https://bugs.gentoo.org/863731 - # Fixed upstream / in live ebuild. - filter-lto - - local mycmakeargs=( - -DLegion_USE_HWLOC=$(usex hwloc) - -DLegion_USE_GASNet=$(usex gasnet) - -DLegion_ENABLE_TESTING=$(usex test) - -DLegion_BUILD_EXAMPLES=$(usex examples) - -DLegion_BUILD_TESTS=ON - -DLegion_BUILD_TUTORIAL=ON - ) - - cmake_src_configure -}
