diff options
Diffstat (limited to 'vcpkg/ports/vtk-m/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/vtk-m/vcpkg.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/vcpkg/ports/vtk-m/vcpkg.json b/vcpkg/ports/vtk-m/vcpkg.json new file mode 100644 index 0000000..9ecdd18 --- /dev/null +++ b/vcpkg/ports/vtk-m/vcpkg.json @@ -0,0 +1,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" + ] + } + } +} |