extra/rdma-core to 51.0-2

This commit is contained in:
David Beauchamp 2024-05-24 18:41:47 -04:00
parent 01ce3f07b7
commit 81ca509b95
2 changed files with 10 additions and 6 deletions

View file

@ -1,7 +1,7 @@
pkgbase = rdma-core
pkgdesc = RDMA core userspace libraries and daemons
pkgver = 51.0
pkgrel = 1
pkgrel = 2
url = https://github.com/linux-rdma/rdma-core
arch = x86_64
license = GPL-2.0-or-later OR LicenseRef-OpenIB.org-BSD-MIT
@ -13,7 +13,7 @@ pkgbase = rdma-core
license = BSD-2-Clause
license = CPL-1.0 OR BSD-2-Clause OR GPL-2.0-or-later
makedepends = cmake
makedepends = cython0
makedepends = cython
makedepends = git
makedepends = libdrm
makedepends = ninja
@ -22,11 +22,12 @@ pkgbase = rdma-core
makedepends = python-docutils
makedepends = systemd
makedepends = valgrind
depends = ethtool
depends = bash
depends = glibc
depends = libnl
depends = perl
depends = systemd-libs
optdepends = python: for the Python API (pyverbs)
provides = ibacm
provides = infiniband-diags
provides = libcxgb3

View file

@ -8,7 +8,7 @@
pkgname=rdma-core
pkgdesc="RDMA core userspace libraries and daemons"
pkgver=51.0
pkgrel=1
pkgrel=2
arch=(x86_64)
url="https://github.com/linux-rdma/rdma-core"
license=(
@ -22,7 +22,7 @@ license=(
'CPL-1.0 OR BSD-2-Clause OR GPL-2.0-or-later'
)
depends=(
ethtool
bash
glibc
libnl
perl
@ -30,7 +30,7 @@ depends=(
)
makedepends=(
cmake
cython0
cython
git
libdrm
ninja
@ -39,6 +39,9 @@ makedepends=(
systemd
valgrind
)
optdepends=(
'python: for the Python API (pyverbs)'
)
_provides=(
ibacm
infiniband-diags