Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 634758 Details for
Bug 719710
dev-libs/hsa-ext-rocr-1.1.30300.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for hsa-ext-rocr-1.1.30300.0
hsa-ext-rocr-1.1.30300.0.ebuild (text/plain), 1.18 KB, created by
Theo Baumgartner
on 2020-04-26 21:14:04 UTC
(
hide
)
Description:
ebuild for hsa-ext-rocr-1.1.30300.0
Filename:
MIME Type:
Creator:
Theo Baumgartner
Created:
2020-04-26 21:14:04 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >inherit unpacker > >ROCM_VERSION="3.3.0" >MY_PV="${PV}-rocm-rel-$(ver_cut 1-2 ${ROCM_VERSION})-19-23fc088b" > >DESCRIPTION="Proprietary image-support library for Radeon Open Compute" >HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm#closed-source-components" >SRC_URI="http://repo.radeon.com/rocm/apt/debian/pool/main/h/${PN}-dev/${PN}-dev_${MY_PV}_amd64.deb" > >LICENSE="AMD-GPU-PRO-EULA" >SLOT="0" >KEYWORDS="~amd64" >IUSE="-deprecated" > >RESTRICT="bindist strip" > >QA_PREBUILT="/opt/${PN}/lib*/*" > >S="${WORKDIR}" > >src_unpack() { > unpack_deb ${A} >} > >src_install() { > local destdir="/opt/${PN}" > local soversion=$(ver_cut 1-3) > local somajor=$(ver_cut 1) > > local solibs_to_install=( "libhsa-ext-image64.so" ) > if use deprecated; then > solibs_to_install+=( "libhsa-runtime-tools64.so" ) > fi > > into "${destdir}" > for solib in ${solibs_to_install[@]}; do > dolib.so "opt/rocm-${ROCM_VERSION}/hsa/lib/${solib}.${soversion}" > dosym "../..${destdir}/$(get_libdir)/${solib}.${soversion}" "/usr/$(get_libdir)/${solib}.${soversion}" > dosym "${solib}.${soversion}" "/usr/$(get_libdir)/${solib}.${somajor}" > done >}
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 719710
: 634758