diff options
| author | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-04-05 13:23:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-05 13:23:17 -0700 |
| commit | a141b603b93cce21f67733e649fbd076ade74393 (patch) | |
| tree | f97cd91cefcc493b0f51d9272c41d683561bbd43 /ports/vtk/CONTROL | |
| parent | e81d8c5cc87fef05f3ee379f89a0fa3c3ea5c393 (diff) | |
| parent | 8bd9e3a976bfb928e05f07b3eb1be63a728b6685 (diff) | |
| download | vcpkg-a141b603b93cce21f67733e649fbd076ade74393.tar.gz vcpkg-a141b603b93cce21f67733e649fbd076ade74393.zip | |
Merge pull request #5935 from ras0219-msft/dev/roschuma/vtk
[vtk] Fix flaky builds by using system libraries
Diffstat (limited to 'ports/vtk/CONTROL')
| -rw-r--r-- | ports/vtk/CONTROL | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ports/vtk/CONTROL b/ports/vtk/CONTROL index 0d489e677..0625a3ac1 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, netcdf-c Feature: openvr Description: OpenVR 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 |
