mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openmpi to 5.0.2-4
This commit is contained in:
parent
e0a4d2d13a
commit
f33f1ae8f5
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = openmpi
|
||||
pkgdesc = High performance message passing library (MPI)
|
||||
pkgver = 5.0.2
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://www.open-mpi.org
|
||||
arch = x86_64
|
||||
license = BSD-3-Clause AND LicenseRef-MPICH
|
||||
|
@ -30,6 +30,8 @@ pkgname = openmpi
|
|||
depends = glibc
|
||||
depends = hwloc
|
||||
depends = libevent
|
||||
depends = libevent_core-2.1.so
|
||||
depends = libevent_pthreads-2.1.so
|
||||
depends = libfabric
|
||||
depends = libnl
|
||||
depends = openpmix
|
||||
|
|
|
@ -16,7 +16,7 @@ pkgname=(
|
|||
openmpi-docs
|
||||
)
|
||||
pkgver=5.0.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
arch=(x86_64)
|
||||
url='https://www.open-mpi.org'
|
||||
|
@ -96,7 +96,7 @@ package_openmpi() {
|
|||
gcc-libs
|
||||
glibc
|
||||
hwloc
|
||||
libevent
|
||||
libevent libevent_{core,pthreads}-2.1.so
|
||||
libfabric
|
||||
libnl
|
||||
openpmix libpmix.so
|
||||
|
|
Loading…
Reference in a new issue