aboutsummaryrefslogtreecommitdiff
path: root/ports/vtk
AgeCommit message (Collapse)Author
2020-01-10[vtk] fix VTKConfig.cmake path (#9219)Alvin
* [vtk] fix VTKConfig.cmake path * [vtk] Update the CONTROL version
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-17[proj4] Upgrade version to 6.1.1 and remove patches. (#7917)JackBoosY
* [proj4]Upgrade version to 6.1.1 and remove useless patches. * [libgeotiff]Fix build errors using proj4 6.1.1. * [libspatialite]Fix build errors using proj4 6.1.1. * [gdal]Fix build errors using proj4 6.1.1. * [spatialite-tools]Fix build errors using proj4 6.1.1. * [spatialite-tools]Fix build errors using proj4 6.1.1. * [libgeotiff]Re-fix build errors using proj4 6.1.1. * [vtk]Fix build errors using proj4 6.1.1. * [proj4]Fix find sqlite binary failure. * [proj4]Disable build tools when building proj4 in arm/uwp. * [sqlite3/libgeotiff]Fix libdl library linkage. Re-fix use proj issue. * add back dl libs * [gdal]Fix dependent port proj library name. * [proj4]Set Windows library name to "proj" and revert fix-proj-name changes. * [liblas]Fix build errors using proj4 6.1.1. * [liblas]Fix build errors using proj4 6.1.1. * [liblas]Fix build errors using proj4 6.1.1. * [proj4]Fix feature database on triplet arm/uwp. * [gdal]Remove useless flag PROJ_STATIC. * [proj4]Fix build error on x64-windows-static. * [liblas]Use find_library to get proj4/sqlite3 libraries. * [proj4]Fix sqlite dependency. * [proj4]Fix arm/uwp dependency. * [proj4]Fix linux build: configure error. * [proj4]Disable export proj4 namespace. * [liblas]Delete proj dependency. * [libspatialite]Fix linux build. * [libspatialite]Fix linux command. * [libspatialite]Fix configure error. * [proj4]fix static cmake tools path. * [libgeotiff]Set configure options to 1/0 to avoid the "if" comparison failure in config.cmake. [proj4]Revert changes about namespace. [liblas]Remove FindPROJ4.cmake and FindGeoTIFF.cmake from the source. * [vtk]Fix using latest proj4 issue. * [proj4]Delete missing patch.
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-28Modify `vcpkg_fixup_cmake_targets()` (#5459)Victor Romero
* some libraries export <PackageName>LibraryDepends.cmake instead of <PackageName>Targets.cmake. Those file also need the fix of #1044 should close #4753 * prefered the general solution #4622. hopefully solved the issue within #4150 replaced the regex with something more readable (also ident is lost) should close: #4753 #4633 #4150 and maybe more * Hash vcpkg_fixup_cmake_targets.cmake * [boost] Fix use of find_package(Boost) with cache variables [socket-io-client] Fix install * reversed change back to use regex replace * [glbinding] Fix _IMPORT_PREFIX depth in *-export.cmake files * [tinyspline] Ignore warnings treated as errors * [libevent, liblemon, libpng, smpeg2, zlib] Fix apply patches * [libsodium] Fix apply patches * [folly] Link correct libraries in debug and release * [vtk] Remove unset of _IMPORT_PREFIX * [tinyspline] Do not treat warnings as errors * [smpeg2] Fix double* to int comparison * [nvtt] Define value for HAVE_UNISTD_H in MacOS * [libui] Fix MacOS X build * [zlib] Fix download URL * [qhull] Update to v7.2.1 * [podofo] Set value for HAVE_UNISTD_H in MacOS * [mongo-cxx-driver,ogre,podofo,qhull] Bump CONTROL version * [mongo-c-driver] Set _IMPORT_PREFIX * [tmxparser] Bump CONTROL version * [qhull,vxl] Bump CONTROL version
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-12-06Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/3425Phil 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-05-04Update VTK portfile to select RUNTIME install directories with CMake optionsFrancois Budin
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] do not install headers into subdirectory "vtk-8.0" so that "vcpkg ↵Albert Ziegenhagel
integrate install" works as excpected
2017-08-10[vtk] Use libjpeg, proj and lz4 from vcpkgAlbert Ziegenhagel
2017-08-10[vtk] Fixed that the VTK debug was build linked against the release GLEW libraryAlbert Ziegenhagel
2017-08-10[vtk] Fix remaining references to release libraries from debug version of VTKAlbert Ziegenhagel
2017-08-10[vtk] remove some debug messagesAlbert Ziegenhagel
2017-08-10[vtk] do not use "debug;" or "optimized;" prefixes for library ↵Albert Ziegenhagel
configurations, but wrap them in generator expressions instead
2017-08-10[vtk] Fix tools directoryAlbert Ziegenhagel
2017-08-10[vtk] fix issue where release libraries are referenced from VTK debug buildAlbert Ziegenhagel
2017-08-08[vtk] reenable patch to disable a FindHDF5 workaroundAlbert 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-02-28[vtk] Don't define size_t. Override HDF5 library detection (bug in FindHDF5)Robert Schumacher