From af549d0243764531309fa94b1f5cee58982c496a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Sep 2012 00:03:30 +0000 Subject: Thu Sep 6 00:03:29 UTC 2012 --- extra/openmpi/PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'extra/openmpi') diff --git a/extra/openmpi/PKGBUILD b/extra/openmpi/PKGBUILD index 3e57ddefa..19446ca67 100644 --- a/extra/openmpi/PKGBUILD +++ b/extra/openmpi/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 159287 2012-05-20 22:11:21Z stephane $ +# $Id: PKGBUILD 166149 2012-09-04 22:56:21Z stephane $ # Maintainer: Stéphane Gaudreault pkgname=openmpi -pkgver=1.6 -pkgrel=2 +pkgver=1.6.1 +pkgrel=1 pkgdesc="High performance message passing library (MPI)" arch=('i686' 'x86_64') url="http://www.open-mpi.org" @@ -10,10 +10,8 @@ license=('custom') depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc') makedepends=('inetutils') options=(!libtool) -source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2 - openmpi-hostfile.patch) -sha1sums=('8b81eea712bb8f8120468003b5f29baecedf2367' - 'a76da03418a106d57cfd020d0f8d887d7ec9225b') +source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('1ccff71e3775c80c5a553f30104d663e1226baab') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -21,9 +19,6 @@ build() { # Make sure we use the system ltdl librariry rather than the ones in the tarball rm -r opal/libltdl - # Search for openmpi-default-hostfile in /etc/openmpi - patch -Np1 -i ../openmpi-hostfile.patch - ./configure --prefix=/usr \ --sysconfdir=/etc/${pkgname} \ --mandir=/usr/share/man \ -- cgit v1.2.3-54-g00ecf