vcpkg/ports/clblast/vcpkg.json
2024-09-23 15:24:06 -04:00

19 lines
398 B
JSON

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