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