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

Vijay S. Mahadevan vijay.m at gmail.com
Thu Jul 3 12:39:39 CDT 2014


That's fine. No need to revert now since this is a specific use case.

Vijay
On Jul 3, 2014 1:34 PM, "Grindeanu, Iulian R." <iulian at mcs.anl.gov> wrote:

> it is not affecting anything except when configured with vtk
> Should I leave it like that or not?
>
> Iulian
> ________________________________________
> From: moab-dev-bounces at mcs.anl.gov [moab-dev-bounces at mcs.anl.gov] on
> behalf of Grindeanu, Iulian R. [iulian at mcs.anl.gov]
> Sent: Thursday, July 03, 2014 12:29 PM
> To: moab-dev at mcs.anl.gov
> Subject: Re: [MOAB-dev] commit/MOAB: iulian07: fix for build with vtk 6.1
>
> 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/moab-dev/attachments/20140703/4ca1346e/attachment.html>


More information about the moab-dev mailing list