mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/openmpi to 4.0.5-2
This commit is contained in:
parent
06a0d93b7b
commit
d4bfe84e39
1 changed files with 3 additions and 3 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
pkgname=openmpi
|
||||
pkgver=4.0.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
url='https://www.open-mpi.org'
|
||||
arch=('x86_64')
|
||||
license=('custom:OpenMPI')
|
||||
depends=('libltdl' 'hwloc' 'openssh' 'zlib' 'libnl')
|
||||
depends=('glibc' 'libltdl' 'hwloc' 'openssh' 'zlib' 'libnl' 'perl')
|
||||
makedepends=('inetutils' 'gcc-fortran')
|
||||
makedepends_armv7h=('valgrind')
|
||||
makedepends_aarch64=('valgrind')
|
||||
|
@ -20,7 +20,7 @@ optdepends=('gcc-fortran: fortran support')
|
|||
options=('staticlibs')
|
||||
source=(https://www.open-mpi.org/software/ompi/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha256sums=('c58f3863b61d944231077f344fe6b4b8fbb83f3d1bc93ab74640bf3e5acac009')
|
||||
sha512sums=('b7a1a5ccfc0eaa0f0504ff770b550480f7ae6727fa891e3310d9340a0d844a2ceddf62c2e59efd047ab9416b24c829919bbccd29606ca0e0d7a0569dad800011')
|
||||
b2sums=('9709dc8c251d4f2be14d0ab498c5d0d0e59f95db98fb16d9e84fe3d30af5a8e2f9636bbceaf7ae4086a3312bcd6299f0e9e1ca609d658930a1f5abe1018311e1')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue