diff --git a/paraver-kernel-4.11.1.tar.gz b/paraver-kernel-4.11.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ff0be46b2f06164eb93454e1b9dec87a5f6071fd Binary files /dev/null and b/paraver-kernel-4.11.1.tar.gz differ diff --git a/paraver-kernel.spec b/paraver-kernel.spec new file mode 100644 index 0000000000000000000000000000000000000000..4e913d775b0b22ea69f23edec4a69545e183cc23 --- /dev/null +++ b/paraver-kernel.spec @@ -0,0 +1,46 @@ +%define debug_package %{nil} +Name: paraver-kernel +Version: 4.11.1 +Release: 1%{?dist} +Summary: Paraver is a performance analyzer based on event traces with a great flexibility to explore the collected data, supporting a detailed analysis of the variability and distribution of multiple metrics with the objective of understanding the application’s behavior. + + +Group: Development/Tools +License: LGPL v2.1 +URL: https://github.com/bsc-performance-tools/paraver-kernel +Source0: paraver-kernel-4.11.1.tar.gz + +BuildRequires: boost-devel autoconf automake libtool zlib-devel libxml2-devel + +%description +Paraver is a performance analyzer based on event traces with a great +flexibility to explore the collected data, supporting a detailed analysis of +the variability and distribution of multiple metrics with the objective of +understanding the application’s behavior. Paraver has two main views: The +timeline view displays the application behavior over time, while the statistics +view (histograms, profiles) complements the analysis with distribution +of metrics. + +%prep +%setup -q + + +%build +./bootstrap +./configure --with-boost-libdir=/usr/lib64 --prefix=/opt +make %{?_smp_mflags} + + +%install +make install DESTDIR=%{buildroot} + +%files +%doc +/opt + + + + +%changelog +* Tue May 23 2023 liuxingxiang - 4.11.1-1 +- initial release