diff options
| author | Tetsuya Hayashi <tetsu.h@gmail.com> | 2019-03-08 05:00:35 +0900 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-07 12:00:35 -0800 |
| commit | aa560f10f88833e6fa7801ee50f51115b0a705e4 (patch) | |
| tree | 4a42a4ac6846c1597d3ab0e9743a1c119ec2af4d /ports/itk/CONTROL | |
| parent | fd183d9ad189199413800370c8c3d8858b903a22 (diff) | |
| download | vcpkg-aa560f10f88833e6fa7801ee50f51115b0a705e4.tar.gz vcpkg-aa560f10f88833e6fa7801ee50f51115b0a705e4.zip | |
Fixes #3867 ITK install fails if hdf5 is installed (#4472)
* [itk] Added patch file for ITK HDF5 CMakeLists find_package config mode only
* [itk] enable ITK_USE_SYSTEM_HDF5 and apply patch
* [itk] Use PATCHES parameter of vcpkg_from_github
* [itk] Ignore path length checks
Diffstat (limited to 'ports/itk/CONTROL')
| -rw-r--r-- | ports/itk/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/itk/CONTROL b/ports/itk/CONTROL index a2cc426e8..70091bd1f 100644 --- a/ports/itk/CONTROL +++ b/ports/itk/CONTROL @@ -1,5 +1,5 @@ Source: itk -Version: 4.13.0 +Version: 4.13.0-1 Description: Insight Segmentation and Registration Toolkit (ITK) is used for image processing and analysis. Build-Depends: double-conversion, libjpeg-turbo, zlib, libpng, tiff, expat, hdf5[cpp] |
