From c1669c769735eded3db6fe5aa1b74f5a4d140d94 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Wed, 20 Mar 2019 16:17:46 +0000 Subject: [PATCH] Sit class file for Open MPI 4.0.0 --- packages/mpi/openmpi/openmpi-4.0.0 | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 packages/mpi/openmpi/openmpi-4.0.0 diff --git a/packages/mpi/openmpi/openmpi-4.0.0 b/packages/mpi/openmpi/openmpi-4.0.0 new file mode 100755 index 0000000..917f233 --- /dev/null +++ b/packages/mpi/openmpi/openmpi-4.0.0 @@ -0,0 +1,34 @@ +#!/bin/sh +# sit class file +# +# Christoph Niethammer (C) 2019 +# + +CATEGORY="mpi" +PACKAGE="openmpi" +VERSION="4.0.0" +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=8a9e0029f1c7e3357465af53c612545a +HASH_SHA1=ba9440e9a78c28df8c7f6ac1fc72a20c8feb2655 + +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 +}