Skip to content

Commit

Permalink
add patch for ITK
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Aug 7, 2024
1 parent 1335f86 commit 965f7d4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions easybuild/easyconfigs/i/ITK/ITK-5.3.0_vtk-include.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Manually add the include directory of VTK
dirty fix for issue https://github.com/InsightSoftwareConsortium/ITK/issues/4375
author: Alex Domingo (Vrije Universiteit Brussel)
--- Wrapping/CMakeLists.txt.orig 2023-12-21 13:41:44.845008000 +0100
+++ Wrapping/CMakeLists.txt 2023-12-21 13:42:14.794328946 +0100
@@ -112,6 +112,7 @@
###############################################################################
# Configure specific wrapper modules
###############################################################################
+include_directories("$ENV{EBROOTVTK}/include/vtk-9.2/")

unset(WRAP_ITK_MODULES CACHE)

0 comments on commit 965f7d4

Please sign in to comment.