Compare commits
No commits in common. "imports/c8-beta/numatop-2.2-1.el8" and "c8" have entirely different histories.
imports/c8
...
c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/v2.2.tar.gz
|
SOURCES/v2.4.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
c2fd2e31ad2a7d5e4fb2c5884e396c4ce2bbab60 SOURCES/v2.2.tar.gz
|
|
@ -2,7 +2,7 @@
|
|||||||
%undefine _ld_as_needed
|
%undefine _ld_as_needed
|
||||||
|
|
||||||
Name: numatop
|
Name: numatop
|
||||||
Version: 2.2
|
Version: 2.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Memory access locality characterization and analysis
|
Summary: Memory access locality characterization and analysis
|
||||||
|
|
||||||
@ -22,6 +22,8 @@ BuildRequires: numactl-devel
|
|||||||
# This only works for Intel and Power CPUs
|
# This only works for Intel and Power CPUs
|
||||||
ExclusiveArch: x86_64 ppc64le
|
ExclusiveArch: x86_64 ppc64le
|
||||||
|
|
||||||
|
#Patch001: v2.2-001-Initial-support-for-SPR.patch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
NumaTOP is an observation tool for runtime memory locality characterization and
|
NumaTOP is an observation tool for runtime memory locality characterization and
|
||||||
@ -34,7 +36,7 @@ NumaTOP supports the Intel Xeon processors and PowerPC processors.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n %{name}-v%{version}
|
#%setup -q -n %{name}-v%{version}
|
||||||
%autosetup
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -59,6 +61,13 @@ autoreconf --force --install --symlink
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 1 2024 Pingfan Liu <piliu@redhat.com> - 2.4.1
|
||||||
|
- Add EMR support
|
||||||
|
- Add Power10 support
|
||||||
|
|
||||||
|
* Wed Nov 2 2022 Pingfan Liu <piliu@redhat.com> - 2.2-3
|
||||||
|
- bump release version to 2.2-3
|
||||||
|
|
||||||
* Wed Dec 1 2021 Pingfan Liu <piliu@redhat.com> - 2.2-1
|
* Wed Dec 1 2021 Pingfan Liu <piliu@redhat.com> - 2.2-1
|
||||||
- rebase to v2.2
|
- rebase to v2.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user