[MOAB-dev] commit/MOAB: iulian07: fix for build with vtk 6.1

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jul 3 12:25:38 CDT 2014


1 new commit in MOAB:

https://bitbucket.org/fathomteam/moab/commits/303a25e5d3ce/
Changeset:   303a25e5d3ce
Branch:      master
User:        iulian07
Date:        2014-07-03 19:22:59
Summary:     fix for build with vtk 6.1

so moab configured --with-vtk=/homes/fathom/3rdparty/VTK/6.1.0/gnu and
--with-vtk-lib-suffix="-6.1" compiles fine

Affected #:  1 file

diff --git a/configure.ac b/configure.ac
index 5de30e3..890f70d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -851,7 +851,7 @@ if test "xno" != "x$WITH_VTK" -a "x" != "x$WITH_VTK"; then
     x?*)
       VTK_LIB_DIR=
       VTK_INC_DIR=
-      for dir in ${WITH_VTK}/include/vtk ${WITH_VTK}/include ${WITH_VTK}/include/paraview* ${WITH_VTK}/VTK ${WITH_VTK}; do
+      for dir in ${WITH_VTK}/include/vtk* ${WITH_VTK}/include ${WITH_VTK}/include/paraview* ${WITH_VTK}/VTK ${WITH_VTK}; do
         if test "x" = "x$VTK_INC_DIR"; then
           AC_CHECK_FILE([${dir}/vtkUnstructuredGrid.h],[VTK_INC_DIR="-I$dir"])
         fi

Repository URL: https://bitbucket.org/fathomteam/moab/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the moab-dev mailing list