mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 17:49:00 +08:00
34 lines
808 B
JSON
34 lines
808 B
JSON
|
{
|
||
|
"name": "vtk-m",
|
||
|
"version-semver": "1.6.0",
|
||
|
"description": "VTK-m is a toolkit of scientific visualization algorithms for emerging processor architectures.",
|
||
|
"homepage": "https://gitlab.kitware.com/vtk/vtk-m/",
|
||
|
"supports": "x64 & !uwp",
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|