yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #24777
Re: [Question #695081]: Compilation failed on vtk8.2.0
Question #695081 on Yade changed:
https://answers.launchpad.net/yade/+question/695081
Status: Open => Answered
Robert Caulk proposed the following answer:
Hello,
You are turning too many things on unnecessarily. Please try to compile
the default compilation first. Simply:
cmake -DCMAKE_INSTALL_PREFIX=../install ../trunk
If it isnt working, uou can try disabling PotentialParticles (I sense
you do not need these).
first navigate to the yade directory and clean the build folder out.
Here is the safest way to do that:
rm -r build
mkdir build
then re run the cmake command including the deactivation of
potentialparticles:
cmake -DCMAKE_INSTALL_PREFIX=../install ../trunk
-DENABLE_POTENTIAL_BLOCKS=OFF -DENABLE_POTENTIAL_PARTICLES=OFF
Cheers,
Robert
--
You received this question notification because your team yade-users is
an answer contact for Yade.