mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 21:49:01 +08:00
e1783c68c4
* [python3] Update to Python 3.8.3.
[vtk] Update to Python 3.8 and fix improper Python3 artifact
specification.
* [python3] Fix static linking, broken in 121faf2
.
* [hyperscan] Add missing build dependency (fixes CI on macOS).
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
Source: vtk
|
|
Version: 9.0-2
|
|
Description: Software system for 3D computer graphics, image processing, and visualization
|
|
Homepage: https://github.com/Kitware/VTK
|
|
Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5[core], libjpeg-turbo, proj4, lz4, liblzma, libtheora, eigen3, double-conversion, pugixml, libharu[notiffsymbols], sqlite3, netcdf-c, utfcpp, libogg, pegtl-2
|
|
|
|
Feature: vtkm
|
|
Description: Build with vtk-m accelerator and module.
|
|
Build-Depends: vtk-m[core]
|
|
|
|
Feature: openvr
|
|
Description: OpenVR functionality for VTK
|
|
Build-Depends: sdl2, openvr
|
|
|
|
Feature: qt
|
|
Description: Qt functionality for VTK
|
|
Build-Depends: qt5-xmlpatterns, qt5-tools, qt5-imageformats, qt5-x11extras (linux)
|
|
|
|
Feature: mpi
|
|
Description: MPI functionality for VTK
|
|
Build-Depends: mpi, hdf5[core, parallel], vtk-m[core,mpi]
|
|
|
|
Feature: python
|
|
Description: Python functionality for VTK
|
|
Build-Depends: python3
|
|
|
|
Feature: atlmfc
|
|
Description: Mfc functionality for vtk on Windows
|
|
Build-Depends: atlmfc (windows)
|
|
|
|
Feature: paraview
|
|
Description: Build vtk modules required by paraview
|
|
Build-Depends: vtk[core, qt], vtk[core, atlmfc] (windows)
|
|
|
|
Feature: cuda
|
|
Description: Support CUDA compilation
|
|
Build-Depends: cuda
|
|
|
|
Feature: all
|
|
Description: Build vtk modules required by paraview
|
|
Build-Depends: libmysql, ffmpeg, gdal, vtk[core, qt, python, mpi], vtk[core, atlmfc] (windows) |