mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 10:32:42 +08:00
c6928dfb9e
* [python3] Update to 3.11.3 * Force set PythonForBuild on windows * Set LD_LIBRARY_PATH on unix * Always use vcpkg_find_acquire_program(PYTHON3) on windows * Remove LD_LIBRARY_PATH shenanigans * [vtk] Parse python version from include folder * Fix static builds on windows * Pass --with-build-python on unix * [omniorb] Fix python version in patch * Resurrect rpath patch * [python3] fix usage * [gobject-introspection] don't hardcode python version * Update vcpkg_find_aquire_program(PYTHON3) This is also required for gobject-introspection * [paraview] don't hardcode python version * [vtk-dicom] don't hardcode python version * Update python in vcpkgTools.xml * Fix host arch detection in vcpkg_find_acquire_program(PYTHON3) * [libpq] Don't hardcode python version * [shiva] Don't pass python variables * [vcpkg-get-python-packages] Delete unused file, update hardcoded python version * [python3] update to 3.11.4 * [omniorb] Use PREPEND in vcpkg_add_to_path So that python from vcpkg is picked before system python * libpq quickfix * re-fix libpq * fix vcpkg-get-python-packages * Make windows 7 patch compatible with unix builds * Copy pyd files to bin Also fixes copying files that do not belong to current build tree * Fix static builds * Speculatively fix osx regression * Fix omniorb on unix * [gobject-introspection] fix windows builds * [vtk] Update vendored copy of mpi4py for python 3.11 support * [mdl-sdk] Fix python * [gobject-introspection] fix the fix of a fix... * Update versions * Undo changes in gobject-introspection and vcpkg_find_aquire_program(PYTHON3) --------- Co-authored-by: root <root@DESKTOP-UIPL9V8>
237 lines
4.6 KiB
JSON
237 lines
4.6 KiB
JSON
{
|
|
"name": "vtk",
|
|
"version-semver": "9.2.0-pv5.11.0",
|
|
"port-version": 9,
|
|
"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",
|
|
{
|
|
"name": "proj",
|
|
"default-features": false
|
|
},
|
|
"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": [
|
|
{
|
|
"name": "gdal",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|