On Thu, 9 Jan 2014 23:51:41 +0100 Jan Blechta <[email protected]> wrote:
> I need to install DOLFIN against VTK which is located outside /usr/lib > so I set VTK_DIR to a correct value. DOLFIN configure script tells me > that it found VTK in this VTK_DIR and reports correct version but all > the VTK libraries are picked from /usr/lib. What can I do? CMake finds correct VTK libraries when configuring DOLFIN with -DDOLFIN_ENABLE_PYTHON:BOOL=OFF Are Python wrappers in VTK needed in DOLFIN? Possibly they were not installed. Jan > > This may be related to issue 151. `find_package(VTK ...` call in > CMakeList.txt was not fixed up in a manner like `find_library(` calls > in Nico's patch > https://bitbucket.org/fenics-project/dolfin/commits/8c714a50b227. > > Jan > _______________________________________________ > fenics-support mailing list > [email protected] > http://fenicsproject.org/mailman/listinfo/fenics-support _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
