[libflatarray/f22: 5/5] Use ExclusiveArch to build for i686 and x86_64 only

Christopher Meng cicku at fedoraproject.org
Tue Feb 24 13:46:43 UTC 2015


commit 2db50bdf81e6d2e578d180397139633bf3cf3fb3
Author: Christopher Meng <i at cicku.me>
Date:   Tue Feb 24 21:44:17 2015 +0800

    Use ExclusiveArch to build for i686 and x86_64 only

 libflatarray.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/libflatarray.spec b/libflatarray.spec
index c42f0b1..51278b1 100644
--- a/libflatarray.spec
+++ b/libflatarray.spec
@@ -10,6 +10,7 @@ Source0:        http://www.libgeodecomp.org/archive/libflatarray-%{version}.tar.
 Patch0:         https://github.com/gentryx/libflatarray/pull/1.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
+ExclusiveArch:  %{ix86} x86_64
 
 %description
 LibFlatArray acts as a highly efficient multi-dimensional array of
@@ -44,6 +45,7 @@ developing applications that use %{name}.
 sed -i '/examples/d' CMakeLists.txt
 
 %build
+# nVIDIA is what kind of open source?
 %cmake -DWITH_CUDA=OFF
 %make_build
 
@@ -64,6 +66,7 @@ make check
 * Sun Feb 01 2015 Christopher Meng <rpm at cicku.me> - 0.2.0-3
 - Rework %%files section
 - Turn off debuginfo
+- Only build this for i686 and x86_64 due to Intel intrinsics
 
 * Mon Jan 26 2015 Petr Machata <pmachata at redhat.com> - 0.2.0-2
 - Rebuild for boost 1.57.0


More information about the scm-commits mailing list