vcpkg/ports/vtk-m/vcpkg.json
Alexander Neumann 3efae11c36
[vtkm|vtk|paraview] update ports (#37119)
closes #36801
closes #36253
closes #36044

~~includes #24327 to fix dlib linkage in the osx pipelines.~~ 

Need to look at 
~~#36044~~
~~#36345~~

merge after 
- [x] #37561

---------

Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-04-29 09:01:01 -04:00

45 lines
993 B
JSON

{
"name": "vtk-m",
"version": "2.1.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 & !(arm & windows)",
"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"
]
}
}
}