Skip to content

Commit e0881da

Browse files
committed
Done
1 parent adf2597 commit e0881da

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

ports/vtk-compile-tools/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vtk-compile-tools",
33
"version-semver": "9.3.0-pv5.12.1",
4-
"description": "Software system for 3D computer graphics, image processing, and visualization",
4+
"description": "Tools needed for crosscompiling VTK",
55
"homepage": "https://github.com/Kitware/VTK",
66
"license": null,
77
"supports": "native",

scripts/ci.feature.baseline.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2229,7 +2229,6 @@ vtk[all](!windows & !android & !osx) = feature-fails # Wait for fix: https://git
22292229
vtk[all](x64 & windows & !uwp & !staticcrt) = feature-fails
22302230
vtk[openmp](osx) = feature-fails
22312231
vtk[paraview](!windows & !android) = feature-fails
2232-
vtk[python](windows & arm64 & !uwp) = feature-fails
22332232
vtk-m[omp](osx) = feature-fails # fixed by https://github.com/microsoft/vcpkg/pull/30923
22342233
wasmedge[aot] = feature-fails # ar: /libzstd.a: No such file or directory. See https://github.com/microsoft/vcpkg/issues/32146
22352234
wayland[force-build](native) = feature-fails # error: To build wayland libraries the `force-build` feature must be enabled and the X_VCPKG_FORCE_VCPKG_WAYLAND_LIBRARIES triplet variable must be set.

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10150,7 +10150,7 @@
1015010150
},
1015110151
"vtk": {
1015210152
"baseline": "9.3.0-pv5.12.1",
10153-
"port-version": 10
10153+
"port-version": 11
1015410154
},
1015510155
"vtk-compile-tools": {
1015610156
"baseline": "9.3.0-pv5.12.1",

versions/v-/vtk-compile-tools.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"versions": [
3+
{
4+
"git-tree": "f47862854e2281c79b5dea4e375e6f582c005d8d",
5+
"version-semver": "9.3.0-pv5.12.1",
6+
"port-version": 0
7+
}
8+
]
9+
}

versions/v-/vtk.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "3620525a0afaa547939a9a1e749a066de885f127",
5+
"version-semver": "9.3.0-pv5.12.1",
6+
"port-version": 11
7+
},
38
{
49
"git-tree": "b7928813ee0f0708862ee2d419638b685a5a1c4f",
510
"version-semver": "9.3.0-pv5.12.1",

0 commit comments

Comments
 (0)