mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-16 18:49:02 +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>
102 lines
2.0 KiB
JSON
102 lines
2.0 KiB
JSON
{
|
|
"name": "paraview",
|
|
"version": "5.12.0",
|
|
"description": "VTK-based Data Analysis and Visualization Application",
|
|
"homepage": "https://www.paraview.org/",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-core",
|
|
"boost-format",
|
|
"cgns",
|
|
"protobuf",
|
|
"qt5compat",
|
|
"qtsvg",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"paraview"
|
|
]
|
|
}
|
|
],
|
|
"features": {
|
|
"all-modules": {
|
|
"description": "enables the build of all paraview modules",
|
|
"dependencies": [
|
|
"ffmpeg",
|
|
"gdal",
|
|
"laszip",
|
|
"pdal"
|
|
]
|
|
},
|
|
"cuda": {
|
|
"description": "enables cuda within paraview",
|
|
"dependencies": [
|
|
"cuda",
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"cuda"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"mpi": {
|
|
"description": "enables cuda within paraview",
|
|
"dependencies": [
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false,
|
|
"features": [
|
|
"parallel"
|
|
]
|
|
},
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"mpi"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"python": {
|
|
"description": "enables the build of python wrappers",
|
|
"dependencies": [
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"python"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build paraview tools"
|
|
},
|
|
"vtkm": {
|
|
"description": "enables vtkm for the build of paraview",
|
|
"dependencies": [
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"vtkm"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|