Added sit class file for mpich2 missing in the previous commit.
Moving a file into a directory of the same name as the file does not work with git svn plugin as git handles directories in a different way than svn.
This commit is contained in:
parent
068686efb3
commit
5de871bfb7
1 changed files with 25 additions and 0 deletions
25
packages/mpi/mvapich2/mvapich2-1.6
Executable file
25
packages/mpi/mvapich2/mvapich2-1.6
Executable file
|
@ -0,0 +1,25 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
CATEGORY="mpi"
|
||||
PACKAGE="mvapich2"
|
||||
VERSION="1.6"
|
||||
URL="http://mvapich.cse.ohio-state.edu/overview/mvapich2/"
|
||||
INSTALLER="Rainer Keller <keller@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