- Update the scripts for Open MPI.

This commit is contained in:
Rainer Keller 2012-01-10 11:16:40 +00:00 committed by Christoph Niethammer
parent f76ad7d96b
commit a5efbca3fc
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ CONFIGURE_OPTS="
--enable-static \ --enable-static \
" "
if [[ -d /opt/voltaire/fca ]]; then if [[ -d /opt/voltaire/fca ]]; then
echo "Voltair FCA found" echo "Voltaire FCA found"
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca" CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
fi fi

View file

@ -8,7 +8,7 @@ CATEGORY="mpi"
PACKAGE="openmpi" PACKAGE="openmpi"
VERSION="1.5.4" VERSION="1.5.4"
URL="http://www.open-mpi.org" URL="http://www.open-mpi.org"
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>" INSTALLER="Rainer Keller <keller@hlrs.de>"
# Archive A and package name P # Archive A and package name P
A=${PACKAGE}-${VERSION}.tar.bz2 A=${PACKAGE}-${VERSION}.tar.bz2
@ -23,10 +23,10 @@ CONFIGURE_OPTS="
--with-devel-headers \ --with-devel-headers \
--enable-contrib-no-build=vt --enable-contrib-no-build=vt
--enable-shared \ --enable-shared \
--enable-static \ --enable-static"
"
if [[ -d /opt/voltaire/fca ]]; then if [[ -d /opt/voltaire/fca ]]; then
echo "Voltair FCA found" echo "Voltaire FCA found"
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca" CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
fi fi