mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
3efae11c36
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>
45 lines
993 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|