sys-fabric/perftest - 4.4.0.37-r1 (gentoo)

Search

Package Information

Description:
OpenIB uverbs micro-benchmarks
Homepage:
https://github.com/linux-rdma/perftest/
License:
|| ( GPL-2 BSD-2 )

Ebuild Details

Version EAPI Keywords Slot
4.4.0.37-r1 7 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

inherit autotools

MY_PV="$(ver_cut 1-2)-$(ver_cut 3-4)"

DESCRIPTION="OpenIB uverbs micro-benchmarks"
HOMEPAGE="https://github.com/linux-rdma/perftest/"
SRC_URI="https://github.com/linux-rdma/perftest/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"

LICENSE="|| ( GPL-2 BSD-2 )"
SLOT="0"
KEYWORDS="amd64 x86"

DEPEND="
	sys-apps/pciutils
	>=sys-cluster/rdma-core-32.0
"
RDEPEND="${DEPEND}"

src_prepare() {
	default

	eautoreconf
}

src_install() {
	default

	dodoc README runme
	dobin ib_*
}

Dependencies

DEPEND

	sys-apps/pciutils
	>=sys-cluster/rdma-core-32.0

RDEPEND

	sys-apps/pciutils
	>=sys-cluster/rdma-core-32.0