~ubuntu-branches/ubuntu/trusty/vmtk/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Andreas Moog
  • Date: 2011-12-26 17:18:39 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20111226171839-gjvge8yd4t7fukay
Tags: 0.9.0-6ubuntu1
Build against vtk5.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        -D CMAKE_VERBOSE_MAKEFILE:BOOL=ON \
23
23
        -D BUILD_SHARED_LIBS:BOOL=ON \
24
24
        -D CMAKE_SKIP_RPATH:BOOL=ON \
25
 
        -D VTK_DIR:PATH=/usr/lib/vtk-5.6 \
 
25
        -D VTK_DIR:PATH=/usr/lib/vtk-5.8 \
26
26
        -D ITK_DIR:PATH=/usr/lib/InsightToolkit \
27
27
        -D GDCM_DIR:PATH=/usr/lib/gdcm-2.0 \
28
28
        -D VTK_VMTK_WRAP_PYTHON:BOOL=ON \
32
32
        -D CMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
33
33
        -D CMAKE_INSTALL_PREFIX:PATH=/usr \
34
34
        -D VTK_VMTK_CONTRIB:BOOL=ON \
 
35
        -D VMTK_CONTRIB_SCRIPTS:BOOL=ON \
35
36
        ..
36
37
 
37
38
install/libvmtk0.9::