aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/clblas/vcpkg.json
blob: 26067ec1b66806e6a52f9e781593c8244c01acc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "clblas",
  "version": "2.12",
  "port-version": 8,
  "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
    }
  ]
}