From 5de871bfb772c3132aaf4c5a581e66fc7768e82a Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Thu, 15 Mar 2012 14:48:46 +0000 Subject: [PATCH] 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. --- packages/mpi/mvapich2/mvapich2-1.6 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 packages/mpi/mvapich2/mvapich2-1.6 diff --git a/packages/mpi/mvapich2/mvapich2-1.6 b/packages/mpi/mvapich2/mvapich2-1.6 new file mode 100755 index 0000000..ec01d4b --- /dev/null +++ b/packages/mpi/mvapich2/mvapich2-1.6 @@ -0,0 +1,25 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2011 +# + +CATEGORY="mpi" +PACKAGE="mvapich2" +VERSION="1.6" +URL="http://mvapich.cse.ohio-state.edu/overview/mvapich2/" +INSTALLER="Rainer Keller " + +# 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"