aboutsummaryrefslogtreecommitdiff
path: root/ports/vtk/CONTROL
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2021-08-30 19:03:01 +0200
committerGitHub <noreply@github.com>2021-08-30 10:03:01 -0700
commit8c7e8df01549e59ac28469193976fbbe08e00f21 (patch)
tree75aa5c6942ddd9c58b28a814a4cf4f41c56eceb6 /ports/vtk/CONTROL
parent047e8ef16e2cdb431b9857b79fdfa237b0f038e2 (diff)
downloadvcpkg-8c7e8df01549e59ac28469193976fbbe08e00f21.tar.gz
vcpkg-8c7e8df01549e59ac28469193976fbbe08e00f21.zip
[CGNS|VTK-M|VTK|ParaView] Update ports (#18248)
* [cgns] update to 4.2.0 * [vtk-m] update to 1.6.0 * [vtk] Update to 9.0.1-pv5.9.1 - VTK update to match release version of ParaView * [ParaView] Update to 5.9.1 * version stuff * fix automatic svg linkage in static builds * update qt5-svg * revisit vtk - fix build with vtk-m 1.6 - remove unused patches - remove comments * bump version * remove two commented lines * version stuff * remove old PR version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/vtk/CONTROL')
-rw-r--r--ports/vtk/CONTROL50
1 files changed, 0 insertions, 50 deletions
diff --git a/ports/vtk/CONTROL b/ports/vtk/CONTROL
deleted file mode 100644
index 64ca10961..000000000
--- a/ports/vtk/CONTROL
+++ /dev/null
@@ -1,50 +0,0 @@
-Source: vtk
-Version: 9.0.1
-Port-Version: 7
-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: opengl
-Description: All opengl related modules
-Build-Depends: vtk[core]
-
-Feature: utf8
-Description: Enables vtk reader/writer with utf-8 path support
-Build-Depends: vtk[core]
-
-Feature: all
-Description: Build all vtk modules
-Build-Depends: libmysql, ffmpeg, gdal, vtk[core, qt, python, mpi], vtk[core, atlmfc, utf8] (windows)