From b2462a16ff774cd936dd24b03126f8204263a98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20N=2E=20Mill=C3=A1n?= Date: Wed, 19 Aug 2015 07:13:53 +0700 Subject: system/openmpi: Updated for version 1.8.8 + new maintainer. Signed-off-by: Willy Sudiarto Raharjo --- system/openmpi/README | 3 +++ system/openmpi/openmpi.SlackBuild | 10 ++++++---- system/openmpi/openmpi.info | 10 +++++----- 3 files changed, 14 insertions(+), 9 deletions(-) (limited to 'system') 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" -- cgit v1.2.3