summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Emmanuel N. Millán <emmanueln@gmail.com>2015-08-19 07:13:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-08-21 03:25:03 +0700
commitb2462a16ff774cd936dd24b03126f8204263a98f (patch)
tree6b054cc82382028f3be06604379dc76c16f4d6a3
parente47675285c54955d31bd821d94625bbd1d65e0da (diff)
downloadslackbuilds-b2462a16ff774cd936dd24b03126f8204263a98f.tar.gz
slackbuilds-b2462a16ff774cd936dd24b03126f8204263a98f.tar.xz
system/openmpi: Updated for version 1.8.8 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/openmpi/README3
-rw-r--r--system/openmpi/openmpi.SlackBuild10
-rw-r--r--system/openmpi/openmpi.info10
3 files changed, 14 insertions, 9 deletions
diff --git a/system/openmpi/README b/system/openmpi/README
index b51fc987e9..93c12dc74c 100644
--- a/system/openmpi/README
+++ b/system/openmpi/README
@@ -1,3 +1,6 @@
The Open MPI Project is an open source MPI-2 implementation that is
developed and maintained by a consortium of academic, research, and
industry partners.
+
+Optional dependency:
+slurm, autodetected by configure
diff --git a/system/openmpi/openmpi.SlackBuild b/system/openmpi/openmpi.SlackBuild
index a51b11ee30..22c6ed87a3 100644
--- a/system/openmpi/openmpi.SlackBuild
+++ b/system/openmpi/openmpi.SlackBuild
@@ -5,6 +5,9 @@
# Copyright 2010 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
+# Copyright 2015 Emmanuel N. Millán, Mendoza, Argentina.
+# All rights reserved.
+#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
@@ -23,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openmpi
-VERSION=1.4.2
+VERSION=${VERSION:-1.8.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,7 +70,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -92,8 +95,7 @@ mv $PKG/etc/openmpi-totalview.tcl $PKG/etc/openmpi-totalview.tcl.new
mv $PKG/etc/openmpi-mca-params.conf $PKG/etc/openmpi-mca-params.conf.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS INSTALL LICENSE NEWS README VERSION \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS INSTALL LICENSE NEWS README VERSION $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/openmpi/openmpi.info b/system/openmpi/openmpi.info
index 465f345d69..e6f988bd4a 100644
--- a/system/openmpi/openmpi.info
+++ b/system/openmpi/openmpi.info
@@ -1,10 +1,10 @@
PRGNAM="openmpi"
-VERSION="1.4.2"
+VERSION="1.8.8"
HOMEPAGE="http://www.open-mpi.org/"
-DOWNLOAD="http://www.open-mpi.org/software/ompi/v1.4/downloads/openmpi-1.4.2.tar.bz2"
-MD5SUM="53b26fa2586aedaf73cf40effbfcc2f3"
+DOWNLOAD="http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-1.8.8.tar.bz2"
+MD5SUM="0dab8e602372da1425e9242ae37faf8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Erik Hanson"
-EMAIL="erik@slackbuilds.org"
+MAINTAINER="Emmanuel N. Millán"
+EMAIL="emmanueln@gmail.com"