Skip to content

[workspace] Upgrade vtk_internal to latest commit #23064

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Reasoning for not upstreaming this patch: Drake-specific build option.
--- Common/Core/vtkDeserializer.cxx
+++ Common/Core/vtkDeserializer.cxx
@@ -186,8 +186,10 @@ vtkDeserializer::ConstructorType vtkDeserializer::GetConstructor(
name = superClassNames[--superClassId];
} while (superClassId > 0);
}
}
vtkErrorMacro(<< "There is no constructor registered for type " << className
- << ". Check stack trace to see how we got here.");
+ << ".");
Expand Down
4 changes: 2 additions & 2 deletions tools/workspace/vtk_internal/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ def vtk_internal_repository(
# TODO(jwnimmer-tri) Once there's a tagged release with support for
# VTK_ABI_NAMESPACE, we should switch to an official version number
# here. That probably means waiting for the VTK 10 release.
commit = "02b9b138d3a12cf594e8d393b92a390f762c799f",
sha256 = "aa2061f67119c8cca332a205db560bb59619578fe802d6d29527c2542975ec6a", # noqa
commit = "1d67dcfb29517a1533680a74736fa6786e5029d0",
sha256 = "82d86920dbba79d169183baacdf092e5b6f3acef12fea6bb90cd620632a1d567", # noqa
build_file = ":package.BUILD.bazel",
patches = [
# Drake's conventions for VTK patches are:
Expand Down