Question #131523 on DOLFIN changed: https://answers.launchpad.net/dolfin/+question/131523
Status: Open => Answered Johannes Ring proposed the following answer: Hi Haris, How did you install Armadillo? You should make sure you don't do an out- of-source build when building Armadillo. In Dorsal we build and install Armadillo from the top-level source directory like this: cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_PATH} -DLIB_INSTALL_DIR=lib . make make install where ${INSTALL_PATH} is where you would like Armadillo to be installed. Could you try to re-install Armadillo this way and then re-build DOLFIN? -- 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