mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:31:48 +08:00
508383cdd4
* Update clblast to 1.5.2 * Update CI baseline * Disable static builds * Update git-tree hash * Remove entries from ci.baseline.txt. * update version Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"name": "clblast",
|
|
"version": "1.5.2",
|
|
"description": "A modern, lightweight, performant and tunable OpenCL BLAS library written in C++11.",
|
|
"homepage": "https://github.com/CNugteren/CLBlast",
|
|
"supports": "!static",
|
|
"dependencies": [
|
|
"opencl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|