diff --git a/openmpi_install.sh b/openmpi_install.sh index 07cd6a8..ab8f221 100755 --- a/openmpi_install.sh +++ b/openmpi_install.sh @@ -39,7 +39,6 @@ P=${PACKAGE}-${VERSION} # --enable-progress-threads # --with-fca=DIR CONFIGURE_OPTS="--with-devel-headers \ - --enable-debug \ --enable-contrib-no-build=vt --enable-shared \ --enable-static \ diff --git a/packages/mpi/openmpi-1.5.1 b/packages/mpi/openmpi-1.5.1 index e3700cb..548d7ad 100755 --- a/packages/mpi/openmpi-1.5.1 +++ b/packages/mpi/openmpi-1.5.1 @@ -14,12 +14,12 @@ INSTALLER="Christoph Niethammer " A=${PACKAGE}-${VERSION}.tar.bz2 P=${PACKAGE}-${VERSION} -CONFIGURE_OPTS="--with-devel-headers \ - --enable-debug \ - --enable-contrib-no-build=vt - --enable-shared \ - --enable-static \ - " +CONFIGURE_OPTS=" + --with-devel-headers \ + --enable-contrib-no-build=vt + --enable-shared \ + -enable-static \ + " # Other interesting configure options: # --enable-mpi-threads # --enable-progress-threads