- Delete intermediate release candidate

This commit is contained in:
Rainer Keller 2012-01-10 11:20:43 +00:00 committed by Christoph Niethammer
parent 8687a1a727
commit 0cc74b6aea

View file

@ -1,25 +0,0 @@
#!/bin/sh
# sit class file
#
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
#
CATEGORY="mpi"
PACKAGE="mvapich2"
VERSION="1.6rc3"
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-sharedlibs=gcc \
"