Skip to content
Snippets Groups Projects
Commit b3e80082 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing installation of Trilinos

parent 54c9489c
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ fi
if [ -d "$1/BOOST" ]; then
configure_options="$configure_options --with-boost=yes --with-boost-dir=$1/BOOST "
configure_trilinos_options="$configure_trilinos_options -D TPL_ENABLE_Boost=ON -D TPL_ENABLE_BoostLib=ON -D Boost_INCLUDE_DIRS=$1/BOOST/include -D BoostLib_LIBRARY_DIRS=$1/BOOST/lib -D BoostLib_INCLUDE_DIRS=$1/BOOST/include"
fi
if [ -d "$1/MPI" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment