Question #156058 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/156058

    Status: Open => Answered

Johannes Ring proposed the following answer:
The problem can be how you installed Armadillo. How did you do that?

This is how we do it in Dorsal:

>From the Armadillo source directory, do

  cmake -DCMAKE_INSTALL_PREFIX=/some/path -DLIB_INSTALL_DIR=lib .
  make
  make install

(Note the . (dot) at the end of the cmake line.)

Then configure DOLFIN with -DARMADILLO_DIR:PATH=/some/path. I just tried
this and it works fine.

If you cannot get it to work, have a look in the
CMakeFiles/CMakeError.log file in the DOLFIN build directory.

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

_______________________________________________
Mailing list: https://launchpad.net/~dolfin
Post to     : dolfin@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dolfin
More help   : https://help.launchpad.net/ListHelp

Reply via email to