mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/openmpi to 5.0.3-2
This commit is contained in:
parent
2f2c064f59
commit
5df712b2de
2 changed files with 4 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
pkgbase = openmpi
|
||||
pkgdesc = High performance message passing library (MPI)
|
||||
pkgver = 5.0.3
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.open-mpi.org
|
||||
arch = x86_64
|
||||
license = BSD-3-Clause AND LicenseRef-MPICH
|
||||
makedepends = cuda
|
||||
makedepends = nvidia-utils
|
||||
makedepends = gcc-fortran
|
||||
makedepends = gcc-libs
|
||||
makedepends = glibc
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org
|
||||
# - remove make/optdepend on cuda and configure option
|
||||
# - remove make/optdepend on hip-runtime-amd and rocm configure option
|
||||
# - remove makedepend on nvidia-utils
|
||||
# - build for v8 only, 32-bit support dropped in version 5
|
||||
|
||||
buildarch=8
|
||||
|
@ -16,7 +17,7 @@ pkgname=(
|
|||
openmpi-docs
|
||||
)
|
||||
pkgver=5.0.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='High performance message passing library (MPI)'
|
||||
arch=(x86_64)
|
||||
url='https://www.open-mpi.org'
|
||||
|
|
Loading…
Reference in a new issue