- Update the scripts for Open MPI.
This commit is contained in:
parent
f76ad7d96b
commit
a5efbca3fc
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ CONFIGURE_OPTS="
|
|||
--enable-static \
|
||||
"
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltair FCA found"
|
||||
echo "Voltaire FCA found"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ CATEGORY="mpi"
|
|||
PACKAGE="openmpi"
|
||||
VERSION="1.5.4"
|
||||
URL="http://www.open-mpi.org"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
INSTALLER="Rainer Keller <keller@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
|
@ -23,10 +23,10 @@ CONFIGURE_OPTS="
|
|||
--with-devel-headers \
|
||||
--enable-contrib-no-build=vt
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
"
|
||||
--enable-static"
|
||||
|
||||
if [[ -d /opt/voltaire/fca ]]; then
|
||||
echo "Voltair FCA found"
|
||||
echo "Voltaire FCA found"
|
||||
CONFIGURE_OPTS+=" --with-fca=/opt/voltaire/fca"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue