sit/packages/mpi/openmpi-1.5.1
2024-03-28 02:43:55 +01:00

27 lines
568 B
Bash
Executable file

#!/bin/sh
# Open MPI sit class file
#
# Christoph Niethammer <christoph.niethammer@web.de> (C) 2011
#
CATEGORY="mpi"
PACKAGE="openmpi"
VERSION="1.5.1"
URL="http://www.open-mpi.org"
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
# Archive A and package name P
A=${PACKAGE}-${VERSION}.tar.bz2
P=${PACKAGE}-${VERSION}
CONFIGURE_OPTS="--with-devel-headers \
--enable-debug \
--enable-contrib-no-build=vt
--enable-shared \
--enable-static \
"
# Other interesting configure options:
# --enable-mpi-threads
# --enable-progress-threads
# --with-fca=DIR