mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/openmpi to 5.0.2-6
This commit is contained in:
parent
a7939514ff
commit
c6a507ec13
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = openmpi
|
||||
pkgdesc = High performance message passing library (MPI)
|
||||
pkgver = 5.0.2
|
||||
pkgrel = 5
|
||||
pkgrel = 6
|
||||
url = https://www.open-mpi.org
|
||||
arch = x86_64
|
||||
license = BSD-3-Clause AND LicenseRef-MPICH
|
||||
|
@ -42,7 +42,7 @@ pkgname = openmpi
|
|||
optdepends = cuda: cuda support
|
||||
optdepends = hip-runtime-amd: ROCm support
|
||||
optdepends = gcc-fortran: fortran support
|
||||
optdepends = openssh: for execution on remote hosts via pml_ssh_agent
|
||||
optdepends = openssh: for execution on remote hosts via plm_ssh_agent
|
||||
optdepends = openucc: for UCC accelerated collectives
|
||||
provides = libmpi.so
|
||||
provides = libmpi_mpifh.so
|
||||
|
|
|
@ -16,7 +16,7 @@ pkgname=(
|
|||
openmpi-docs
|
||||
)
|
||||
pkgver=5.0.2
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
arch=(x86_64)
|
||||
url='https://www.open-mpi.org'
|
||||
|
@ -104,7 +104,7 @@ package_openmpi() {
|
|||
)
|
||||
optdepends=(
|
||||
'gcc-fortran: fortran support'
|
||||
'openssh: for execution on remote hosts via pml_ssh_agent'
|
||||
'openssh: for execution on remote hosts via plm_ssh_agent'
|
||||
)
|
||||
provides=(
|
||||
libmpi.so
|
||||
|
|
Loading…
Reference in a new issue