Diff legion-21.09.0-r1 with a legion-23.03.0
| /usr/portage/sys-cluster/legion/legion-23.03.0.ebuild 2024-07-02 13:51:49.409851594 +0300 | ||
|---|---|---|
| 22 | 22 |
IUSE="examples gasnet hwloc test" |
| 23 | 23 |
RESTRICT="!test? ( test )" |
| 24 | 24 | |
| 25 |
# https://github.com/StanfordLegion/legion/issues/575 re <hwloc-2 |
|
| 25 | 26 |
# See bug #821424 for examples/mpi |
| 26 | 27 |
DEPEND="examples? ( virtual/mpi[cxx] ) |
| 27 | 28 |
gasnet? ( >=sys-cluster/gasnet-1.26.4-r1 ) |
| 28 | 29 |
hwloc? ( <sys-apps/hwloc-2:= )" |
| 29 | 30 |
RDEPEND="${DEPEND}"
|
| 30 | 31 | |
| 32 |
PATCHES=( |
|
| 33 |
"${FILESDIR}"/${PN}-23.03.0-gcc13.patch
|
|
| 34 |
) |
|
| 35 | ||
| 31 | 36 |
src_configure() {
|
| 32 | 37 |
# -Werror=odr |
| 33 | 38 |
# https://bugs.gentoo.org/863731 |