diff --git a/python-PyCBC.changes b/python-PyCBC.changes index f13bcaa..d56ad5d 100644 --- a/python-PyCBC.changes +++ b/python-PyCBC.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 17 12:33:08 UTC 2021 - Dominique Leuenberger + +- Do not build for %ix86: lal is not available on this platform. + ------------------------------------------------------------------- Fri Feb 26 21:12:02 UTC 2021 - Atri Bhattacharya diff --git a/python-PyCBC.spec b/python-PyCBC.spec index 7b26c74..d390e78 100644 --- a/python-PyCBC.spec +++ b/python-PyCBC.spec @@ -50,7 +50,7 @@ Requires: python3-scipy Requires: python3-tqdm Recommends: python3-gwdatafind Recommends: python3-ligo-segments -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: x86_64 %if %{with tests} # SECTION Test Requirements BuildRequires: python3-Mako