mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/openmpi to 4.0.4-1
This commit is contained in:
parent
936a235853
commit
f6702ec98a
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
# - only use valgrind with v7/v8
|
||||
|
||||
pkgname=openmpi
|
||||
pkgver=4.0.3
|
||||
pkgver=4.0.4
|
||||
pkgrel=1
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
url='https://www.open-mpi.org'
|
||||
|
@ -19,8 +19,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=('1402feced8c3847b3ab8252165b90f7d1fa28c23b6b2ca4632b6e4971267fd03')
|
||||
sha512sums=('01f773064c575a0fe6ab081c20c5cf07ba1c9eada5ecfe520d14ce2b9fc6d021d0f56a0159fa354fd6c8e2bb7354a272aa8d0063b351f59251deb56474849acc')
|
||||
sha256sums=('47e24eb2223fe5d24438658958a313b6b7a55bb281563542e1afc9dec4a31ac4')
|
||||
sha512sums=('6c193b4b5cbfd9d48fa5efcef01372c424b51ae5e9727ccf4235e3b14556dfeb010865e41a9473419ccda16559139aa469086b1fff9abfd337e87387fdec1c64')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue