[packages/uhd] - disable build on ix86 (no std::atomic)

baggins baggins at pld-linux.org
Mon Dec 23 16:34:36 CET 2024


commit 88902ebc8e447a31865c0d4e883d683ec0532c4c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Dec 23 16:58:24 2024 +0100

    - disable build on ix86 (no std::atomic)

 uhd.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/uhd.spec b/uhd.spec
index 4a3743c..e01f208 100644
--- a/uhd.spec
+++ b/uhd.spec
@@ -44,6 +44,8 @@ BuildRequires:	udev-devel
 %endif
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	python3-uhd = %{version}-%{release}
+# Host compiler must support std::atomic
+ExclusiveArch:	%{x8664} x32
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # per_lcore__lcore_id, per_lcore__rte_errno non-function symbols from dpdk
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/uhd.git/commitdiff/88902ebc8e447a31865c0d4e883d683ec0532c4c



More information about the pld-cvs-commit mailing list