aboutsummaryrefslogtreecommitdiff
path: root/ports/xtensor/vcpkg.json
blob: 439e46066c058d144dae1a52c968d5b5b901f5e2 (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
{
  "name": "xtensor",
  "version": "0.23.10",
  "description": "C++ tensors with broadcasting and lazy computing",
  "homepage": "https://github.com/xtensor-stack/xtensor",
  "dependencies": [
    "nlohmann-json",
    "xtl"
  ],
  "features": {
    "tbb": {
      "description": "xtensor with tbb support",
      "dependencies": [
        "tbb"
      ]
    },
    "xsimd": {
      "description": "xtensor with xsimd support",
      "dependencies": [
        "xsimd"
      ]
    }
  }
}