mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openmpi to 1.8.4-1
This commit is contained in:
parent
36732dd65b
commit
a4e7f4be51
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - only use valgrind with v7
|
||||
|
||||
pkgname=openmpi
|
||||
pkgver=1.8.3
|
||||
pkgver=1.8.4
|
||||
pkgrel=1
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
arch=(i686 x86_64)
|
||||
|
@ -18,7 +18,7 @@ optdepends=('gcc-fortran: fortran support')
|
|||
options=(staticlibs)
|
||||
source=(http://www.open-mpi.org/software/ompi/v1.8/downloads/${pkgname}-${pkgver}.tar.bz2
|
||||
system_ltdl.patch)
|
||||
sha1sums=('4be9c5d2a8baee6a80bde94c6485931979a428fe'
|
||||
sha1sums=('88ae39850fcf0db05ac20e35dd9e4cacc75bde4d'
|
||||
'd5f8a3d463f1a1f29ca4725d6fb3b9f8c40799dc')
|
||||
|
||||
[[ $CARCH = armv7h ]] && makedepends+=('valgrind')
|
||||
|
|
Loading…
Reference in a new issue