Import papi-5.3.0
This commit is contained in:
parent
94262130cf
commit
3633ee4d50
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ papi-4.1.0.tar.gz
|
|||||||
/papi-5.2.0-2.37.g5c1405a.tar.gz
|
/papi-5.2.0-2.37.g5c1405a.tar.gz
|
||||||
/papi-5.2.0-2.63.g91a6fa5.tar.gz
|
/papi-5.2.0-2.63.g91a6fa5.tar.gz
|
||||||
/papi-5.2.0-2.1.gff3e15d.tar.gz
|
/papi-5.2.0-2.1.gff3e15d.tar.gz
|
||||||
|
/papi-5.3.0.tar.gz
|
||||||
|
28
papi.spec
28
papi.spec
@ -1,12 +1,12 @@
|
|||||||
%bcond_with bundled_libpfm
|
%bcond_with bundled_libpfm
|
||||||
Summary: Performance Application Programming Interface
|
Summary: Performance Application Programming Interface
|
||||||
Name: papi
|
Name: papi
|
||||||
Version: 5.2.0
|
Version: 5.3.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
URL: http://icl.cs.utk.edu/papi/
|
URL: http://icl.cs.utk.edu/papi/
|
||||||
Source0: http://icl.cs.utk.edu/projects/papi/downloads/%{name}-%{version}.tar.gz
|
Source0: http://icl.cs.utk.edu/projects/papi/downloads/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -16,8 +16,8 @@ BuildRequires: kernel-headers >= 2.6.32
|
|||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: lm_sensors-devel
|
BuildRequires: lm_sensors-devel
|
||||||
%if %{without bundled_libpfm}
|
%if %{without bundled_libpfm}
|
||||||
BuildRequires: libpfm-devel >= 4.3.0
|
BuildRequires: libpfm-devel >= 4.4.0-5
|
||||||
BuildRequires: libpfm-static >= 4.3.0
|
BuildRequires: libpfm-static >= 4.4.0-5
|
||||||
%endif
|
%endif
|
||||||
# Following required for net component
|
# Following required for net component
|
||||||
BuildRequires: net-tools
|
BuildRequires: net-tools
|
||||||
@ -138,20 +138,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Nov 28 2013 Lukas Berk <lberk@redhat.com> - 5.2.0.3
|
* Thu Jan 16 2014 William Cohen <wcohen@redhat.com> - 5.3.0-1
|
||||||
- Revert back to papi 5.2 release
|
- Rebase to 5.3.0.
|
||||||
|
|
||||||
* Mon Nov 25 2013 Lukas Berk <lberk@redhat.com> - 5.2.0-2.1.gff3e15d
|
* Tue Jan 14 2014 William Cohen <wcohen@redhat.com> - 5.2.0-5
|
||||||
- Automated weekly rawhide release
|
- Add presets for Intel Silvermont.
|
||||||
|
|
||||||
* Mon Nov 18 2013 Lukas Berk <lberk@redhat.com> - 5.2.0-2.63.g91a6fa5
|
* Mon Jan 13 2014 William Cohen <wcohen@redhat.com> - 5.2.0-4
|
||||||
- Automated weekly rawhide release
|
- Add presets for Haswell and Ivy Bridge.
|
||||||
|
|
||||||
* Mon Nov 04 2013 Lukas Berk <lberk@redhat.com> - 5.2.0-2.37.g5c1405a
|
|
||||||
- Automated weekly rawhide release
|
|
||||||
|
|
||||||
* Mon Nov 04 2013 Lukas Berk <lberk@redhat.com> - 5.2.0-2.37.g5c1405a
|
|
||||||
- Automated weekly rawhide release
|
|
||||||
|
|
||||||
* Wed Aug 14 2013 William Cohen <wcohen@redhat.com> - 5.2.0-2
|
* Wed Aug 14 2013 William Cohen <wcohen@redhat.com> - 5.2.0-2
|
||||||
- Enable infiniband and stealtime components.
|
- Enable infiniband and stealtime components.
|
||||||
|
Loading…
Reference in New Issue
Block a user