sys-cluster/legion: mark as LTO-unsafe

Intentionally omitted from live ebuild since it works in git master.

Closes: https://bugs.gentoo.org/863731
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz 2024-03-28 02:47:53 -04:00 committed by Sam James
parent 551342e947
commit 8a06e29b72
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
2 changed files with 12 additions and 2 deletions

View File

@ -3,7 +3,7 @@
EAPI=8
inherit cmake
inherit cmake flag-o-matic
DESCRIPTION="A data-centric parallel programming system"
HOMEPAGE="https://legion.stanford.edu/"
@ -29,6 +29,11 @@ DEPEND="examples? ( virtual/mpi[cxx] )
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)

View File

@ -3,7 +3,7 @@
EAPI=8
inherit cmake
inherit cmake flag-o-matic
DESCRIPTION="A data-centric parallel programming system"
HOMEPAGE="https://legion.stanford.edu/"
@ -34,6 +34,11 @@ PATCHES=(
)
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)