Skip to content

Commit

Permalink
Link to libvtksys
Browse files Browse the repository at this point in the history
This is from Andrew Davis (@makeclean), to fix a linking failure
reported with VTK 9.2, ported from his configure patch to the underlying
m4 file.

This backport was requested by Antonio Cervone (@capitalaslash) way back
in 2022, sorry that it took me so long to do it!
  • Loading branch information
roystgnr authored and jwpeterson committed Oct 31, 2024
1 parent 0891883 commit 0b27e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m4/vtk.m4
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ AC_DEFUN([CONFIGURE_VTK],
-lvtkFiltersCore-$vtkmajorminor -lvtkIOXML-$vtkmajorminor -lvtkImagingCore-$vtkmajorminor \
-lvtkIOImage-$vtkmajorminor -lvtkImagingMath-$vtkmajorminor -lvtkIOParallelXML-$vtkmajorminor \
-lvtkParallelMPI-$vtkmajorminor -lvtkParallelCore-$vtkmajorminor \
-lvtkCommonExecutionModel-$vtkmajorminor"
-lvtkCommonExecutionModel-$vtkmajorminor -lvtksys-$vtkmajorminor"
dnl Some Linux distributions (Arch) install VTK without the
dnl "libfoo-6.x.so" naming scheme, so we try to handle that
Expand All @@ -186,7 +186,7 @@ AC_DEFUN([CONFIGURE_VTK],
-lvtkFiltersCore -lvtkIOXML -lvtkImagingCore \
-lvtkIOImage -lvtkImagingMath -lvtkIOParallelXML \
-lvtkParallelMPI -lvtkParallelCore \
-lvtkCommonExecutionModel"
-lvtkCommonExecutionModel -lvtksys"
])
dnl Try to compile test prog to check for existence of VTK libraries.
Expand Down

0 comments on commit 0b27e5a

Please sign in to comment.