extra/openmpi to 5.0.3-2

This commit is contained in:
David Beauchamp 2024-07-11 15:01:28 -04:00
parent 2f2c064f59
commit 5df712b2de
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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'