2012-01-11 18:05:10 +00:00
|
|
|
Name: perftest
|
|
|
|
Summary: IB Performance Tests
|
2013-07-17 22:57:11 +00:00
|
|
|
Version: 2.0
|
2013-08-03 16:57:11 +00:00
|
|
|
Release: 2%{?dist}
|
2012-01-11 18:05:10 +00:00
|
|
|
License: GPLv2 or BSD
|
|
|
|
Group: Productivity/Networking/Diagnostic
|
2013-07-17 22:57:11 +00:00
|
|
|
Source: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}-0.52.g49ac91c.tar.gz
|
2012-01-11 18:05:10 +00:00
|
|
|
Url: http://www.openfabrics.org
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: libibverbs-devel > 1.1.4, librdmacm-devel > 1.0.14
|
|
|
|
BuildRequires: libibumad-devel > 1.3.6
|
|
|
|
Obsoletes: openib-perftest < 1.3
|
2013-07-17 22:57:11 +00:00
|
|
|
ExcludeArch: s390 s390x
|
2012-01-11 18:05:10 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Perftest is a collection of simple test programs designed to utilize
|
|
|
|
RDMA communications and provide performance numbers over those RDMA
|
|
|
|
connections. It does not work on normal TCP/IP networks, only on
|
|
|
|
RDMA networks.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
2013-07-17 22:57:11 +00:00
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
2012-01-11 18:05:10 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
2013-07-17 22:57:11 +00:00
|
|
|
for file in ib_{atomic,read,send,write}_{lat,bw}; do
|
|
|
|
install -D -m 0755 $file %{buildroot}%{_bindir}/$file
|
|
|
|
done
|
2012-01-11 18:05:10 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc README COPYING
|
|
|
|
%_bindir/*
|
|
|
|
|
|
|
|
%changelog
|
2013-08-03 16:57:11 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-17 22:57:11 +00:00
|
|
|
* Wed Jul 17 2013 Doug Ledford <dledford@redhat.com> - 2.0-1
|
|
|
|
- Update to latest upstream version
|
|
|
|
|
2013-02-14 10:03:28 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-20 09:37:27 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-11 18:05:10 +00:00
|
|
|
* Fri Jan 06 2012 Doug Ledford <dledford@redhat.com> - 1.3.0-2
|
|
|
|
- Update to latest upstream release
|
|
|
|
- Initial import into Fedora
|
|
|
|
- Remove runme from docs section (review item)
|
|
|
|
- Improve description of package (review item)
|
|
|
|
|
|
|
|
* Fri Jul 22 2011 Doug Ledford <dledford@redhat.com> - 1.3.0-1
|
|
|
|
- Update to latest upstream release (1.2.3 -> 1.3.0)
|
|
|
|
- Strip rocee related code out of upstream update
|
|
|
|
- Add a buildrequires on libibumad because upstream needs it now
|
|
|
|
- Fix lack of build on i686
|
|
|
|
- Related: bz725016
|
|
|
|
- Resolves: bz724896
|
|
|
|
|
|
|
|
* Mon Jan 25 2010 Doug Ledford <dledford@redhat.com> - 1.2.3-3.el6
|
|
|
|
- More minor pkgwrangler cleanups
|
|
|
|
- Related: bz543948
|
|
|
|
|
|
|
|
* Mon Jan 25 2010 Doug Ledford <dledford@redhat.com> - 1.2.3-2.el6
|
|
|
|
- Fixes for pkgwrangler review
|
|
|
|
- Related: bz543948
|
|
|
|
|
|
|
|
* Tue Dec 22 2009 Doug Ledford <dledford@redhat.com> - 1.2.3-1.el5
|
|
|
|
- Update to latest upstream version
|
|
|
|
- Related: bz518218
|
|
|
|
|
|
|
|
* Mon Jun 22 2009 Doug Ledford <dledford@redhat.com> - 1.2-14.el5
|
|
|
|
- Rebuild against libibverbs that isn't missing the proper ppc wmb() macro
|
|
|
|
- Related: bz506258
|
|
|
|
|
|
|
|
* Sun Jun 21 2009 Doug Ledford <dledford@redhat.com> - 1.2-13.el5
|
|
|
|
- Update to ofed 1.4.1 final bits
|
|
|
|
- Rebuild against non-XRC libibverbs
|
|
|
|
- Related: bz506097, bz506258
|
|
|
|
|
|
|
|
* Sat Apr 18 2009 Doug Ledford <dledford@redhat.com> - 1.2-12.el5
|
|
|
|
- Update to ofed 1.4.1-rc3 version
|
|
|
|
- Remove dead patch
|
|
|
|
- Related: bz459652
|
|
|
|
|
|
|
|
* Wed Sep 17 2008 Doug Ledford <dledford@redhat.com> - 1.2-11
|
|
|
|
- Upstream has updated the tarball without updating the version, so we
|
|
|
|
grabbed the one from the OFED-1.3.2-20080728.0355 tarball
|
|
|
|
- Resolves: bz451481
|
|
|
|
|
|
|
|
* Wed Apr 09 2008 Doug Ledford <dledford@redhat.com> - 1.2-10
|
|
|
|
- Fix the fact that the itc clock on ia64 may be a multiple of the cpu clock
|
|
|
|
- Resolves: bz433659
|
|
|
|
|
|
|
|
* Tue Apr 01 2008 Doug Ledford <dledford@redhat.com> - 1.2-9
|
|
|
|
- Update to OFED 1.3 final bits
|
|
|
|
- Related: bz428197
|
|
|
|
|
|
|
|
* Sun Jan 27 2008 Doug Ledford <dledford@redhat.com> - 1.2-8
|
|
|
|
- Split out to separate package (used to be part of openib package)
|
|
|
|
- Related: bz428197
|
|
|
|
|