aboutsummaryrefslogtreecommitdiff
path: root/ports/vtk/CONTROL
AgeCommit message (Collapse)Author
2021-08-30[CGNS|VTK-M|VTK|ParaView] Update ports (#18248)Alexander Neumann
* [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>
2021-08-26[vtk] Fix OpenGL feature (#19735)Johan Pauwels
* [vtk] Fix typo that breaks OpenGL feature Missspelled "VTK_MODULE_ENABLE_VTK_DomainsChemistryOpenGL2" * [vtk] Bump version
2021-04-02[vtk] enables openvr module when openvr is listed (#17015)Angus Comrie
* enables openvr module when openvr is listed * bumped port number * add version bump to json files
2021-03-26[vtk] Add support for unicode path for VTK reader/writer (#16779)robbie-li
* feat: Add support for unicode path for VTK reader/writer * update base line Co-authored-by: Xiaowei Li <xiaowei.li@csdental.com>
2021-01-24[vtk] use patch for QT_NO_KEYWORDS support from upstream (#15667)dweckmann
2020-12-29[freetype] Update to 2.10.4 (#15334)Kevin Lu
* bump version sha * update patches * [vtk] upstream patch for freetype 2.10.4 https://discourse.vtk.org/t/building-opencascade-7-5-0-with-vtk-9-0-1
2020-08-27[expat] Fix a few details with expat. (#13022)Alexander Neumann
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-07-21[vtk|cuda] add nvcc to the path (#12472)Alexander Neumann
2020-07-07[vtk] update to 9.0.1 (#12149)Alexander Neumann
* [vtk] update to 9.0.1 * [paraview] silence linux ci by adding embree3 as a build-depends to paraview (just a workaround) * [vtk] disable remote modules to make feature all actually work * [vtk] delete old patch
2020-07-02[vtk] Added opengl feature. (#11399)Lars Glud
* Added opengl feature. Change description of feature: all. * Fix copyright
2020-06-25[vcpkg baseline] Fix baseline errors (#12067)Jack·Boos·Yu
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-06-23[CGNS/ParaView] Add new ports (#9960)Alexander Neumann
* [cgns] add port cgns * [paraview] add new port * [paraview] correct dependencies; disable catalyst * [VTK/ParaView] Make ParaView build * [paraview] add missing patch * [paraview] add cgns patch * [paraview] add qt plugin patches back in. Remove in the future * [vtk] slightly improved patches * [vtk] don't disable findPython * [paraview] add more features * [paraview] remove X11Extras from OSX * [vtk] make vtk workcorrectly with python and prepare for paraview with python * [paraview] Python fixes * [paraview] small bin -> lib replacement fix for static builds * [vtk] fix patch path * update baseline to exclude paraview for the time being on osx and linux. requires a fix in qt5-base linkage of libpq. * [paraview]try setting LD_LIBRARY_PATH for unix systems * [paraview] a bit of cleanup * update baseline * fix typo in baseline * [paraview] remove unnecessary patch * [vtk] replace custom patch with upstream patch * [paraview] cleanup in the portfile. * Update ports/paraview/CONTROL Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2020-06-11[python3] Update to Python 3.8 (#11708)Adam Johnson
* [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).
2020-06-01[vtk] Fix single configuration builds (#11643)Jack·Boos·Yu
* [vtk] Improve portfile.cmake * use VCPKG_BUILD_TYPE instead of CMAKE_BUILD_TYPE
2020-05-11[VTK/vtk-m] Update VTK to 9.0 and add vtk-m (#11148)Alexander Neumann
* [vtk-m] new port vtk-m * [VTK] Update to 9.0 * include local buildtree changes * [pcl] disable VTK due to API changes in VTK 9.0 * [vtk-m] add supports field to be only x64 * [vtk-dicom] add python executable. * fix vtkm dependency * [vtk-dicom] fix missing std:: namespace * [vtk-m] add uwp to unsupported triplets * [vtk] add pegtl include patch, reenable IOMotionFX * remove hdf5 changes for testing * use different pgetl patch which redirects to the installed config of pegtl * [pegtl-2] version file needs renaming too * [vtk] change dependency to pgetl-2 and fix the patch * [vtk] put in hdf5 fix again and correct manually installed include files * remove deprecated function to retrigger CI * [lz4] correctly lowercase the lz4 config * [vtk] remove unnecessary code * [pegtl-2] add homepage * [pegtl] modernize portfiles * [vtk-dicom] add homepage * [vtk-dicom] modernize portfile * [vtk-m] remove empty build depends * [vtk] try fixing the permission issue * bump control * Update FindHDF5.cmake * Update pegtl.patch * Update ports/vtk/pegtl.patch Co-authored-by: nicole mazzuca <mazzucan@outlook.com> * [vtk] refactor portfile, added a few deps on [core] and added feature cuda * [vtk] pegtl.patch: Add additional found message * [vtk-m] add more documentation comments * [vtk] fix string replacement Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2020-04-21[VTK] Check if VTKTarget files exist (#10925)Lars
* Check if file exist * Check if file exist in vtk_remove_tools Co-authored-by: Lars Glud <lg@danrobotics.dk>
2020-03-27[vtk] Add find dependency pugixml in cmake config file (#10379)Jack·Boos·Yu
* [vtk] Add find dependency pugixml in cmake config file * [vtk] Re-generate patch * re-trigger ci test
2020-02-07[vtk] Fix dependency pugixml link type (#9958)Jack·Boos·Yu
2019-12-23Remove vtk:x64-linux result in baseline (#9389)2019.12Jack·Boos·Yu
* Remove vtk:x64-linux=fail from baseline * trigger CI test
2019-10-10Update CONTROLNancyLi1013
2019-10-10[vtk] Change atlmfc as featureNancyLi1013
2019-09-30[vtk] fix typo in lzma and lz4 patch (#8403)Alexander Neumann
* correct find_library call there was a typo. * fix find_library call * Update CONTROL
2019-09-26[vtk] Fix vtk[python] build failure (#8345)NancyLi1013
2019-09-16[VTK] VTK links with release version of LMZA in debug build instead of ↵Joe Marrero
debu… (#7933) * VTK links with release version of LMZA in debug build instead of debug version. * Bump version
2019-07-31[OpenMPI] add a new port (#7142)2019.07Stefano Sinigardi
* [OpenMPI] add a new port * [OpenMPI] enable VCPKG_CONCURRENCY * [OpenMPI] fix prefix * [OpenMPI] fix license installation, compatible with single config build * [many ports] enable portable mpi implementation * [bond] Update Haskell stack SHA512
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-14[vtk] fix static hdf5 linkage. (#6782)Alexander Neumann
2019-04-03[hdf5][vtk] Add vcpkg-cmake-wrapper for HDF5 to fix vtkRobert Schumacher
2019-04-03[vtk] Fix flakiness by relying on vcpkg-provided dependenciesRobert Schumacher
[libharu] Add patches required for vtk [vcpkg-build-cmake] Add retry logic for mt.exe failures
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