aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/alpaka/vcpkg.json
blob: ec811a86a87fd917ab0994e84048743260ad0a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "alpaka",
  "version": "1.2.0",
  "description": "The alpaka library is a header-only abstraction library for accelerator development",
  "homepage": "https://github.com/alpaka-group/alpaka",
  "license": "MPL-2.0",
  "dependencies": [
    {
      "name": "boost-core",
      "version>=": "1.74.0"
    },
    {
      "name": "boost-predef",
      "version>=": "1.74.0"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}