aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/clfft/vcpkg.json
blob: dbb41001b361c8ee4fe62558e18cec6670f5141d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "clfft",
  "version": "2.12.2",
  "port-version": 7,
  "description": "clFFT is an OpenCL 1.2 accelerated Fast Fourier Transform library.",
  "homepage": "https://github.com/clMathLibraries/clFFT",
  "license": "Apache-2.0",
  "dependencies": [
    "opencl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}