[hwloc/f16] ARM doesn't do numa either

Peter Robinson pbrobinson at fedoraproject.org
Tue Nov 15 00:05:09 UTC 2011


commit d9d657e74bc49226c295036a1ba25a5b056ce038
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Nov 15 00:04:58 2011 +0000

    ARM doesn't do numa either

 hwloc.spec |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/hwloc.spec b/hwloc.spec
index 1f71be9..474361d 100644
--- a/hwloc.spec
+++ b/hwloc.spec
@@ -1,15 +1,15 @@
 Summary:   Portable Hardware Locality - portable abstraction of hierarchical architectures
 Name:      hwloc
 Version:   1.2.2
-Release:   1%{?dist}
+Release:   2%{?dist}
 License:   BSD
 Group:     Applications/System
 URL:       http://www.open-mpi.org/projects/hwloc/
 Source0:   http://www.open-mpi.org/software/hwloc/v1.2/downloads/%{name}-%{version}.tar.bz2
 #Patch0:    hwloc-1.2.1.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildRequires: libX11-devel libxml2-devel cairo-devel ncurses-devel
-%ifnarch s390 s390x
+%ifnarch s390 s390x %{arm}
 BuildRequires: numactl-devel
 %endif
 
@@ -61,7 +61,6 @@ Headers and shared object symbolic links for the hwloc.
 %{__make} %{?_smp_mflags} V=1
 
 %install
-%{__rm} -rf %{buildroot}
 %{__make} install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
 
 # We don't ship .la files.
@@ -74,9 +73,6 @@ Headers and shared object symbolic links for the hwloc.
 %check
 %{__make} check
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -106,6 +102,9 @@ Headers and shared object symbolic links for the hwloc.
 
 
 %changelog
+* Mon Nov 14 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 1.2.2-2
+- ARM doesn't do numa either
+
 * Fri Oct 07 2011 Jirka Hladky <hladky.jiri at gmail.com> - 1.2.2-1
  - moved *.so to the devel package
  - libhwloc*so* in the main package


More information about the scm-commits mailing list