[MOAB-dev] commit/MOAB: iulian07: fix for build with vtk 6.1
Grindeanu, Iulian R.
iulian at mcs.anl.gov
Thu Jul 3 12:29:19 CDT 2014
I should have not pushed this one.
How do I get it back?
Iulian
________________________________________
From: moab-dev-bounces at mcs.anl.gov [moab-dev-bounces at mcs.anl.gov] on behalf of commits-noreply at bitbucket.org [commits-noreply at bitbucket.org]
Sent: Thursday, July 03, 2014 12:25 PM
To: moab-dev at mcs.anl.gov
Subject: [MOAB-dev] commit/MOAB: iulian07: fix for build with vtk 6.1
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