Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 443800 Details for
Bug 591714
dev-libs/hsa-runtime-amd - Radeon Open Compute HSA Runtime
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hsa-runtime-amd-1.2.0.ebuild
hsa-runtime-amd-1.2.0.ebuild (text/plain), 863 bytes, created by
Dennis Schridde
on 2016-08-20 12:52:33 UTC
(
hide
)
Description:
hsa-runtime-amd-1.2.0.ebuild
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2016-08-20 12:52:33 UTC
Size:
863 bytes
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >inherit cmake-utils > >MY_PN="ROCR-Runtime" >MY_PV="roc-${PV}" > >DESCRIPTION="Radeon Open Compute HSA Runtime" >HOMEPAGE="http://gpuopen.com/professional-compute/rocm/" >SRC_URI="https://github.com/RadeonOpenCompute/${MY_PN}/archive/${MY_PV}.tar.gz -> ${MY_PN}-${MY_PV}.tar.gz" > >LICENSE="NCSA" > >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >RDEPEND="=dev-libs/hsathk-amd-${PV}" >DEPEND="${RDEPEND}" > >S="${WORKDIR}/${MY_PN}-${MY_PV}" > >CMAKE_USE_DIR="${S}/src" > >src_configure() { > local mycmakeargs=( > -DHSATHK_BUILD_INC_PATH=/usr/include/hsathk > -DHSATHK_BUILD_LIB_PATH=/usr/$(get_libdir) > ) > cmake-utils_src_configure >} > >src_install() { > cmake-utils_src_install > > insinto /usr/include/hsa-runtime > doins src/inc/* src/core/inc/* src/libamdhsacode/*.hpp >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 591714
:
443786
|
443800
|
443802