aboutsummaryrefslogtreecommitdiff
path: root/ports/highfive/vcpkg.json
blob: a89959aa70f8c1b6a4f4728ef2026defdfba1b40 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "name": "highfive",
  "version": "2.3",
  "description": "HighFive is a modern header-only C++/C++11 friendly interface for libhdf5",
  "homepage": "https://github.com/BlueBrain/HighFive",
  "license": "BSL-1.0",
  "dependencies": [
    "hdf5",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "boost": {
      "description": "Enables Boost support",
      "dependencies": [
        "boost-multi-array",
        "boost-serialization",
        "boost-ublas"
      ]
    },
    "tests": {
      "description": "Build unit tests",
      "dependencies": [
        "boost-test",
        {
          "name": "highfive",
          "features": [
            "boost"
          ]
        }
      ]
    },
    "xtensor": {
      "description": "Enable xtensor testing",
      "dependencies": [
        "xtensor"
      ]
    }
  }
}