mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:28:59 +08:00
1f0db1f06a
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
26 lines
771 B
Plaintext
26 lines
771 B
Plaintext
Source: paraview
|
|
Version: 5.8.0-1
|
|
Homepage: https://www.paraview.org/
|
|
Description: VTK-based Data Analysis and Visualization Application
|
|
Build-Depends: vtk[core,paraview], protobuf, cgns, boost-core, boost-format, boost-algorithm
|
|
|
|
Feature: vtkm
|
|
Description: enables vtkm for the build of paraview
|
|
Build-Depends: vtk[core,vtkm]
|
|
|
|
Feature: python
|
|
Description: enables the build of python wrappers
|
|
Build-Depends: vtk[core,python]
|
|
|
|
Feature: cuda
|
|
Description: enables cuda within paraview
|
|
Build-Depends: cuda, vtk[core, cuda]
|
|
|
|
Feature: mpi
|
|
Description: enables cuda within paraview
|
|
Build-Depends: hdf5[core,parallel], vtk[core, mpi]
|
|
|
|
Feature: all_modules
|
|
Description: enables the build of all paraview modules
|
|
Build-Depends: gdal, pdal, ffmpeg, laszip
|