mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:39:01 +08:00
46dda5372b
* Switch stuff to Qt6 * give opencv4 the correct deps * add Qt5Compat to find_dependency * refine vtk deps and promote targets to global * fix dep * ci is probably faster than my desktop pc building. * remove invalid patch part * add qt6 patch * second patch * make openimageio ignore qt5 * [skip actions] qt6 part 3 * vtk qt6 patch * try openimageio again * move gl include * fix patch * does it work now? * remove qualified name * more qt6 fixes * more patches * update and fix rtabmap * gles feature in qtbase needs to be disabled for vtk since vtk assumes desktop opengl * remove patch add error if qtbase was build with gles2 * disable also second patch * fix theia * paraview consolidate patches * fix case issue * fix missing , * add more qt6 changes * remove unnecessary patches * bump port version * remove comments from vtk * add platform features for tools. * fix format * bump ports * another one to bump * v db Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
238 lines
4.6 KiB
JSON
238 lines
4.6 KiB
JSON
{
|
|
"name": "vtk",
|
|
"version-semver": "9.2.0-pv5.11.0",
|
|
"port-version": 2,
|
|
"description": "Software system for 3D computer graphics, image processing, and visualization",
|
|
"homepage": "https://github.com/Kitware/VTK",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"double-conversion",
|
|
"eigen3",
|
|
"expat",
|
|
"exprtk",
|
|
"fmt",
|
|
"freetype",
|
|
"glew",
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false
|
|
},
|
|
"jsoncpp",
|
|
{
|
|
"name": "libharu",
|
|
"version>=": "2.4.3"
|
|
},
|
|
"libjpeg-turbo",
|
|
"liblzma",
|
|
"libogg",
|
|
"libpng",
|
|
"libtheora",
|
|
"libxml2",
|
|
"lz4",
|
|
"netcdf-c",
|
|
"pegtl-2",
|
|
"proj",
|
|
"pugixml",
|
|
{
|
|
"name": "seacas",
|
|
"default-features": false
|
|
},
|
|
"sqlite3",
|
|
{
|
|
"name": "sqlite3",
|
|
"host": true
|
|
},
|
|
"tiff",
|
|
"utfcpp",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"verdict",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"all": {
|
|
"description": "Build all vtk modules",
|
|
"dependencies": [
|
|
"ffmpeg",
|
|
"libmysql",
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"gdal",
|
|
"geojson",
|
|
"mpi",
|
|
"python",
|
|
"qt"
|
|
]
|
|
},
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"atlmfc",
|
|
"utf8"
|
|
],
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
},
|
|
"atlmfc": {
|
|
"description": "Mfc functionality for vtk on Windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "atlmfc",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
},
|
|
"cuda": {
|
|
"description": "Support CUDA compilation",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
},
|
|
"gdal": {
|
|
"description": "Support GDAL compilation",
|
|
"dependencies": [
|
|
"gdal",
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"mpi"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"geojson": {
|
|
"description": "Convert Geo JSON format to vtkPolyData"
|
|
},
|
|
"mpi": {
|
|
"description": "MPI functionality for VTK",
|
|
"dependencies": [
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false,
|
|
"features": [
|
|
"parallel"
|
|
]
|
|
},
|
|
"mpi",
|
|
{
|
|
"name": "seacas",
|
|
"default-features": false,
|
|
"features": [
|
|
"mpi"
|
|
]
|
|
},
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"vtkm"
|
|
]
|
|
},
|
|
{
|
|
"name": "vtk-m",
|
|
"default-features": false,
|
|
"features": [
|
|
"mpi"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"opengl": {
|
|
"description": "All opengl related modules",
|
|
"dependencies": [
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"openvr": {
|
|
"description": "OpenVR functionality for VTK",
|
|
"dependencies": [
|
|
"openvr",
|
|
"sdl2"
|
|
]
|
|
},
|
|
"paraview": {
|
|
"description": "Build vtk modules required by paraview",
|
|
"dependencies": [
|
|
"cli11",
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"qt"
|
|
]
|
|
},
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"atlmfc"
|
|
],
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
},
|
|
"python": {
|
|
"description": "Python functionality for VTK",
|
|
"dependencies": [
|
|
"python3",
|
|
{
|
|
"name": "python3",
|
|
"host": true
|
|
}
|
|
]
|
|
},
|
|
"qt": {
|
|
"description": "Qt functionality for VTK",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui",
|
|
"opengl",
|
|
"widgets"
|
|
]
|
|
},
|
|
"qtdeclarative",
|
|
"qtimageformats",
|
|
{
|
|
"name": "qttools",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"utf8": {
|
|
"description": "Enables vtk reader/writer with utf-8 path support",
|
|
"dependencies": [
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"vtkm": {
|
|
"description": "Build with vtk-m accelerator and module.",
|
|
"dependencies": [
|
|
{
|
|
"name": "vtk-m",
|
|
"default-features": false
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|