From c033ad4d7c3155d840064ffcc4eb927121bfbc49 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Thu, 17 May 2018 15:52:28 -0400 Subject: [PATCH] Dynamically link utilities and tests to papi libraries. --- papi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/papi.spec b/papi.spec index d0a8550..41745c6 100644 --- a/papi.spec +++ b/papi.spec @@ -8,7 +8,7 @@ Summary: Performance Application Programming Interface Name: papi Version: 5.6.0 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Group: Development/System Requires: papi-libs = %{version}-%{release} @@ -88,7 +88,7 @@ cd src autoconf %configure --with-perf-events \ %{?libpfm_config} \ ---with-static-lib=yes --with-shared-lib=yes --with-shlib \ +--with-static-lib=yes --with-shared-lib=yes --with-shlib --with-shlib-tools \ --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 @@ -159,6 +159,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so* %{_libdir}/*.a %changelog +* Thu May 17 2018 William Cohen - 5.6.0-6 +- Dynamically link utilities and tests to papi libraries. + * Mon Apr 30 2018 William Cohen - 5.6.0-5 - Include various LDFLAGS/CFLAGS.