# https://github.com/intel/numatop/pull/53 %undefine _ld_as_needed Name: numatop Version: 2.1 Release: %autorelease Summary: Memory access locality characterization and analysis License: BSD URL: https://01.org/numatop Source: https://github.com/intel/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.xz BuildRequires: make BuildRequires: check-devel BuildRequires: gcc BuildRequires: ncurses-devel BuildRequires: numactl-devel # This only works for Intel and Power CPUs ExclusiveArch: x86_64 ppc64le %description NumaTOP is an observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system. It helps the user characterize the NUMA behavior of processes and threads and identify where the NUMA-related performance bottlenecks reside. NumaTOP supports the Intel Xeon processors and PowerPC processors. %prep %setup -q -n %{name}-v%{version} %build %configure %make_build %install %make_install %check %make_build check %files %doc AUTHORS %license COPYING %{_bindir}/%{name} %{_mandir}/man8/%{name}.8* %changelog %autochangelog