Registered Member
|
Hello,
I would like to use UmfPackLU but I it seems that I'm too unexperienced including external libraries. As described I include UmfPackLU by
Here the problem starts with the following error: WARNING!
/usr/local/include/eigen3/Eigen/UmfPackSupport:11:21: fatal error: umfpack.h: No such file or directory compilation terminated. I'm using Linux Mint 12 with installed Suitesparse and UmfPack 5.4.0 packages. The Eigen Version is current dev branch. During the Eigen installation using cmake I've got the confirmation, that umfpack is installed.
Can someone help me finding my mistake? Thanks in advance, Peter |
Moderator
|
Eigen is a header only library. This means you have to configure umfpack for your own project (include path and linking libraries). If it is based on cmake, you can use our own FindXXX.cmake module for this step.
|
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]