related: rhbz830275 - Add support for POWER8 processor to PAPI

This commit is contained in:
William Cohen 2013-07-19 18:52:06 -04:00
parent 00467d5ab2
commit 71fa8e87be
2 changed files with 1178 additions and 1 deletions

1171
libpfm-power8.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
Name: libpfm
Version: 4.4.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library to encode performance events for use by perf tool
@ -18,6 +18,7 @@ Group: System Environment/Libraries
License: MIT
URL: http://perfmon2.sourceforge.net/
Source0: http://sourceforge.net/projects/perfmon2/files/libpfm4/%{name}-%{version}.tar.gz
Patch1: libpfm-power8.patch
%if %{with python}
BuildRequires: python-devel
@ -62,6 +63,8 @@ Python bindings for libpfm4 and perf_event_open system call.
%prep
%setup -q
%patch1 -p1
%build
%if %{with python}
%global python_config CONFIG_PFMLIB_NOPYTHON=n
@ -108,6 +111,9 @@ make \
%endif
%changelog
* Fri Jul 19 2013 William Cohen <wcohen@redhat.com> 4.4.0-2
- Add IBM power 8 support.
* Mon Jun 17 2013 William Cohen <wcohen@redhat.com> 4.4.0-1
- Rebase on libpfm-4.4.0.