From f215937a626b6e048415428ff238011ca46212aa90027132f5b666bc97eacede Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sun, 3 May 2020 12:36:13 +0000 Subject: [PATCH] Limit builds to ix86 and x86_64, as intended by upstream (builds for other archs fail). OBS-URL: https://build.opensuse.org/package/show/science/python-PyCBC?expand=0&rev=2 --- python-PyCBC.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-PyCBC.spec b/python-PyCBC.spec index cfef978..b6b2510 100644 --- a/python-PyCBC.spec +++ b/python-PyCBC.spec @@ -31,6 +31,7 @@ BuildRequires: fdupes BuildRequires: %{python_module numpy >= 1.16.0} BuildRequires: %{python_module numpy-devel >= 1.16.0} Requires: python-numpy >= 1.16.0 +ExclusiveArch: %ix86 x86_64 %python_subpackages