Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/AXL/
Date: Sun, 22 Aug 2021 02:01:02
Message-Id: 1629595057.6c51498004707ea46bb9371d47bdd4f2505350cb.Alessandro-Barbieri@gentoo
1 commit: 6c51498004707ea46bb9371d47bdd4f2505350cb
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 22 00:56:08 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Aug 22 01:17:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c514980
7
8 sys-cluster/AXL: restrict test
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 sys-cluster/AXL/AXL-0.4.0.ebuild | 13 ++++++++-----
13 1 file changed, 8 insertions(+), 5 deletions(-)
14
15 diff --git a/sys-cluster/AXL/AXL-0.4.0.ebuild b/sys-cluster/AXL/AXL-0.4.0.ebuild
16 index 2ae37caa5..fd904adbf 100644
17 --- a/sys-cluster/AXL/AXL-0.4.0.ebuild
18 +++ b/sys-cluster/AXL/AXL-0.4.0.ebuild
19 @@ -13,11 +13,7 @@ LICENSE="MIT"
20 SLOT="0"
21 KEYWORDS="~amd64"
22 IUSE="test"
23 -RESTRICT="!test? ( test )"
24 -PATCHES=(
25 - "${FILESDIR}/no-static-${PV}.patch"
26 - "${FILESDIR}/no-install-readme.patch"
27 -)
28 +
29 RDEPEND="
30 sys-libs/zlib
31 sys-cluster/KVTree
32 @@ -27,6 +23,13 @@ BDEPEND="
33 >=dev-util/cmake-2.8
34 "
35
36 +RESTRICT="test" # https://github.com/ECP-VeloC/AXL/issues/110
37 +#RESTRICT="!test? ( test )"
38 +PATCHES=(
39 + "${FILESDIR}/no-static-${PV}.patch"
40 + "${FILESDIR}/no-install-readme.patch"
41 +)
42 +
43 src_configure() {
44 local mycmakeargs=(
45 #other options available: CRAY_DW INTEL_CPPR IBM_BBAPI