Pre installation test for Open MPI 1.5.3.

This commit is contained in:
Christoph Niethammer 2011-03-23 11:27:25 +00:00
parent bb64306630
commit 49d34c7dc5

View file

@ -29,3 +29,7 @@ if [[ -d /opt/voltaire/fca ]]; then
echo "Voltair FCA found" echo "Voltair FCA found"
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca" CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
fi fi
src_pretest() {
make check
}