vcpkg/ports/paraview/vcpkg.json
gerard-ryan-immersaview 6db51d86a9
[vcpkg_replace_string] warn unchanged by call (#34719)
If a call to `vcpkg_replace_string` makes no changes i.e doesn't
effectively replace a string, A warning is logged.

This should also help identify ports that no longer need these calls to
fix things in `.pc` files etc.
2024-06-19 14:07:05 -07:00

103 lines
2.0 KiB
JSON

{
"name": "paraview",
"version": "5.12.1",
"port-version": 1,
"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"
]
}
]
}
}
}