aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vtk-m/vcpkg.json
blob: 9ecdd18ab776ded53f5107d8add1cee77033bc5e (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
{
  "name": "vtk-m",
  "version": "2.3.0",
  "description": "VTK-m is a toolkit of scientific visualization algorithms for emerging processor architectures.",
  "homepage": "https://gitlab.kitware.com/vtk/vtk-m/",
  "license": null,
  "supports": "!x86 & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "cuda": {
      "description": "Use the NVIDIA CUDA device adapter.",
      "dependencies": [
        "cuda"
      ]
    },
    "double": {
      "description": "Use double precision in floating point calculations"
    },
    "mpi": {
      "description": "Use the MPI controller.",
      "dependencies": [
        "mpi"
      ]
    },
    "omp": {
      "description": "Use the OpenMP device adapter."
    },
    "tbb": {
      "description": "Use the Intel TBB device adapter.",
      "dependencies": [
        "tbb"
      ]
    }
  }
}