From 9d9efc20d0ac074c2788e3f3a0574570e28b1ac5 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Wed, 20 Mar 2019 16:17:19 +0000 Subject: [PATCH] Sit class file for Open MPI 3.1.3 --- packages/mpi/openmpi/openmpi-3.1.3 | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 packages/mpi/openmpi/openmpi-3.1.3 diff --git a/packages/mpi/openmpi/openmpi-3.1.3 b/packages/mpi/openmpi/openmpi-3.1.3 new file mode 100755 index 0000000..e47d3ee --- /dev/null +++ b/packages/mpi/openmpi/openmpi-3.1.3 @@ -0,0 +1,34 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2018 +# + +CATEGORY="mpi" +PACKAGE="openmpi" +VERSION="3.1.3" +URL="http://www.open-mpi.org" +INSTALLER="Christoph Niethammer " + +# Archive A and package name P +A="$PACKAGE-$VERSION.tar.bz2" +P="$PACKAGE-$VERSION" +HASH_MD5=7456ab54a81b28d6670489a60c9ed23c +HASH_SHA1=b3c60e2bdd5a8a8e758fd741f9a5bebb84da5e81 + +enable_cuda=0 + +# Other interesting configure options: +# --enable-mpi-threads +# --enable-progress-threads +# --enable-mpi-fortran=usempif08 \ +# --with-devel-headers \ +# --enable-contrib-no-build=vt +CONFIGURE_OPTS=" + --enable-shared \ + --enable-static \ + --enable-mpi-thread-multiple \ + " +src_pretest() { + make check +}