Сравнение legion-21.09.0-r1 с legion-23.03.0
/usr/portage/sys-cluster/legion/legion-23.03.0.ebuild 2023-10-09 14:52:35.464368501 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
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 |
local mycmakeargs=( |
33 | 38 |
-DLegion_USE_HWLOC=$(usex hwloc) |