| Age | Commit message (Collapse) | Author |
|
* [vtk] Improve portfile.cmake
* use VCPKG_BUILD_TYPE instead of CMAKE_BUILD_TYPE
|
|
* [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>
|
|
* Check if file exist
* Check if file exist in vtk_remove_tools
Co-authored-by: Lars Glud <lg@danrobotics.dk>
|
|
* [vtk] Add find dependency pugixml in cmake config file
* [vtk] Re-generate patch
* re-trigger ci test
|
|
|
|
* Remove vtk:x64-linux=fail from baseline
* trigger CI test
|
|
|
|
|
|
* correct find_library call
there was a typo.
* fix find_library call
* Update CONTROL
|
|
|
|
debu… (#7933)
* VTK links with release version of LMZA in debug build instead of debug version.
* Bump version
|
|
* [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
|
|
* [vcpkg] Add "Homepage" field to the CONTROL files.
|
|
|
|
|
|
[libharu] Add patches required for vtk
[vcpkg-build-cmake] Add retry logic for mt.exe failures
|
|
* Update portfile.cmake
* [vtk] Only enable Module_vtkGUISupportMFC for Windows. Require atlmfc on Windows.
|
|
|
|
* [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
|
|
|
|
|
|
Fix find lz4 library of debug configuration.
|
|
* Enable Windows ARM32 build of OpenSSL
* [openssl-windows] Bump control version
* [vtk] Fix hardcoded install paths
* [osgearth] Backport VS2017u8 fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* [vtk:control] break out libharu
* [vtk:portfile] disable libharu
* [vtk:control] update version
* [vtk:portfile] remove useless comment
|
|
* [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
|
|
Update VTK to 8.0.1.
|
|
|
|
|
|
libs (/Z7)
|
|
- Use system libharu
- Simplyfy enabling/disabling optional modules of VTK
- Add options to build VTK python modules or all VTK modules
|
|
|
|
|
|
|
|
Fix link the dependency libraries in debug configuration.
This commit will fixed a problem that linking dependency libraries of
release version in debug configuration.
|
|
Fix FindHdf5 for shared library. Closes #739, #1129
|
|
|