mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:19:07 +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>
103 lines
2.0 KiB
JSON
103 lines
2.0 KiB
JSON
{
|
|
"name": "paraview",
|
|
"version": "5.11.0",
|
|
"port-version": 3,
|
|
"description": "VTK-based Data Analysis and Visualization Application",
|
|
"homepage": "https://www.paraview.org/",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
"boost-core",
|
|
"boost-format",
|
|
"cgns",
|
|
"protobuf",
|
|
"qt5compat",
|
|
"qtsvg",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"paraview"
|
|
]
|
|
}
|
|
],
|
|
"features": {
|
|
"all-modules": {
|
|
"description": "enables the build of all paraview modules",
|
|
"dependencies": [
|
|
"ffmpeg",
|
|
"gdal",
|
|
"laszip",
|
|
"pdal"
|
|
]
|
|
},
|
|
"cuda": {
|
|
"description": "enables cuda within paraview",
|
|
"dependencies": [
|
|
"cuda",
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"cuda"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"mpi": {
|
|
"description": "enables cuda within paraview",
|
|
"dependencies": [
|
|
{
|
|
"name": "hdf5",
|
|
"default-features": false,
|
|
"features": [
|
|
"parallel"
|
|
]
|
|
},
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"mpi"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"python": {
|
|
"description": "enables the build of python wrappers",
|
|
"dependencies": [
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"python"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build paraview tools"
|
|
},
|
|
"vtkm": {
|
|
"description": "enables vtkm for the build of paraview",
|
|
"dependencies": [
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false,
|
|
"features": [
|
|
"vtkm"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|