mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
[paraview] add missing dependency (#30131)
This commit is contained in:
parent
07da05c20c
commit
cb4d3a1fcb
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "paraview",
|
"name": "paraview",
|
||||||
"version": "5.11.0",
|
"version": "5.11.0",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": "VTK-based Data Analysis and Visualization Application",
|
"description": "VTK-based Data Analysis and Visualization Application",
|
||||||
"homepage": "https://www.paraview.org/",
|
"homepage": "https://www.paraview.org/",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
@ -12,6 +12,7 @@
|
|||||||
"cgns",
|
"cgns",
|
||||||
"protobuf",
|
"protobuf",
|
||||||
"qt5compat",
|
"qt5compat",
|
||||||
|
"qtsvg",
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
"host": true
|
"host": true
|
||||||
@ -83,10 +84,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"tools": {
|
"tools": {
|
||||||
"description": "Build paraview tools",
|
"description": "Build paraview tools"
|
||||||
"dependencies": [
|
|
||||||
"qtsvg"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"vtkm": {
|
"vtkm": {
|
||||||
"description": "enables vtkm for the build of paraview",
|
"description": "enables vtkm for the build of paraview",
|
||||||
|
@ -5950,7 +5950,7 @@
|
|||||||
},
|
},
|
||||||
"paraview": {
|
"paraview": {
|
||||||
"baseline": "5.11.0",
|
"baseline": "5.11.0",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"parmetis": {
|
"parmetis": {
|
||||||
"baseline": "2022-07-27",
|
"baseline": "2022-07-27",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "1b93a58c420dc6478318aba2958a0334a7759b36",
|
||||||
|
"version": "5.11.0",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "7076e5d1dc86dc41ca0f3ad6567ffbe06b86166c",
|
"git-tree": "7076e5d1dc86dc41ca0f3ad6567ffbe06b86166c",
|
||||||
"version": "5.11.0",
|
"version": "5.11.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user