vcpkg/ports/vtk/vcpkg.json
Roel Standaert 65521f7dc3
[libharu,wt] Update libharu to 2.4.2 and Wt to 4.8.1 (#26945)
* [libharu] Update to 2.4.2

I updated the patches for libharu so they apply to 2.4.2 properly.
The target name changed from haru to hpdf, the haru imported
library is included for backwards compatibility. I added a usage
file that only mentions hpdf.

I added a patch for VTK so that it compiles with libharu 2.4.x,
since the type of one the HPDF_Page_SetDash arguments changed
from HPDF_UINT16 to HPDF_REAL.

POCO also has an optional libharu dependency when the 'pdf'
feature is enabled, but at the moment the PocoPDF library
doesn't seem to be built even when enabled.

* [wt] Update to 4.8.1

This release fixes compatibility with libharu 2.4.x
2022-09-30 14:52:19 -07:00

197 lines
3.9 KiB
JSON

{
"name": "vtk",
"version-semver": "9.0.3-pv5.9.1",
"port-version": 12,
"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",
"freetype",
"glew",
{
"name": "hdf5",
"default-features": false
},
"jsoncpp",
"libharu",
"libjpeg-turbo",
"liblzma",
"libogg",
"libpng",
"libtheora",
"libxml2",
"lz4",
"netcdf-c",
"pegtl-2",
"proj",
"pugixml",
"sqlite3",
"tiff",
"utfcpp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"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": "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": [
{
"name": "vtk",
"default-features": false,
"features": [
"qt"
]
},
{
"name": "vtk",
"default-features": false,
"features": [
"atlmfc"
],
"platform": "windows"
}
]
},
"python": {
"description": "Python functionality for VTK",
"dependencies": [
"python3"
]
},
"qt": {
"description": "Qt functionality for VTK",
"dependencies": [
"qt5-imageformats",
"qt5-tools",
{
"name": "qt5-x11extras",
"platform": "linux"
},
"qt5-xmlpatterns"
]
},
"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
}
]
}
}
}