mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 07:26:41 +08:00
7dbf690cf3
* [opencl] update to v2023.02.06 * [opencl] update baseline * Update ports/opencl/portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * Update ports/opencl/portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * Update ports/opencl/portfile.cmake Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> * [opencl] update baseline --------- Co-authored-by: Cheney-Wang <850426846@qq.com> Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"name": "opencl",
|
|
"version-string": "v2023.02.06",
|
|
"description": "C/C++ headers and ICD loader (Installable Client Driver) for OpenCL",
|
|
"homepage": "https://github.com/KhronosGroup/OpenCL-Headers",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|