aboutsummaryrefslogtreecommitdiff
path: root/ports/vtk/CONTROL
AgeCommit message (Collapse)Author
2019-03-18[WIP][vtk] add the option -DModule_vtkGUISupportMFC=ON (#4661)MouhammadEV
* Update portfile.cmake * [vtk] Only enable Module_vtkGUISupportMFC for Windows. Require atlmfc on Windows.
2019-03-14vtk update to 8.2.0Alexander Neumann
2019-02-21[vtk] Change the runtime dir from tools to bin to fix DLL location (#5150)at-2500
* [vtk] Change the runtime dir from tools to bin to fix DLL location * Also move the tools on unixoid OS; Fix tool names in targets files * Remove duplicate vcpkg_copy_pdbs() * [vtk] Change version to force rebuild in CI
2018-12-17[vtk] add warning for libx11_xt_lib on linuxPhil Christensen
2018-12-06[vtk] bump version in control filePhil Christensen
2018-11-08[vtk] Fix FindLZ4 (#4676)Tsukasa Sugiura
Fix find lz4 library of debug configuration.
2018-10-25Enable Windows ARM32 build of OpenSSL LTS (#4525)Jiri Appl
* Enable Windows ARM32 build of OpenSSL * [openssl-windows] Bump control version * [vtk] Fix hardcoded install paths * [osgearth] Backport VS2017u8 fix
2018-01-09[vtk] Add dependency from mpi feature to hdf5[parallel]Robert Schumacher
2018-01-09[vtk] update to 8.1.0James Chang
2018-01-04[vtk] Fix hdf5 target names after hdf5 has been updated to 1.10.1Albert Ziegenhagel
2017-11-10[vtk] Refactor fixup to be less hacky. PCL builds for x86-windows.Robert Schumacher
2017-11-10[pcl][vtk] fixup_cmake_targets. Fix vtk config files regression.Robert Schumacher
2017-11-08[vtk] Fix builds, including static against HDF5.Robert Schumacher
2017-11-06BUGFIX: [vtk] remove libharu as a core dependency (#2140)xoviat
* [vtk:control] break out libharu * [vtk:portfile] disable libharu * [vtk:control] update version * [vtk:portfile] remove useless comment
2017-11-01VTK: implement features (#2071)xoviat
* [vtk/portfile] add OpenVR option * [vtk/control] add OpenVR feature * [vtk/portfile] Add OpenVR feature to portfile * [vtk/CONTROL] add features * [vtk/portfile] implement features * [vtk/CONTROL] fix syntax * [vtk/CONTROL] fix case * [vtk/portfile] fix case * [vtk/CONTROL] fix syntax * [vtk/CONTROL] fix syntax * [vtk/portfile] fix module name * [vtk] Bump version
2017-10-30Update VTK to 8.0.1Tsukasa Sugiura
Update VTK to 8.0.1.
2017-10-12Merge branch 'master' into vtk-componentsRobert Schumacher
2017-10-02[proj][proj4] Rename proj to proj4. Leave empty forwarder behind.Robert Schumacher
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-28[vtk] improve portfile:Albert Ziegenhagel
- Use system libharu - Simplyfy enabling/disabling optional modules of VTK - Add options to build VTK python modules or all VTK modules
2017-08-11[vtk] Use system libtheoraAlbert Ziegenhagel
2017-08-10[vtk] Use libjpeg, proj and lz4 from vcpkgAlbert Ziegenhagel
2017-08-06Update VTK to version 8.0.Albert Ziegenhagel
2017-07-29Fix link the dependency libraries in debug configurationTsukasa Sugiura
Fix link the dependency libraries in debug configuration. This commit will fixed a problem that linking dependency libraries of release version in debug configuration.
2017-07-05[vtk] Update to version 7.1.1Arkady Shapkin
Fix FindHdf5 for shared library. Closes #739, #1129
2017-01-12Add port for VTKAlbert Ziegenhagel