← Back to team overview

yade-users team mailing list archive

Re: [Question #239596]: FlowEngine is not defined in yade-daily - On Ubuntu 13.10

 

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

    Status: Needs information => Answered

Donia Marzougui proposed the following answer:
Hi Ehsen
 
You have to specify what you need in your options in cmake (and not write simply  -DOPTION1=VALUE1 -DOPTION2=VALUE2). Step 4 and 5 can be in the same line and with the same command "cmake"
To work with flowEngine, you need probably to add in your options in the cmake command: -DENABLE_LINSOLV = ON
So you will have something like this:

cmake -DINSTALL_PREFIX=/home/ehsan/yade-daily/build /home/ehsan/yade-
daily/trunk  -DENABLE_LINSOLV = ON

Bests
Donia

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.