← Back to team overview

yade-users team mailing list archive

Re: [Question #669686]: TwoPhaseFlowEngine.cpp : compilation error

 

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

    Status: Open => Answered

Robert Caulk proposed the following answer:
Hello,

It looks like you are trying to compile TwoPhaseFlowEngine, which now
requires cholmod, but your computer can't find cholmod.

You have two options.

1) If you don't need TwoPhaseFlow, just diable it with
-DENABLE_TWOPHASEFLOW=OFF

2) If you need TPFE, try installing SuiteSparse (so cmake can find
cholmod). Although, I am unsure how to do that on opensuse, maybe this
will help [1]? If all else fails you can always compile it from sources
very easily [2].

We should probably add an #ifdef to prevent this in the future.

[1]https://packagehub.suse.com/packages/suitesparse/736230/
[2]http://faculty.cse.tamu.edu/davis/SuiteSparse/

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