summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Harvey2015-08-04 01:16:26 +0000
committerJames Harvey2015-08-04 01:16:26 +0000
commit111fc775723b85d517ac40fb62b34cb5dc069a25 (patch)
treec66bac837d6fcd2421d9bd5b69aa2dc3be403afb /PKGBUILD
parent9f6f163cbaceb4c90ed8ec8a16234c46a6dfb275 (diff)
downloadaur-111fc775723b85d517ac40fb62b34cb5dc069a25.tar.gz
Qperf users are virtually always going to want rdma support. Made librdmacm a required dependency. If anyone needs qperf without rdma support, branched that functionality off into a qperf-nordma package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6c9bdf7cb50..c874dfe60fab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,16 @@
# Maintainer: James Harvey <jamespharvey20@gmail.com>
-# * No namcap warnings or errors, unless building with optdepends librdmacm (and, in turn, libibverbs).
-# * In that case, namcap warns that librdmacm is detected but optional, which is correct, but is exactly what the user is then trying to do, so not something needing fixing
+# * No namcap warnings or errors
+# * qperf can be built without librdmacm/libibverbs, but then has no RDMA support, and only works over TCP/IP. See package qperf-nordma
pkgname=qperf
pkgver=0.4.9
-pkgrel=1
+pkgrel=2
pkgdesc='OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency'
# Works over TCP/IP and RDMA
arch=('x86_64' 'i686')
url=('https://www.openfabrics.org/index.php/overview.html')
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
-depends=('glibc')
-# qperf builds without libibverbs, but then has no RDMA support, and only works over TCP/iP
-# libibverbs has no InfiniBand-related dependencies, but including libibverbs then makes librdmacm a required dependency, in order to use libibverbs
-# only including librdmacm as an optdepends since that depends on libibverbs, and there's no way to say in a PKGFILE if you're including libibverbs, librdmacm is a depends, otherwise it isn't.
-optdepends=('librdmacm')
+depends=('glibc' 'librdmacm')
source=("https://www.openfabrics.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('a9eea1953ee5379e57ae5fd7b09fecf2')