qperf: Require rdma-core for IB/RDMA support

closes #9096
This commit is contained in:
Rich G 2019-02-22 21:55:52 -05:00 committed by maxice8
parent 4f9a67d335
commit 7f9603ecdd
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,11 +1,12 @@
# Template file for 'qperf' # Template file for 'qperf'
pkgname=qperf pkgname=qperf
version=0.4.11 version=0.4.11
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake" hostmakedepends="automake"
makedepends="rdma-core-devel"
short_desc="Measure RDMA and TCP/UDP latency and throughput performance" short_desc="Measure RDMA and TCP/UDP latency and throughput performance"
maintainer="Rich G <rich@richgannon.net>" maintainer="Rich Gannon <rich@richgannon.net>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://github.com/linux-rdma/qperf" homepage="https://github.com/linux-rdma/qperf"
distfiles="https://github.com/linux-rdma/qperf/archive/v${version}.tar.gz" distfiles="https://github.com/linux-rdma/qperf/archive/v${version}.tar.gz"