mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/rdma-core to 51.0-2
This commit is contained in:
parent
01ce3f07b7
commit
81ca509b95
2 changed files with 10 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = rdma-core
|
pkgbase = rdma-core
|
||||||
pkgdesc = RDMA core userspace libraries and daemons
|
pkgdesc = RDMA core userspace libraries and daemons
|
||||||
pkgver = 51.0
|
pkgver = 51.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/linux-rdma/rdma-core
|
url = https://github.com/linux-rdma/rdma-core
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-2.0-or-later OR LicenseRef-OpenIB.org-BSD-MIT
|
license = GPL-2.0-or-later OR LicenseRef-OpenIB.org-BSD-MIT
|
||||||
|
@ -13,7 +13,7 @@ pkgbase = rdma-core
|
||||||
license = BSD-2-Clause
|
license = BSD-2-Clause
|
||||||
license = CPL-1.0 OR BSD-2-Clause OR GPL-2.0-or-later
|
license = CPL-1.0 OR BSD-2-Clause OR GPL-2.0-or-later
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
makedepends = cython0
|
makedepends = cython
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = libdrm
|
makedepends = libdrm
|
||||||
makedepends = ninja
|
makedepends = ninja
|
||||||
|
@ -22,11 +22,12 @@ pkgbase = rdma-core
|
||||||
makedepends = python-docutils
|
makedepends = python-docutils
|
||||||
makedepends = systemd
|
makedepends = systemd
|
||||||
makedepends = valgrind
|
makedepends = valgrind
|
||||||
depends = ethtool
|
depends = bash
|
||||||
depends = glibc
|
depends = glibc
|
||||||
depends = libnl
|
depends = libnl
|
||||||
depends = perl
|
depends = perl
|
||||||
depends = systemd-libs
|
depends = systemd-libs
|
||||||
|
optdepends = python: for the Python API (pyverbs)
|
||||||
provides = ibacm
|
provides = ibacm
|
||||||
provides = infiniband-diags
|
provides = infiniband-diags
|
||||||
provides = libcxgb3
|
provides = libcxgb3
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
pkgname=rdma-core
|
pkgname=rdma-core
|
||||||
pkgdesc="RDMA core userspace libraries and daemons"
|
pkgdesc="RDMA core userspace libraries and daemons"
|
||||||
pkgver=51.0
|
pkgver=51.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/linux-rdma/rdma-core"
|
url="https://github.com/linux-rdma/rdma-core"
|
||||||
license=(
|
license=(
|
||||||
|
@ -22,7 +22,7 @@ license=(
|
||||||
'CPL-1.0 OR BSD-2-Clause OR GPL-2.0-or-later'
|
'CPL-1.0 OR BSD-2-Clause OR GPL-2.0-or-later'
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
ethtool
|
bash
|
||||||
glibc
|
glibc
|
||||||
libnl
|
libnl
|
||||||
perl
|
perl
|
||||||
|
@ -30,7 +30,7 @@ depends=(
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
cmake
|
cmake
|
||||||
cython0
|
cython
|
||||||
git
|
git
|
||||||
libdrm
|
libdrm
|
||||||
ninja
|
ninja
|
||||||
|
@ -39,6 +39,9 @@ makedepends=(
|
||||||
systemd
|
systemd
|
||||||
valgrind
|
valgrind
|
||||||
)
|
)
|
||||||
|
optdepends=(
|
||||||
|
'python: for the Python API (pyverbs)'
|
||||||
|
)
|
||||||
_provides=(
|
_provides=(
|
||||||
ibacm
|
ibacm
|
||||||
infiniband-diags
|
infiniband-diags
|
||||||
|
|
Loading…
Reference in a new issue