Date: Wednesday, March 16, 2011 @ 21:13:03 Author: stephane Revision: 115112
upgpkg: openmpi 1.5.3-1 Version bump, Fix missing affinity MPI extension Modified: openmpi/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-16 22:23:28 UTC (rev 115111) +++ PKGBUILD 2011-03-17 01:13:03 UTC (rev 115112) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Stéphane Gaudreault <[email protected]> pkgname=openmpi -pkgver=1.5.2 +pkgver=1.5.3 pkgrel=1 pkgdesc="High performance message passing library (MPI)" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ depends=('gcc' 'gcc-fortran' 'openssh' 'valgrind' 'libtool' 'hwloc') options=(!libtool) source=(http://www.open-mpi.org/software/ompi/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('a09361c5b2abe46c58641205ff93d7a19fa458f7') +sha1sums=('669565c708deab82ad4069d82675b2020eb0e0c6') build() { cd "${srcdir}/${pkgname}-${pkgver}"
