Removed superfluous code.
This commit is contained in:
parent
7bbaec17c7
commit
4bc63ebc73
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue