forked from linux-rdma/perftest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
perftest.spec
61 lines (54 loc) · 1.69 KB
/
perftest.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Name: perftest
Summary: IB Performance tests
Version: 4.4
Release: 0.0
License: BSD 3-Clause, GPL v2 or later
Group: Productivity/Networking/Diagnostic
Source: http://www.openfabrics.org/downloads/%{name}-%{version}.tar.gz
Url: http://www.openfabrics.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libibverbs-devel librdmacm-devel libibumad-devel
%description
gen3 uverbs microbenchmarks
%prep
%setup -q
%build
%configure
%{__make}
chmod -x runme
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=%{buildroot} install
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-, root, root)
%doc README COPYING runme
%_bindir/*
%changelog
* Wed Jan 09 2013 - [email protected]
- Use autotools for building package.
* Sun Dec 30 2012 - [email protected]
- Added raw_ethernet_bw to install script.
* Sun Oct 21 2012 - [email protected]
- Removed write_bw_postlist (feature contained in all BW tests)
* Sat Oct 20 2012 - [email protected]
- Version 2.0 is underway
* Mon May 14 2012 - [email protected]
- Removed (deprecated) rdma_bw and rdma_lat tests
* Thu Feb 02 2012 - [email protected]
- Updated to 1.4.0 version (no compability with older version).
* Thu Feb 02 2012 - [email protected]
- Merge perftest code for Linux & Windows
* Sun Jan 01 2012 - [email protected]
- Added atomic benchmarks
* Sat Apr 18 2009 - [email protected]
- Change executable names for rdma_lat and rdma_bw
* Mon Jul 09 2007 - [email protected]
- Use correct version
* Wed Jul 04 2007 - [email protected]
- Add GPL COPYING file [#289509]
* Mon Jul 02 2007 - [email protected]
- Update to the OFED 1.2 version
* Fri Jun 22 2007 - [email protected]
- Initial Package, Version 1.1