sit/packages/mpi/mvapich2/mvapich2-1.7

27 lines
540 B
Groff
Raw Normal View History

2012-03-15 14:50:47 +00:00
#!/bin/sh
# sit class file
#
# Christoph Niethammer <niethammer@hlrs.de> (C) 2012
#
CATEGORY="mpi"
PACKAGE="mvapich2"
VERSION="1.7"
URL="http://mvapich.cse.ohio-state.edu/overview/mvapich2/"
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
# Archive A and package name P
A=${PACKAGE}-${VERSION}.tgz
P=${PACKAGE}-${VERSION}
# Circumvent problems with parallel build
MAKEOPTS="-j1"
# Other interesting configure options:
#--with-file-system=lustre
CONFIGURE_OPTS="\
--enable-shared \
--enable-sharedlibs=gcc \
"