Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37042531
en ru br
ALT Linux repos
S:4.5.0.20-alt1
5.0: 1.2-alt1

Group :: Monitoring
RPM: perftest

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Name: perftest
Summary: IB Performance tests
Version: 4.5.0.20
Release: alt1
License: %gpl2only
Group: Monitoring
Url: https://github.com/linux-rdma/perftest

Source: %name-%version.tar
Patch2000: %name-e2k.patch

BuildRequires(pre): rpm-build-licenses
BuildRequires: librdmacm-devel
BuildRequires: libibumad-devel
BuildRequires: libpci-devel

%description
gen2 uverbs microbenchmarks.

%prep
%setup
%ifarch %e2k
%patch2000 -p1
%endif

%build
./autogen.sh
%configure
%make_build CFLAGS="%optflags -D_GNU_SOURCE"

%install
install -d -m 0755 %buildroot%_bindir
install -m 0755 ib_{read,send,write,atomic}_{bw,lat} %buildroot%_bindir/
install -m 0755 raw_ethernet_{bw,lat} %buildroot%_bindir/

%files
%doc README COPYING runme
%_bindir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin