Removed sit class file for mvapich2-1.8 as it was replaced by 1.8-r5435
This commit is contained in:
parent
dc204cad82
commit
6cd92f1ace
1 changed files with 0 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# sit class file
|
|
||||||
#
|
|
||||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2012
|
|
||||||
#
|
|
||||||
|
|
||||||
CATEGORY="mpi"
|
|
||||||
PACKAGE="mvapich2"
|
|
||||||
VERSION="1.8"
|
|
||||||
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 \
|
|
||||||
"
|
|
Loading…
Reference in a new issue