[vtk] Fix vtk[mpi] (#40570)

This commit is contained in:
DownerCase 2024-08-22 10:45:27 +01:00 committed by GitHub
parent 1c3a779345
commit ed7e2a7cde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "vtk", "name": "vtk",
"version-semver": "9.3.0-pv5.12.1", "version-semver": "9.3.0-pv5.12.1",
"port-version": 4, "port-version": 5,
"description": "Software system for 3D computer graphics, image processing, and visualization", "description": "Software system for 3D computer graphics, image processing, and visualization",
"homepage": "https://github.com/Kitware/VTK", "homepage": "https://github.com/Kitware/VTK",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -184,6 +184,7 @@
"name": "vtk", "name": "vtk",
"default-features": false, "default-features": false,
"features": [ "features": [
"seacas",
"vtkm" "vtkm"
] ]
}, },

View File

@ -9358,7 +9358,7 @@
}, },
"vtk": { "vtk": {
"baseline": "9.3.0-pv5.12.1", "baseline": "9.3.0-pv5.12.1",
"port-version": 4 "port-version": 5
}, },
"vtk-dicom": { "vtk-dicom": {
"baseline": "0.8.14", "baseline": "0.8.14",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "99581eb538d39550007d25865540db2a368e3edb",
"version-semver": "9.3.0-pv5.12.1",
"port-version": 5
},
{ {
"git-tree": "f66a99e8c041f8e084d2871c3cc1d48146ca90f0", "git-tree": "f66a99e8c041f8e084d2871c3cc1d48146ca90f0",
"version-semver": "9.3.0-pv5.12.1", "version-semver": "9.3.0-pv5.12.1",