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