Rebase to 5.0.0.

This commit is contained in:
William Cohen 2012-08-26 20:30:51 -04:00
parent 53be6c83d3
commit b18801ba5f
3 changed files with 11 additions and 9 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ papi-4.1.0.tar.gz
/papi-4.2.0.tar.gz
/papi-4.2.1.tar.gz
/papi-4.4.0.tar.gz
/papi-5.0.0.tar.gz

View File

@ -1,13 +1,12 @@
%bcond_with bundled_libpfm
%bcond_without bundled_libpfm
Summary: Performance Application Programming Interface
Name: papi
Version: 4.4.0
Release: 5%{?dist}
Version: 5.0.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
Patch1: papi-siginfo.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: ncurses-devel
BuildRequires: gcc-gfortran
@ -48,7 +47,6 @@ the PAPI user-space libraries and interfaces.
%prep
%setup -q
%patch1 -p1
%build
%if %{without bundled_libpfm}
@ -60,9 +58,9 @@ cd src
%configure --with-libpfm4 \
%{?libpfm_config} \
--with-static-lib=yes --with-shared-lib=yes --with-shlib \
--with-components="coretemp example lmsensors lustre mx net"
--with-components="appio coretemp example lmsensors lustre mx net rapl stealtime"
#components currently left out because of build configure/build issues
#--with-components="appio cuda infiniband vmware"
#--with-components="appio cuda vmware"
pushd components
#pushd cuda; ./configure; popd
@ -101,7 +99,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%{_includedir}/*.h
%if %{with bundled_libpfm}
%{_includedir}/perfmon/*.h
#%{_includedir}/perfmon/*.h
%endif
%{_libdir}/*.so
%doc %{_mandir}/man3/*
@ -111,6 +109,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%changelog
* Fri Aug 24 2012 William Cohen <wcohen@redhat.com> - 5.0.0-1
- Rebase to 5.0.0.
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.4.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
2844448db0b53441a55487881b955ea5 papi-4.4.0.tar.gz
7d6f2a0a3785f25cb4122923522db247 papi-5.0.0.tar.gz