vcpkg/ports/clblast/vcpkg.json
Thomas1664 59facb4cf7
[clblast] Fix static build (#23943)
* [clblast] Fix static build

* version

* Fix config path

* version

* Fix release only builds

* version
2022-04-06 14:42:04 -07:00

20 lines
419 B
JSON

{
"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
}
]
}