Ignore:
Timestamp:
Jan 30, 2014, 12:30:50 AM (10 years ago)
Author:
ldelgass
Message:

update nanovis to use VTK 6.1

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

Legend:

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

    r4061 r4158  
    13341334  --with-vtk-includes=DIR VTK include files are in DIR
    13351335  --with-vtk-libs=DIR     VTK libraries are in DIR
    1336   --with-vtk=VERSION      Version of VTK required [default=6.0]
     1336  --with-vtk=VERSION      Version of VTK required [default=6.1]
    13371337  --with-ffmpeg=DIR       location of ffmpeg [default=yes]
    13381338  --with-statsdir=DIR     Write statistics in DIR
     
    47064706
    47074707# We are assuming that we're using VTK 6.0
    4708 VTK_VERSION=6.0
     4708VTK_VERSION=6.1
    47094709VTK_LIB_DIR=${libdir}
    47104710VTK_INC_DIR=${incdir}
  • trunk/packages/vizservers/nanovis/configure.in

    r4061 r4158  
    3535    [vtk],
    3636    [AS_HELP_STRING([--with-vtk=VERSION],
    37         [Version of VTK required @<:@default=6.0@:>@])],
     37        [Version of VTK required @<:@default=6.1@:>@])],
    3838    [with_vtk=$withval],
    3939    [with_vtk=""])
     
    161161
    162162# We are assuming that we're using VTK 6.0
    163 VTK_VERSION=6.0
     163VTK_VERSION=6.1
    164164VTK_LIB_DIR=${libdir}
    165165VTK_INC_DIR=${incdir}
Note: See TracChangeset for help on using the changeset viewer.