vcpkg/ports/clblast/vcpkg.json
jim wang 6807b8de6b
[arrayfire] Fix compilation missing macro variables (#32388)
* fix build

* fix build

* update version

* update version
2023-07-05 11:20:04 -07:00

20 lines
419 B
JSON

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