mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/openmpi to 1.8.7-1
This commit is contained in:
parent
9879002523
commit
8d8010f5c9
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - only use valgrind with v7
|
||||
|
||||
pkgname=openmpi
|
||||
pkgver=1.8.6
|
||||
pkgver=1.8.7
|
||||
pkgrel=1
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
arch=(i686 x86_64)
|
||||
|
@ -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=('781330b24e6656143ae3252f088a04b91411554b')
|
||||
sha1sums=('4526e2ec83792cff8990acf7fd13b64e8440a5cd')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue