dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20028
Re: [Question #131523]: Armadillo for Dolfin on Mac
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.