From 3e0583a42c53935024c1d59a611048a9702a823d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 28 Mar 2021 19:58:59 +0200 Subject: [PATCH] - no go on x32 --- coq.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/coq.spec b/coq.spec index bc861b7..e648023 100644 --- a/coq.spec +++ b/coq.spec @@ -1,7 +1,4 @@ # -# TODO: -# - package and R: Csdp (https://projects.coin-or.org/Csdp) -# # Conditional build: %bcond_without ocaml_opt # skip building native optimized binaries (bytecode is always built) %bcond_with tests # run testsuite (csdp dependant micromega tests fail badly on x86_64) @@ -47,6 +44,8 @@ BuildRequires: texlive-psutils BuildRequires: texlive-xetex %requires_eq ocaml-runtime Obsoletes: coq-emacs < 8.13.1 +# same as ocaml-zarith +ExclusiveArch: %{ix86} %{x8664} arm aarch64 ppc sparc sparcv9 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.43.0