From a5efbca3fcdf706d6a385002c8cd00eba74743c0 Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Tue, 10 Jan 2012 11:16:40 +0000 Subject: [PATCH] - Update the scripts for Open MPI. --- packages/mpi/openmpi-1.5.3 | 2 +- packages/mpi/openmpi-1.5.4 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/mpi/openmpi-1.5.3 b/packages/mpi/openmpi-1.5.3 index bc3463c..99ab3d1 100755 --- a/packages/mpi/openmpi-1.5.3 +++ b/packages/mpi/openmpi-1.5.3 @@ -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 diff --git a/packages/mpi/openmpi-1.5.4 b/packages/mpi/openmpi-1.5.4 index aad3990..a7974e0 100755 --- a/packages/mpi/openmpi-1.5.4 +++ b/packages/mpi/openmpi-1.5.4 @@ -8,7 +8,7 @@ CATEGORY="mpi" PACKAGE="openmpi" VERSION="1.5.4" URL="http://www.open-mpi.org" -INSTALLER="Christoph Niethammer " +INSTALLER="Rainer Keller " # 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