vcpkg/ports/clblast/vcpkg.json
Jia Yue Hua 3b23b4e9e9
[clblast] update to 1.6.1 (#34081)
* [clblast] update to 1.6.1

* [clblast] update to 1.6.1
2023-09-28 22:27:58 -07:00

19 lines
398 B
JSON

{
"name": "clblast",
"version": "1.6.1",
"description": "A modern, lightweight, performant and tunable OpenCL BLAS library written in C++11.",
"homepage": "https://github.com/CNugteren/CLBlast",
"license": "Apache-2.0",
"dependencies": [
"opencl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}