opencl2-headers: update to 2020.12.18.
This commit is contained in:
parent
f6fb190ab4
commit
dddc89cb70
1 changed files with 4 additions and 5 deletions
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'opencl2-headers'
|
||||
pkgname=opencl2-headers
|
||||
version=2020.06.16
|
||||
revision=2
|
||||
version=2020.12.18
|
||||
revision=1
|
||||
wrksrc="OpenCL-Headers-${version}"
|
||||
short_desc="OpenCL 2.2 (Open Computing Language) header files"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/KhronosGroup/OpenCL-Headers"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=2f5a60e5ac4b127650618c58a7e3b35a84dbf23c1a0ac72eb5e7baf221600e06
|
||||
checksum=5dad6d436c0d7646ef62a39ef6cd1f3eba0a98fc9157808dfc1d808f3705ebc2
|
||||
provides="opencl-headers-${version}_${revision}"
|
||||
replaces="opencl-headers>=0"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/include/CL
|
||||
install -m644 CL/*.h ${DESTDIR}/usr/include/CL
|
||||
install -m 0644 -D -t ${DESTDIR}/usr/include/CL CL/*.h
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue