Skip to content

[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
microsoft:masterfrom
dg0yt:seacas
Draft

[seacas] Update to 2025-10-14 [vtk] Update to 9.6.2 [f3d] Update to 3.5.0#52532
Kai Pastor (dg0yt) wants to merge 48 commits into
microsoft:masterfrom
dg0yt:seacas

Conversation

@dg0yt

@dg0yt Kai Pastor (dg0yt) commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

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;
Loading

FTR vtk no longer uses vtk-m (aka vtkm).

@dg0yt Kai Pastor (dg0yt) changed the title [seacas] Update to 2025-10-14 [seacas] Update to 2025-10-14 [vtk] Update to 9.6.2 Jul 1, 2026
@dg0yt

Copy link
Copy Markdown
Contributor Author

Reminder to self: Update vtk-compile-tools. Lock version with vtk for CI.

@dg0yt Kai Pastor (dg0yt) changed the title [seacas] Update to 2025-10-14 [vtk] Update to 9.6.2 [seacas] Update to 2025-10-14 [vtk] Update to 9.6.2 [f3d] Update to 3.5.0 Jul 21, 2026
@Neumann-A

Copy link
Copy Markdown
Contributor

FTR vtk no longer uses vtk-m (aka vtkm).

https://gitlab.kitware.com/vtk/vtk/-/merge_requests/12079

it still uses it but it is now a real 3rd party dependency.

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants