extra/openmpi to 1.10.3-1

This commit is contained in:
Kevin Mihelich 2016-06-18 18:28:23 +00:00
parent 5a85699f1c
commit aa8c611c6a

View file

@ -6,7 +6,7 @@
# - only use valgrind with v7/v8
pkgname=openmpi
pkgver=1.10.2
pkgver=1.10.3
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=('03934fc0a2dd0d0d2d0459d714a976eabca938fb')
sha1sums=('a3355a5c1c96cf9298ef48061d9db8c2fbd014ea')
build() {
cd $pkgname-$pkgver