[paraview] add missing dependency (#30131)

This commit is contained in:
autoantwort 2023-03-16 18:49:18 +01:00 committed by GitHub
parent 07da05c20c
commit cb4d3a1fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",