mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openmpi to 1.10.0-1
This commit is contained in:
parent
fce9bdf585
commit
b30c8c72f2
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
# - only use valgrind with v7
|
||||
|
||||
pkgname=openmpi
|
||||
pkgver=1.8.8
|
||||
pkgver=1.10.0
|
||||
pkgrel=1
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
arch=(i686 x86_64)
|
||||
|
@ -17,8 +17,8 @@ makedepends=(inetutils gcc-fortran)
|
|||
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=('0c9cc2ad1ee73838bed1a445793e36671d631447')
|
||||
source=(http://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('683fecac252a6139fbf538188d8b35454425c412')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue