diff options
author | root <root@rshg054.dnsready.net> | 2012-11-01 01:47:44 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-01 01:47:44 -0700 |
commit | 83a318800db22408628e60c9e1730578efcfee37 (patch) | |
tree | 9f1c330c5019dd940e41c44a7c1db13d337058a6 /extra/openmpi/PKGBUILD | |
parent | 5827948456201df72a1bd73e87977c569129fb27 (diff) |
Thu Nov 1 01:47:04 PDT 2012
Diffstat (limited to 'extra/openmpi/PKGBUILD')
-rw-r--r-- | extra/openmpi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/openmpi/PKGBUILD b/extra/openmpi/PKGBUILD index 6edab4b10..d83b7d34d 100644 --- a/extra/openmpi/PKGBUILD +++ b/extra/openmpi/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 167415 2012-10-02 00:13:37Z stephane $ +# $Id: PKGBUILD 170075 2012-10-31 21:09:28Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgname=openmpi -pkgver=1.6.2 +pkgver=1.6.3 pkgrel=1 pkgdesc="High performance message passing library (MPI)" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ 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) -sha1sums=('694fd3bac911cdb22f77175884d819b6fea871df') +sha1sums=('a61aa2dee4c47d93d88e49ebed36de25df4f6492') build() { cd "${srcdir}/${pkgname}-${pkgver}" |