mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/openmpi to 1.8.6-1
This commit is contained in:
parent
7bb00c649a
commit
ad0ce20dcd
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - only use valgrind with v7
|
||||
|
||||
pkgname=openmpi
|
||||
pkgver=1.8.5
|
||||
pkgrel=2
|
||||
pkgver=1.8.6
|
||||
pkgrel=1
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
arch=(i686 x86_64)
|
||||
url='http://www.open-mpi.org'
|
||||
|
@ -18,7 +18,7 @@ makedepends_armv7h=(valgrind)
|
|||
optdepends=('gcc-fortran: fortran support')
|
||||
options=(staticlibs)
|
||||
source=(http://www.open-mpi.org/software/ompi/v1.8/downloads/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('2e0408dbb033b0df21d1f95fffb872f2a8237de6')
|
||||
sha1sums=('781330b24e6656143ae3252f088a04b91411554b')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue