mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openmpi to 3.1.1-1
This commit is contained in:
parent
9d11bb28df
commit
a9668dd845
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - only use valgrind with v7/v8
|
# - only use valgrind with v7/v8
|
||||||
|
|
||||||
pkgname=openmpi
|
pkgname=openmpi
|
||||||
pkgver=3.1.0
|
pkgver=3.1.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='High performance message passing library (MPI)'
|
pkgdesc='High performance message passing library (MPI)'
|
||||||
url='https://www.open-mpi.org'
|
url='https://www.open-mpi.org'
|
||||||
|
@ -19,8 +19,8 @@ makedepends_aarch64=('valgrind')
|
||||||
optdepends=('gcc-fortran: fortran support')
|
optdepends=('gcc-fortran: fortran support')
|
||||||
options=('staticlibs')
|
options=('staticlibs')
|
||||||
source=(https://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
|
source=(https://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
|
||||||
sha256sums=('b25c044124cc859c0b4e6e825574f9439a51683af1950f6acda1951f5ccdf06c')
|
sha256sums=('3f11b648dd18a8b878d057e9777f2c43bf78297751ad77ae2cef6db0fe80c77c')
|
||||||
sha512sums=('23a43a16683c4b56f96c711fe009d992f3bd4e10cf9ef55091865a5b1aed195cc1de6a87720564f70d3b60a2441966bab39cda8969293aeb118cda10aead3dee')
|
sha512sums=('d0e16676727fdc69cbd732be8475ffe2a9142a2b69b41d51d1da30c245d4ad1912c26029a1305d4221781d2b8dfb89edbb84185fefc65b9070727ed85133f117')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue