mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:49:00 +08:00
8c7e8df015
* [cgns] update to 4.2.0 * [vtk-m] update to 1.6.0 * [vtk] Update to 9.0.1-pv5.9.1 - VTK update to match release version of ParaView * [ParaView] Update to 5.9.1 * version stuff * fix automatic svg linkage in static builds * update qt5-svg * revisit vtk - fix build with vtk-m 1.6 - remove unused patches - remove comments * bump version * remove two commented lines * version stuff * remove old PR version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
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"
|
|
]
|
|
}
|
|
}
|
|
}
|