Removed superfluous code.

This commit is contained in:
Christoph Niethammer 2012-12-17 12:09:50 +00:00
parent 7bbaec17c7
commit 4bc63ebc73

View file

@ -37,12 +37,6 @@ CONFIGURE_OPTS="
--with-fortran-kernels=generic \
"
if [[ -d /opt/voltaire/fca ]]; then
echo "Voltaire FCA found"
sit_info "Enabling Voltaire FCA (/opt/voltaire/fca)"
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
fi
src_pretest() {
make PETSC_DIR=$SRCDIR PETSC_ARCH=$ARCH test
}