mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
31 lines
1.2 KiB
Bash
31 lines
1.2 KiB
Bash
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/*
|
|
}
|