rebasing to numactl-0.9.8 for FC-6
This commit is contained in:
parent
6b57768dda
commit
2883c321ec
@ -1,2 +1,3 @@
|
||||
numactl-0.6.4.tar.gz
|
||||
numactl-0.6.4
|
||||
numactl-0.9.8.tar.gz
|
||||
|
29
numactl.spec
29
numactl.spec
@ -1,7 +1,7 @@
|
||||
Name: numactl
|
||||
Summary: library for tuning for Non Uniform Memory Access machines
|
||||
Version: 0.6.4
|
||||
Release: %(R="$Revision: 1.29 $"; RR="${R##: }"; echo ${RR%%?})
|
||||
Version: 0.9.8
|
||||
Release: %(R="$Revision: 1.0 $"; RR="${R##: }"; echo ${RR%%?})
|
||||
License: LGPL/GPL
|
||||
Group: System Environment/Base
|
||||
URL: ftp://ftp.suse.com/pub/people/ak/numa/
|
||||
@ -24,23 +24,6 @@ allocations with NUMA policy in applications.
|
||||
%prep
|
||||
%setup -q -c -a 0
|
||||
|
||||
#
|
||||
# reduce the number of relocations and PLT entries
|
||||
#
|
||||
%patch1
|
||||
|
||||
# Support ppc
|
||||
%patch2
|
||||
|
||||
# Fix breakage with aliases to tentatitive common symbols.
|
||||
%patch3
|
||||
|
||||
# Fix 64 bit overruns
|
||||
%patch4
|
||||
|
||||
# Fix cpu mask computation for > 7 nodes
|
||||
%patch5
|
||||
|
||||
%build
|
||||
cd numactl-%{version}
|
||||
make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC"
|
||||
@ -50,8 +33,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_includedir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man2
|
||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3
|
||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
|
||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
|
||||
|
||||
cd numactl-%{version}
|
||||
@ -74,11 +57,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/numademo
|
||||
%{_bindir}/numastat
|
||||
%{_bindir}/memhog
|
||||
%{_mandir}/man2/*.2*
|
||||
%{_bindir}/migratepages
|
||||
%{_mandir}/man3/*.3*
|
||||
%{_mandir}/man5/*.5*
|
||||
%{_mandir}/man8/*.8*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 13 2006 Neil Horman <nhorman@redhat.com>
|
||||
- Rebased numactl to version 0.9.8 for FC6/RHEL5
|
||||
|
||||
* Wed Apr 26 2006 Neil Horman <nhorman@redhat.com>
|
||||
- Added patches for 64 bit overflows and cpu mask problem
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user