summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-09-30 11:35:20 -0400
committerCraig Andrews <candrews@gentoo.org>2019-09-30 11:35:20 -0400
commitabed77fd871b0714de278d9ab296b0b15aa3c7a0 (patch)
tree54579521a5178f2f2895617816adb436ca4c9ba0 /dev-libs/roct-thunk-interface
parentdev-libs/rocm-opencl-runtime: 2.8.0 version bump (diff)
downloadgentoo-abed77fd871b0714de278d9ab296b0b15aa3c7a0.tar.gz
gentoo-abed77fd871b0714de278d9ab296b0b15aa3c7a0.tar.bz2
gentoo-abed77fd871b0714de278d9ab296b0b15aa3c7a0.zip
dev-libs/roct-thunk-interface: Include patches from -2.8.0 in -9999
Closes: https://bugs.gentoo.org/695852 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-libs/roct-thunk-interface')
-rw-r--r--dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
index 4860c47142d2..e7eb65985846 100644
--- a/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
+++ b/dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild
@@ -13,6 +13,12 @@ else
S="${WORKDIR}/ROCT-Thunk-Interface-roc-${PV}"
KEYWORDS="~amd64"
fi
+PATCHES=(
+ "${FILESDIR}/${PN}-2.6.0-correctly-install.patch"
+ "${FILESDIR}/${PN}-2.6.0-correctly-install-pc.patch"
+ "${FILESDIR}/${PN}-2.6.0-pc-prefix.patch"
+ "${FILESDIR}/${PN}-2.6.0-do-not-install-kfd_ioctl.h.patch"
+)
DESCRIPTION="Radeon Open Compute Thunk Interface"
HOMEPAGE="https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface"
@@ -28,12 +34,6 @@ src_prepare() {
sed -e "s:get_version ( \"1.0.0\" ):get_version ( \"${PV}\" ):" -i CMakeLists.txt || die
cmake-utils_src_prepare
}
-src_configure() {
- local mycmakeargs=(
- -DCPACK_PACKAGING_INSTALL_PREFIX=/usr
- )
- cmake-utils_src_configure
-}
src_compile() {
cmake-utils_src_compile build-dev
}