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: Mon, 30 Sep 2019 15:35:44
Message-Id: 1569857720.abed77fd871b0714de278d9ab296b0b15aa3c7a0.candrews@gentoo
1 commit: abed77fd871b0714de278d9ab296b0b15aa3c7a0
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 30 15:35:20 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 30 15:35:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abed77fd
7
8 dev-libs/roct-thunk-interface: Include patches from -2.8.0 in -9999
9
10 Closes: https://bugs.gentoo.org/695852
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 .../roct-thunk-interface/roct-thunk-interface-9999.ebuild | 12 ++++++------
15 1 file changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
18 index 4860c47142d..e7eb6598584 100644
19 --- a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
20 +++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
21 @@ -13,6 +13,12 @@ else
22 S="${WORKDIR}/ROCT-Thunk-Interface-roc-${PV}"
23 KEYWORDS="~amd64"
24 fi
25 +PATCHES=(
26 + "${FILESDIR}/${PN}-2.6.0-correctly-install.patch"
27 + "${FILESDIR}/${PN}-2.6.0-correctly-install-pc.patch"
28 + "${FILESDIR}/${PN}-2.6.0-pc-prefix.patch"
29 + "${FILESDIR}/${PN}-2.6.0-do-not-install-kfd_ioctl.h.patch"
30 +)
31
32 DESCRIPTION="Radeon Open Compute Thunk Interface"
33 HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface"
34 @@ -28,12 +34,6 @@ src_prepare() {
35 sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die
36 cmake-utils_src_prepare
37 }
38 -src_configure() {
39 - local mycmakeargs=(
40 - -DCPACK_PACKAGING_INSTALL_PREFIX=/usr
41 - )
42 - cmake-utils_src_configure
43 -}
44 src_compile() {
45 cmake-utils_src_compile build-dev
46 }