Import papi-5.3.0

This commit is contained in:
William Cohen 2014-01-16 09:15:57 -05:00
parent 94262130cf
commit 3633ee4d50
3 changed files with 13 additions and 18 deletions

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ papi-4.1.0.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.1.gff3e15d.tar.gz
/papi-5.3.0.tar.gz

View File

@ -1,12 +1,12 @@
%bcond_with bundled_libpfm
Summary: Performance Application Programming Interface
Name: papi
Version: 5.2.0
Release: 3%{?dist}
Version: 5.3.0
Release: 1%{?dist}
License: BSD
Group: Development/System
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
BuildRequires: autoconf
BuildRequires: doxygen
@ -16,8 +16,8 @@ BuildRequires: kernel-headers >= 2.6.32
BuildRequires: chrpath
BuildRequires: lm_sensors-devel
%if %{without bundled_libpfm}
BuildRequires: libpfm-devel >= 4.3.0
BuildRequires: libpfm-static >= 4.3.0
BuildRequires: libpfm-devel >= 4.4.0-5
BuildRequires: libpfm-static >= 4.4.0-5
%endif
# Following required for net component
BuildRequires: net-tools
@ -138,20 +138,14 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%changelog
* Thu Nov 28 2013 Lukas Berk <lberk@redhat.com> - 5.2.0.3
- Revert back to papi 5.2 release
* Thu Jan 16 2014 William Cohen <wcohen@redhat.com> - 5.3.0-1
- Rebase to 5.3.0.
* Mon Nov 25 2013 Lukas Berk <lberk@redhat.com> - 5.2.0-2.1.gff3e15d
- Automated weekly rawhide release
* Tue Jan 14 2014 William Cohen <wcohen@redhat.com> - 5.2.0-5
- Add presets for Intel Silvermont.
* Mon Nov 18 2013 Lukas Berk <lberk@redhat.com> - 5.2.0-2.63.g91a6fa5
- Automated weekly rawhide release
* 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
* Mon Jan 13 2014 William Cohen <wcohen@redhat.com> - 5.2.0-4
- Add presets for Haswell and Ivy Bridge.
* Wed Aug 14 2013 William Cohen <wcohen@redhat.com> - 5.2.0-2
- Enable infiniband and stealtime components.

View File

@ -1 +1 @@
579e2bd5f29f7a28a4c9f30241107f0b papi-5.2.0.tar.gz
367961dd0ab426e5ae367c2713924ffb papi-5.3.0.tar.gz