[papi] Enable infiniband and stealtime components.

William Eden Cohen wcohen at fedoraproject.org
Thu Aug 15 16:10:09 UTC 2013


commit c09fda2a0f789dea7f39de08c533a33590d3e111
Author: William Cohen <wcohen at redhat.com>
Date:   Thu Aug 15 12:09:30 2013 -0400

    Enable infiniband and stealtime components.

 papi.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/papi.spec b/papi.spec
index 79d0f50..efbddfe 100644
--- a/papi.spec
+++ b/papi.spec
@@ -2,7 +2,7 @@
 Summary: Performance Application Programming Interface
 Name: papi
 Version: 5.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: Development/System
 URL: http://icl.cs.utk.edu/papi/
@@ -69,9 +69,10 @@ autoconf
 %configure --with-perf-events \
 %{?libpfm_config} \
 --with-static-lib=yes --with-shared-lib=yes --with-shlib \
---with-components="appio coretemp example lmsensors lustre micpower mx net rapl"
+--with-components="appio coretemp example infiniband lmsensors lustre micpower mx net rapl stealtime"
+# implicit enabled components: perf_event perf_event_uncore
 #components currently left out because of build configure/build issues
-#--with-components="appio cuda host_micpower nvml perf_event perf_event_uncore stealtime vmware"
+# --with-components="bgpm coretemp_freebsd cuda host_micpower nvml vmware"
 
 pushd components
 #pushd cuda; ./configure; popd
@@ -137,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 
 %changelog
+* Wed Aug 14 2013 William Cohen <wcohen at redhat.com> - 5.2.0-2
+- Enable infiniband and stealtime components.
+
 * Wed Aug 07 2013 William Cohen <wcohen at redhat.com> - 5.2.0-1
 - Rebase to 5.2.0
 


More information about the scm-commits mailing list