[vtkusers] [vtk-developers] problems with VTK python module installation on OSX (after a custom build)

Martin Costabel costabel at wanadoo.fr
Sat Sep 6 02:37:13 EDT 2008


Darren Weber wrote:
> Using VTK_USE_RPATH=ON and building with that change resulted in full
> path specifications in the .so file, but the path is now specific to
> build directory, not the installation directory.  So, how do we set
> 
> CMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON

How do you start ccmake? If you start it from the command line, you can 
add the same flags as for cmake. Here

  ccmake -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON builddirectory

-- 
Martin





More information about the vtkusers mailing list