mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/openmpi to 4.0.0-1
This commit is contained in:
parent
5f2256e862
commit
483c5dcc36
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.3
|
pkgver=4.0.0
|
||||||
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=('8be04307c00f51401d3fb9d837321781ea7c79f2a5a4a2e5d4eaedc874087ab6')
|
sha256sums=('2f0b8a36cfeb7354b45dda3c5425ef8393c9b04115570b615213faaa3f97366b')
|
||||||
sha512sums=('700821df676de5f85ce2793298242dcaea73f585f89540e30999792a568f193545a9f9b2bcb3ea22effa3bf14744531c4eb5fc4c84a8d7bbe5e5fdd76ab3a04a')
|
sha512sums=('978097dcbb16df2a616dcbbef9536fed0f7be40914daa8f927882d91bdda9265e54334fc12aeef49b41073d8782321b5611a7e9c71182258a45bca5f640e927b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue