mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:29:00 +08:00
46 lines
1014 B
JSON
46 lines
1014 B
JSON
{
|
|
"name": "vtk-m",
|
|
"version": "1.9.0",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|