From 3c85d318b65a25d491e0cabfe2c62933fe02132ad00bac2262ef1d80c3ad8611 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Wed, 17 Nov 2021 12:35:58 +0000 Subject: [PATCH] Accepting request 931950 from home:dimstar:Factory - Do not build for %ix86: lal is not available on this platform. OBS-URL: https://build.opensuse.org/request/show/931950 OBS-URL: https://build.opensuse.org/package/show/science/python-PyCBC?expand=0&rev=21 --- python-PyCBC.changes | 5 +++++ python-PyCBC.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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