vcpkg/ports/clblas/vcpkg.json
2022-10-05 15:06:50 -07:00

20 lines
396 B
JSON

{
"name": "clblas",
"version": "2.12",
"port-version": 7,
"description": "clBLAS is an OpenCL 1.2 accelerated BLAS (Basic Linear Algebra Subsystem) library.",
"license": "Apache-2.0",
"supports": "!(windows & arm)",
"dependencies": [
"opencl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}