mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:09:01 +08:00
378ffbb940
* [python3] Add vcpkg-cmake-wrapper.cmake. This is still a WIP... For now, we only remove registry detection on Windows. * [python3] Fix Windows static embedding linkage. * [python3] Fix Linux static library embedding. * [python3] Fix linkage on macOS. * [python3] Only link extra libs when static. * [python3] Bump port version for vcpkg-cmake-wrapper. * [itk] Remove obsolete Python artifact specification. * [pybind11] Remove obsolete Python artifact specification. * [python3] Mark `find_package()` calls as REQUIRED. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> * [python3] Bump port version after #15378. * [python3] Be more selective about when to unleash the nukes. * [python3] Add usage message. * [python3] Don't swallow `vcpkg_find_acquire_program`'s Python3. * [python3] Don't forcibly change the registry find state. * [python3] fix copypasta error * [python3] Fix config error with the opensubdiv port. Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
99 lines
1.8 KiB
JSON
99 lines
1.8 KiB
JSON
{
|
|
"name": "itk",
|
|
"version-string": "5.1.0",
|
|
"port-version": 5,
|
|
"description": "Insight Segmentation and Registration Toolkit (ITK) is used for image processing and analysis.",
|
|
"homepage": "https://github.com/InsightSoftwareConsortium/ITK",
|
|
"dependencies": [
|
|
"double-conversion",
|
|
"eigen3",
|
|
"expat",
|
|
{
|
|
"name": "fftw3",
|
|
"default-features": false
|
|
},
|
|
"gdcm",
|
|
"gtest",
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false,
|
|
"features": [
|
|
"cpp"
|
|
]
|
|
},
|
|
"icu",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"minc",
|
|
{
|
|
"name": "openjpeg",
|
|
"default-features": false
|
|
},
|
|
"tiff",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"cuda": {
|
|
"description": "Build CUDA module",
|
|
"dependencies": [
|
|
"cuda",
|
|
{
|
|
"name": "itk",
|
|
"default-features": false,
|
|
"features": [
|
|
"opencl"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"cufftw": {
|
|
"description": "Use CUDA FFTW",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
},
|
|
"opencl": {
|
|
"description": "Use OpenCL",
|
|
"dependencies": [
|
|
"opencl"
|
|
]
|
|
},
|
|
"python": {
|
|
"description": "Python functionality for ITK",
|
|
"dependencies": [
|
|
"python3"
|
|
]
|
|
},
|
|
"rtk": {
|
|
"description": "Build RTK Module"
|
|
},
|
|
"tbb": {
|
|
"description": "Build TBB Module",
|
|
"dependencies": [
|
|
"tbb"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build RTK with tools",
|
|
"dependencies": [
|
|
{
|
|
"name": "itk",
|
|
"default-features": false,
|
|
"features": [
|
|
"rtk"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"vtk": {
|
|
"description": "Build ITKVtkGlue module.",
|
|
"dependencies": [
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|