← Back to team overview

yade-users team mailing list archive

Re: [Question #693698]: Trouble when compiling with g++-9 or g++-7

 

Question #693698 on Yade changed:
https://answers.launchpad.net/yade/+question/693698

Janek Kozicki posted a new comment:
Or maybe I did not take into account in CMakeLists.txt the combination
of package versions which you are using.

Try this, in CMakeLists.txt, where you have this warning:

  RealHP<N> higher precision types will use slow boost cpp_bin_float,
consider passing cmake option ENABLE_MPFR=ON to fix this.

Add:

SET(REAL_MULTI_HP "OFF")

And try your first attempt at compiling with g++-9. Make sure that this
change removes RealHP from features and see if that changes the
compilation effects.

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.