related: rhbz830275 - Add support for POWER8 processor to PAPI
This commit is contained in:
parent
00467d5ab2
commit
71fa8e87be
1171
libpfm-power8.patch
Normal file
1171
libpfm-power8.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user