← Back to team overview

yade-users team mailing list archive

Re: [Question #698830]: Can't running noFlowScenario.py with yade or yadedaily

 

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

    Status: Open => Answered

Robert Caulk proposed the following answer:
Thank you for your information,

It appears a bug snuck into ThermalEngine in a recent merge request (my
apologies). I am going to push a fix for it, which will make its way to
yadedaily in a matter of days. However, if you need to have a working
version now, you can compile a working branch as follows:

Assuming you have the standard folder structure [1], in your terminal
type:

cd trunk
git checkout -b working_state b88e9f94
cd ../build
cmake -DCMAKE_INSTALL_PREFIX=../install ../trunk
make -j4 install

Then you can run that from install/bin on the example script.

I will update this thread with a link to the merge request so you can
track progress.

cheers,

Robert

[1]https://yade-dem.org/doc/installation.html#compilation

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