opencl_headers, bump version (#11639)

This commit is contained in:
Schrijvers Luc
2025-01-11 09:39:22 +01:00
committed by GitHub
parent 63f0a03546
commit ed32fd69dd

View File

@@ -1,30 +0,0 @@
SUMMARY="Open Computing Language header files"
DESCRIPTION="opencl_headers™ (Open Computing Language) is the open, royalty-free \
standard for cross-platform, parallel programming of diverse processors found \
in personal computers, servers, mobile devices and embedded platforms. \
opencl_headers greatly improves the speed and responsiveness of a wide spectrum of \
applications in numerous market categories including gaming and \
entertainment titles, scientific and medical software, professional creative \
tools, vision processing, and neural network training and inferencing."
HOMEPAGE="https://www.khronos.org/registry/OpenCL/"
COPYRIGHT="2008-2022 The Khronos Group Inc."
LICENSE="MIT"
REVISION="1"
srcGitRev="a51354a85f41d203e755124ad51ae3425933df45"
SOURCE_URI="https://github.com/KhronosGroup/OpenCL-Headers/archive/$srcGitRev.zip"
SOURCE_DIR="OpenCL-Headers-$srcGitRev"
CHECKSUM_SHA256="ef579b71bc671394580e5e3e6a73b5deb4e68aa3b4f24ffe30ef0400d3c936b8"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
opencl_headers$secondaryArchSuffix = $portVersion
devel:libopencl_headers$secondaryArchSuffix = $portVersion
"
INSTALL()
{
install -d "$includeDir/CL"
install -t "$includeDir/CL" -m 644 CL/*
}