[Pkg-scicomp-devel] paraview update

Ondrej Certik ondrej at certik.cz
Sat Feb 9 11:00:26 UTC 2008


On Feb 9, 2008 11:56 AM, Christophe Prud'homme <prudhomm at debian.org> wrote:
> Ondrej
>
> I am rebuilding now. I didn't get the issues with -lmpi.
> however the compilation breaks in vtkParallel on one file
> (vtkCompositer.cxx): it says that mpi.h could not be found
> I reenable the verbose option to understand better what happens
>  I suspect a buggy behavior from cmake
>
> I attach the diff. I also set explicitly the PATH to the mpi headers

Excellent. I am getting the same error and I found where the problem is:

obj-x86_64-linux-gnu/VTK/Parallel/CMakeFiles/vtkParallel.dir/flags.make

doesn't contain the "-I/usr/include/mpi", even though it is in
CMakeCache.txt. Adding this line manually to flags.make make this run.

Ondrej



More information about the Pkg-scicomp-devel mailing list