yuzu/externals/vcpkg/ports/clblast/vcpkg.json

20 lines
419 B
JSON
Executable File

{
"name": "clblast",
"version": "1.5.2",
"port-version": 2,
"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
}
]
}