Skip to content

Commit b3d36b2

Browse files
[workspace] Upgrade vtk_internal to latest commit (#23064)
Co-Authored-By: Jeremy Nimmer <[email protected]>
1 parent fdf5fc8 commit b3d36b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/workspace/vtk_internal/patches/common_core_nobacktrace.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Reasoning for not upstreaming this patch: Drake-specific build option.
88
--- Common/Core/vtkDeserializer.cxx
99
+++ Common/Core/vtkDeserializer.cxx
1010
@@ -186,8 +186,10 @@ vtkDeserializer::ConstructorType vtkDeserializer::GetConstructor(
11-
name = superClassNames[--superClassId];
12-
} while (superClassId > 0);
11+
}
12+
}
1313
vtkErrorMacro(<< "There is no constructor registered for type " << className
1414
- << ". Check stack trace to see how we got here.");
1515
+ << ".");

tools/workspace/vtk_internal/repository.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ def vtk_internal_repository(
184184
# TODO(jwnimmer-tri) Once there's a tagged release with support for
185185
# VTK_ABI_NAMESPACE, we should switch to an official version number
186186
# here. That probably means waiting for the VTK 10 release.
187-
commit = "02b9b138d3a12cf594e8d393b92a390f762c799f",
188-
sha256 = "aa2061f67119c8cca332a205db560bb59619578fe802d6d29527c2542975ec6a", # noqa
187+
commit = "1d67dcfb29517a1533680a74736fa6786e5029d0",
188+
sha256 = "82d86920dbba79d169183baacdf092e5b6f3acef12fea6bb90cd620632a1d567", # noqa
189189
build_file = ":package.BUILD.bazel",
190190
patches = [
191191
# Drake's conventions for VTK patches are:

0 commit comments

Comments
 (0)