mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:39:30 +08:00
f7fe9e374f
* [qt5-base] add hidden optional not switchable zstd dependency. * [netcdf/paraview] correct embree3 dependency [paraview] make tools default feature for CI testing. * [paraview] fix typo and remove unnecessary flags * [paraview] add flags back into portfile * [vtk] add hdf5 api patch [paraview] remove hdf5 use flags from portfile [field3d] use flags instead of patching to fix hdf5. * [paraview] remove message on osx since it now works with qt 5.15 * [paraview] remove default feature and force CI features by a CI test port * [paraview|CI] back out python from CI testing for now * [qt5-base] add in the macos deployment target fix
30 lines
839 B
Plaintext
30 lines
839 B
Plaintext
Source: paraview
|
|
Version: 5.8.0
|
|
Port-Version: 3
|
|
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: tools
|
|
Description: Build paraview tools
|
|
|
|
Feature: all_modules
|
|
Description: enables the build of all paraview modules
|
|
Build-Depends: gdal, pdal, ffmpeg, laszip
|