Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/roct-thunk-interface/
Date: Tue, 01 Oct 2019 18:01:05
Message-Id: 1569952854.96e7217f282fd654482b338b5bd5ee9ebd3b4a49.candrews@gentoo
1 commit: 96e7217f282fd654482b338b5bd5ee9ebd3b4a49
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 18:00:39 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 18:00:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e7217f
7
8 ev-libs/roct-thunk-interface: require CONFIG_NUMA to be set
9
10 See https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/issues/44
11
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
14
15 dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild | 2 +-
16 dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild
20 index e7eb6598584..454c65e73c1 100644
21 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild
22 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-2.8.0.ebuild
23 @@ -22,7 +22,7 @@ PATCHES=(
24
25 DESCRIPTION="Radeon Open Compute Thunk Interface"
26 HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface"
27 -CONFIG_CHECK="~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE"
28 +CONFIG_CHECK="~NUMA ~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE"
29 LICENSE="MIT"
30 SLOT="0/$(ver_cut 1-2)"
31
32
33 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
34 index e7eb6598584..454c65e73c1 100644
35 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
36 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
37 @@ -22,7 +22,7 @@ PATCHES=(
38
39 DESCRIPTION="Radeon Open Compute Thunk Interface"
40 HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface"
41 -CONFIG_CHECK="~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE"
42 +CONFIG_CHECK="~NUMA ~HSA_AMD ~HMM_MIRROR ~ZONE_DEVICE"
43 LICENSE="MIT"
44 SLOT="0/$(ver_cut 1-2)"