Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 670667 Details for
Bug 753797
dev-util/opencl-headers-cpp c++ Khronos OpenCL CLHPP Headers ebuild similar to dev-util/opencl-headers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Khronos OpenCL CLHPP v2.0.12 (June 2020) ebuild
opencl-clhpp-headers-2.0.12.ebuild (text/plain), 916 bytes, created by
Paul Preney
on 2020-11-10 07:35:38 UTC
(
hide
)
Description:
Khronos OpenCL CLHPP v2.0.12 (June 2020) ebuild
Filename:
MIME Type:
Creator:
Paul Preney
Created:
2020-11-10 07:35:38 UTC
Size:
916 bytes
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >MY_PN="OpenCL-CLHPP" >MY_P="${MY_PN}-${PV}" > >DESCRIPTION="C++ language headers for the OpenCL API" >HOMEPAGE="https://github.com/KhronosGroup/OpenCL-CLHPP" > >KEYWORDS="amd64 ~x86" >SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="Apache-2.0" >SLOT="0" >IUSE="" > ># To avoid file collisions in /usr/include/CL/ >DEPEND="!app-eselect/eselect-opencl >dev-util/opencl-headers" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${MY_P}" > >src_install() { > # The only file to install is <CL/cl2.hpp>... > insinto /usr/include/CL > doins "${S}"/include/CL/cl2.hpp > > # Allow <CL/cl.hpp> to work... > dosym ${EPREFIX}/usr/include/CL/cl2.hpp ${EPREFIX}/usr/include/CL/cl.hpp > > # Allow <CL/opencl.hpp> to work... > dosym ${EPREFIX}/usr/include/CL/cl2.hpp ${EPREFIX}/usr/include/CL/opencl.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 753797
: 670667