mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openmpi to 4.1.2-1
This commit is contained in:
parent
dc6de4e985
commit
d34a8527c7
1 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
|||
# - explicitly link v5 with libatomic
|
||||
|
||||
pkgname=openmpi
|
||||
pkgver=4.1.1
|
||||
pkgrel=3
|
||||
pkgver=4.1.2
|
||||
pkgrel=1
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
url='https://www.open-mpi.org'
|
||||
arch=('x86_64')
|
||||
|
@ -21,8 +21,8 @@ makedepends_aarch64=('valgrind')
|
|||
optdepends=('gcc-fortran: fortran support')
|
||||
options=('staticlibs')
|
||||
source=(https://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha256sums=('e24f7a778bd11a71ad0c14587a7f5b00e68a71aa5623e2157bafee3d44c07cda')
|
||||
b2sums=('2f853ca44703197469e5ccd42ecd81de72d39f265e0da9d847e6b2f7a7646241b76346c71969bf6a3d4605c28f02de6b587fd0330c753ad7dec8503af0784b69')
|
||||
sha256sums=('9b78c7cf7fc32131c5cf43dd2ab9740149d9d87cadb2e2189f02685749a6b527')
|
||||
b2sums=('2e6fc12b4564a302d2c364528d0f6bea8b23f9b1cd6059763b8d5de583d86aae2812c239b1d0bb40c83f3c7682c8e666ce1de3112e95de54848169cb5e2805e8')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue