mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openmpi to 1.8.8-1
This commit is contained in:
parent
9e41594675
commit
77950ffd4d
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - only use valgrind with v7
|
||||
|
||||
pkgname=openmpi
|
||||
pkgver=1.8.7
|
||||
pkgver=1.8.8
|
||||
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=('4526e2ec83792cff8990acf7fd13b64e8440a5cd')
|
||||
sha1sums=('0c9cc2ad1ee73838bed1a445793e36671d631447')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue