mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/openmpi to 1.10.2-1
This commit is contained in:
parent
9d5a50baa6
commit
ff1cddca0f
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - only use valgrind with v7/v8
|
||||
|
||||
pkgname=openmpi
|
||||
pkgver=1.10.1
|
||||
pkgrel=3
|
||||
pkgver=1.10.2
|
||||
pkgrel=1
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
arch=(i686 x86_64)
|
||||
url='http://www.open-mpi.org'
|
||||
|
@ -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=('caf6885f323a38b9c106a7815711313843409478')
|
||||
sha1sums=('03934fc0a2dd0d0d2d0459d714a976eabca938fb')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue