From e8dc05c1dba725c5f4faa8b5bcce0554d967dc5f Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Thu, 15 Mar 2012 14:50:47 +0000 Subject: [PATCH] Added sit class file for mvapich2-1.7. --- packages/mpi/mvapich2/mvapich2-1.7 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 packages/mpi/mvapich2/mvapich2-1.7 diff --git a/packages/mpi/mvapich2/mvapich2-1.7 b/packages/mpi/mvapich2/mvapich2-1.7 new file mode 100755 index 0000000..8be2253 --- /dev/null +++ b/packages/mpi/mvapich2/mvapich2-1.7 @@ -0,0 +1,26 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2012 +# + +CATEGORY="mpi" +PACKAGE="mvapich2" +VERSION="1.7" +URL="http://mvapich.cse.ohio-state.edu/overview/mvapich2/" +INSTALLER="Christoph Niethammer " + +# 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 \ + "