diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-04-03 02:16:30 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-04-03 04:15:00 -0700 |
| commit | d788ada4e97ce5b36fc397a94da453814342ec43 (patch) | |
| tree | 158c36dcfd2cf8514b409a9074e2d526c963458b /ports/vtk/CONTROL | |
| parent | 641e1cd53db09305530130c78ef2b473a52682a1 (diff) | |
| download | vcpkg-d788ada4e97ce5b36fc397a94da453814342ec43.tar.gz vcpkg-d788ada4e97ce5b36fc397a94da453814342ec43.zip | |
[vtk] Fix flakiness by relying on vcpkg-provided dependencies
[libharu] Add patches required for vtk
[vcpkg-build-cmake] Add retry logic for mt.exe failures
Diffstat (limited to 'ports/vtk/CONTROL')
| -rw-r--r-- | ports/vtk/CONTROL | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ports/vtk/CONTROL b/ports/vtk/CONTROL index 0d489e677..c57586824 100644 --- a/ports/vtk/CONTROL +++ b/ports/vtk/CONTROL @@ -1,7 +1,7 @@ Source: vtk Version: 8.2.0-2 Description: Software system for 3D computer graphics, image processing, and visualization -Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, libjpeg-turbo, proj4, lz4, libtheora, atlmfc (windows) +Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, libjpeg-turbo, proj4, lz4, libtheora, atlmfc (windows), eigen3, double-conversion, pugixml, libharu, sqlite3 Feature: openvr Description: OpenVR functionality for VTK @@ -9,7 +9,7 @@ Build-Depends: sdl2, openvr Feature: qt Description: Qt functionality for VTK -Build-Depends: qt5 +Build-Depends: qt5, netcdf-c Feature: mpi Description: MPI functionality for VTK @@ -18,7 +18,3 @@ Build-Depends: msmpi, hdf5[parallel] Feature: python Description: Python functionality for VTK Build-Depends: python3 - -Feature: libharu -Description: PDF libharu functionality for VTK -Build-Depends: libharu |
