[seacas] Update to 2025-10-14 [vtk] Update to 9.6.2 [f3d] Update to 3.5.0 - #52532
Draft
Kai Pastor (dg0yt) wants to merge 48 commits into
Draft
[seacas] Update to 2025-10-14 [vtk] Update to 9.6.2 [f3d] Update to 3.5.0#52532Kai Pastor (dg0yt) wants to merge 48 commits into
Kai Pastor (dg0yt) wants to merge 48 commits into
Conversation
Contributor
Author
|
Reminder to self: Update vtk-compile-tools. Lock version with vtk for CI. |
This was referenced Jul 21, 2026
Contributor
https://gitlab.kitware.com/vtk/vtk/-/merge_requests/12079 it still uses it but it is now a real 3rd party dependency. |
This was referenced Jul 23, 2026
This reverts commit cf422e8.
Comment on lines
-44
to
+37
| - void AddArg(const fmt::detail::named_arg<char_type, T>& fmtArg) | ||
| +#if FMT_VERSION >= 120200 | ||
| + void AddArg(const fmt::named_arg<T, char_type>& fmtArg) | ||
| +#else | ||
| void AddArg(const fmt::detail::named_arg<char_type, T>& fmtArg) | ||
| +#endif |
Contributor
Author
There was a problem hiding this comment.
7 tasks
Kai Pastor (dg0yt)
force-pushed
the
seacas
branch
from
August 7, 2026 06:15
fc73e49 to
1d12b06
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A set of outdated ports which must be updated together. And which must be updated to unblock other port updates (gdal, cgns).
Context:
graph TD; f3d-->vtk; f3d-->septag-dmon; paraview-->cgns; paraview-->gdal; paraview-->vtk; seacas-->cgns; vcpkg-ci-paraview-->paraview; vtk-->gdal vtk-->seacas;FTR vtk no longer uses vtk-m (aka vtkm).