vcpkg/ports/paraview/vcpkg.json
Alexander Neumann 8c7e8df015
[CGNS|VTK-M|VTK|ParaView] Update ports (#18248)
* [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>
2021-08-30 10:03:01 -07:00

91 lines
1.8 KiB
JSON

{
"name": "paraview",
"version-semver": "5.9.1",
"description": "VTK-based Data Analysis and Visualization Application",
"homepage": "https://www.paraview.org/",
"dependencies": [
"boost-algorithm",
"boost-core",
"boost-format",
"cgns",
"protobuf",
{
"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"
]
}
]
}
}
}