early-access version 2853
This commit is contained in:
100
externals/vcpkg/ports/paraview/vcpkg.json
vendored
Executable file
100
externals/vcpkg/ports/paraview/vcpkg.json
vendored
Executable file
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"name": "paraview",
|
||||
"version": "5.9.1",
|
||||
"port-version": 2,
|
||||
"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",
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user