Changeset 4157 for trunk/packages


Ignore:
Timestamp:
Jan 30, 2014, 12:29:19 AM (11 years ago)
Author:
ldelgass
Message:

update vtkvis to use VTK 6.1

Location:
trunk/packages/vizservers/vtkvis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/vtkvis/configure

    r4060 r4157  
    13231323  --with-vtk-includes=DIR location of versioned VTK include dir
    13241324  --with-vtk-libs=DIR     VTK libraries are in DIR
    1325   --with-vtk=VERSION      Version of VTK required [default=6.0]
     1325  --with-vtk=VERSION      Version of VTK required [default=6.1]
    13261326  --with-statsdir=DIR     Write statistics in DIR
    13271327
     
    41454145
    41464146# We are assuming that we're using VTK 6.0
    4147 VTK_VERSION=6.0
     4147VTK_VERSION=6.1
    41484148VTK_LIB_DIR=${libdir}
    41494149VTK_INC_DIR=${incdir}
  • trunk/packages/vizservers/vtkvis/configure.in

    r4060 r4157  
    2727    [vtk],
    2828    [AS_HELP_STRING([--with-vtk=VERSION],
    29         [Version of VTK required @<:@default=6.0@:>@])],
     29        [Version of VTK required @<:@default=6.1@:>@])],
    3030    [with_vtk=$withval],
    3131    [with_vtk=""])
     
    104104
    105105# We are assuming that we're using VTK 6.0
    106 VTK_VERSION=6.0
     106VTK_VERSION=6.1
    107107VTK_LIB_DIR=${libdir}
    108108VTK_INC_DIR=${incdir}
Note: See TracChangeset for help on using the changeset viewer.