mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
3b23b4e9e9
* [clblast] update to 1.6.1 * [clblast] update to 1.6.1
19 lines
398 B
JSON
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
|
|
}
|
|
]
|
|
}
|