aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vtk-m/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/vtk-m/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/vtk-m/vcpkg.json')
-rw-r--r--vcpkg/ports/vtk-m/vcpkg.json44
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"
+ ]
+ }
+ }
+}