diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-10-19 19:53:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-19 19:53:20 -0700 |
| commit | 0d3547275842e88330a7c4804b37d02729c1ff71 (patch) | |
| tree | 81e87fc1050ff0334fec571c564a79454f0c4b90 /ports/itk/CONTROL | |
| parent | e93810d2ef7633e374992006af89f2b5056b04f1 (diff) | |
| download | vcpkg-0d3547275842e88330a7c4804b37d02729c1ff71.tar.gz vcpkg-0d3547275842e88330a7c4804b37d02729c1ff71.zip | |
[itk,libsamplerate,libsndfile] Apply some Visual Studio 2019 version 16.9 preview 1 workarounds (#14056)
Diffstat (limited to 'ports/itk/CONTROL')
| -rw-r--r-- | ports/itk/CONTROL | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/ports/itk/CONTROL b/ports/itk/CONTROL deleted file mode 100644 index 94135373e..000000000 --- a/ports/itk/CONTROL +++ /dev/null @@ -1,38 +0,0 @@ -Source: itk -Version: 5.1.0 -Port-Version: 2 -Description: Insight Segmentation and Registration Toolkit (ITK) is used for image processing and analysis. -Homepage: https://github.com/InsightSoftwareConsortium/ITK -Build-Depends: double-conversion, libjpeg-turbo, zlib, libpng, tiff, expat, eigen3, hdf5[core,cpp], openjpeg[core], fftw3[core], gtest, gdcm, icu, minc - -Feature: vtk -Description: Build ITKVtkGlue module. -Build-Depends: vtk[core] - -Feature: python -Description: Python functionality for ITK -Build-Depends: python3 - -Feature: opencl -Description: Use OpenCL -Build-Depends: opencl - -Feature: cufftw -Description: Use CUDA FFTW -Build-Depends: cuda - -Feature: cuda -Description: Build CUDA module -Build-Depends: cuda, itk[core, opencl] - -Feature: tbb -Description: Build TBB Module -Build-Depends: tbb - -Feature: rtk -Description: Build RTK Module - -Feature: tools -Description: Build RTK with tools -Build-Depends: itk[core, rtk] - |
