Added sit class file for Open MPI 3.0.0
This commit is contained in:
parent
2520701f37
commit
b4d3b424b1
1 changed files with 34 additions and 0 deletions
34
packages/mpi/openmpi/openmpi-3.0.0
Executable file
34
packages/mpi/openmpi/openmpi-3.0.0
Executable file
|
@ -0,0 +1,34 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# sit class file
|
||||||
|
#
|
||||||
|
# Christoph Niethammer <niethammer@hlrs.de> (C) 2017
|
||||||
|
#
|
||||||
|
|
||||||
|
CATEGORY="mpi"
|
||||||
|
PACKAGE="openmpi"
|
||||||
|
VERSION="3.0.0"
|
||||||
|
URL="http://www.open-mpi.org"
|
||||||
|
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||||
|
|
||||||
|
# Archive A and package name P
|
||||||
|
A="$PACKAGE-$VERSION.tar.bz2"
|
||||||
|
P="$PACKAGE-$VERSION"
|
||||||
|
HASH_MD5=757d51719efec08f9f1a7f32d58b3305
|
||||||
|
HASH_SHA1=199421969c8a928159c103a374039b8b8cbe08c9
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in a new issue