mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:49:06 +08:00
[vtk] Fix vtk[mpi] (#40570)
This commit is contained in:
parent
1c3a779345
commit
ed7e2a7cde
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vtk",
|
||||
"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",
|
||||
"homepage": "https://github.com/Kitware/VTK",
|
||||
"license": "BSD-3-Clause",
|
||||
@ -184,6 +184,7 @@
|
||||
"name": "vtk",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"seacas",
|
||||
"vtkm"
|
||||
]
|
||||
},
|
||||
|
@ -9358,7 +9358,7 @@
|
||||
},
|
||||
"vtk": {
|
||||
"baseline": "9.3.0-pv5.12.1",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"vtk-dicom": {
|
||||
"baseline": "0.8.14",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "99581eb538d39550007d25865540db2a368e3edb",
|
||||
"version-semver": "9.3.0-pv5.12.1",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "f66a99e8c041f8e084d2871c3cc1d48146ca90f0",
|
||||
"version-semver": "9.3.0-pv5.12.1",
|
||||
|
Loading…
Reference in New Issue
Block a user