mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/openmpi to 1.10.1-1
This commit is contained in:
parent
902654ed74
commit
5214c98043
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# - only use valgrind with v7/v8
|
||||
|
||||
pkgname=openmpi
|
||||
pkgver=1.10.0
|
||||
pkgver=1.10.1
|
||||
pkgrel=1
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
arch=(i686 x86_64)
|
||||
|
@ -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=('683fecac252a6139fbf538188d8b35454425c412')
|
||||
sha1sums=('caf6885f323a38b9c106a7815711313843409478')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue