diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/vtk/vtkioss.patch | |
Diffstat (limited to 'vcpkg/ports/vtk/vtkioss.patch')
| -rw-r--r-- | vcpkg/ports/vtk/vtkioss.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/vtk/vtkioss.patch b/vcpkg/ports/vtk/vtkioss.patch new file mode 100644 index 0000000..57bf0a7 --- /dev/null +++ b/vcpkg/ports/vtk/vtkioss.patch @@ -0,0 +1,25 @@ +diff --git a/ThirdParty/ioss/CMakeLists.txt b/ThirdParty/ioss/CMakeLists.txt
+index 3066c4bb5..44e1eb1bf 100644
+--- a/ThirdParty/ioss/CMakeLists.txt
++++ b/ThirdParty/ioss/CMakeLists.txt
+@@ -5,7 +5,7 @@ vtk_module_third_party(
+ STANDARD_INCLUDE_DIRS
+ EXTERNAL
+ PACKAGE SEACASIoss
+- TARGETS Ioss
++ TARGETS Ioss Ionit
+ USE_VARIABLES SEACASIoss_INCLUDE_DIRS
+ STANDARD_INCLUDE_DIRS)
+
+diff --git a/IO/IOSS/vtkIOSSReader.cxx b/IO/IOSS/vtkIOSSReader.cxx
+index 04de56cb20..b905e84a3e 100644
+--- a/IO/IOSS/vtkIOSSReader.cxx
++++ b/IO/IOSS/vtkIOSSReader.cxx
+@@ -61,6 +61,7 @@
+ #include VTK_IOSS(Ioss_SideBlock.h)
+ #include VTK_IOSS(Ioss_SideSet.h)
+ #include VTK_IOSS(Ioss_StructuredBlock.h)
++#include VTK_IOSS(Iotr_Factory.h)
+ // clang-format on
+
+ #include <array>
|