commit:     085367e7d6db7ab9411830d1eb216c32b24262f9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  8 20:52:00 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=085367e7

sys-cluster/legion: drop 23.03.0

Closes: https://bugs.gentoo.org/971009
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-cluster/legion/legion-23.03.0.ebuild | 52 --------------------------------
 sys-cluster/legion/metadata.xml          |  1 -
 2 files changed, 53 deletions(-)

diff --git a/sys-cluster/legion/legion-23.03.0.ebuild 
b/sys-cluster/legion/legion-23.03.0.ebuild
deleted file mode 100644
index 55259ad9c9a6..000000000000
--- a/sys-cluster/legion/legion-23.03.0.ebuild
+++ /dev/null
@@ -1,52 +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 )"
-
-# https://github.com/StanfordLegion/legion/issues/575 re <hwloc-2
-# 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}"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-23.03.0-gcc13.patch
-)
-
-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
-}

diff --git a/sys-cluster/legion/metadata.xml b/sys-cluster/legion/metadata.xml
index eb99f55ff2c8..efc3a7da0aa5 100644
--- a/sys-cluster/legion/metadata.xml
+++ b/sys-cluster/legion/metadata.xml
@@ -6,7 +6,6 @@
     <name>Gentoo Cluster Project</name>
   </maintainer>
   <use>
-    <flag name="hwloc">Enable HWLoc lib support</flag>
     <flag name="gasnet">Enable GASNet lib support</flag>
   </use>
   <upstream>

Reply via email to