aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xtensor/vcpkg.json
blob: 61b1e1ffd12b98e7ee6d714cc47d88aaf19f45a6 (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
26
27
28
29
30
31
32
33
{
  "name": "xtensor",
  "version": "0.27.0",
  "description": "C++ tensors with broadcasting and lazy computing",
  "homepage": "https://github.com/xtensor-stack/xtensor",
  "license": "BSD-3-Clause",
  "dependencies": [
    "nlohmann-json",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "xtl"
  ],
  "features": {
    "tbb": {
      "description": "xtensor with tbb support",
      "dependencies": [
        "tbb"
      ]
    },
    "xsimd": {
      "description": "xtensor with xsimd support",
      "dependencies": [
        "xsimd"
      ]
    }
  }
}