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