From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B2E65138334 for ; Mon, 30 Sep 2019 15:35:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0536DE08D3; Mon, 30 Sep 2019 15:35:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF5CCE08D3 for ; Mon, 30 Sep 2019 15:35:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A434A34B4E8 for ; Mon, 30 Sep 2019 15:35:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D463A7FE for ; Mon, 30 Sep 2019 15:35:39 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1569857720.abed77fd871b0714de278d9ab296b0b15aa3c7a0.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/roct-thunk-interface/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/roct-thunk-interface/roct-thunk-interface-9999.ebuild X-VCS-Directories: dev-libs/roct-thunk-interface/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: abed77fd871b0714de278d9ab296b0b15aa3c7a0 X-VCS-Branch: master Date: Mon, 30 Sep 2019 15:35:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b9953cdb-0ef0-4889-b487-edfff36837f3 X-Archives-Hash: f85aef5dbbc9304facb4db700d55d4b6 commit: abed77fd871b0714de278d9ab296b0b15aa3c7a0 Author: Craig Andrews gentoo org> AuthorDate: Mon Sep 30 15:35:20 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Sep 30 15:35:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abed77fd 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 gentoo.org> .../roct-thunk-interface/roct-thunk-interface-9999.ebuild | 12 ++++++------ 1 file 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 4860c47142d..e7eb6598584 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 }