extra/openmpi to 1.10.1-1

This commit is contained in:
David Beauchamp 2015-11-05 12:53:44 -05:00
parent 902654ed74
commit 5214c98043

View file

@ -6,7 +6,7 @@
# - only use valgrind with v7/v8
pkgname=openmpi
pkgver=1.10.0
pkgver=1.10.1
pkgrel=1
pkgdesc='High performance message passing library (MPI)'
arch=(i686 x86_64)
@ -19,7 +19,7 @@ makedepends_aarch64=(valgrind)
optdepends=('gcc-fortran: fortran support')
options=(staticlibs)
source=(http://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
sha1sums=('683fecac252a6139fbf538188d8b35454425c412')
sha1sums=('caf6885f323a38b9c106a7815711313843409478')
build() {
cd $pkgname-$pkgver