From: Jan Rękorajski Date: Sun, 28 Mar 2021 17:56:43 +0000 (+0200) Subject: - no go on x32 X-Git-Tag: auto/th/ocaml-zarith-1.12-4 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fth%2Focaml-zarith-1.12-4;p=packages%2Focaml-zarith.git - no go on x32 - rel 4 --- diff --git a/ocaml-zarith.spec b/ocaml-zarith.spec index 4e728cc..09fa358 100644 --- a/ocaml-zarith.spec +++ b/ocaml-zarith.spec @@ -12,7 +12,7 @@ Summary: Zarith: arbitrary-precision integers Summary(pl.UTF-8): Zarith - liczby całkowite dowolnej precyzji Name: ocaml-zarith Version: 1.12 -Release: 3 +Release: 4 License: LGPL v2 with linking exception Group: Applications/Math #Source0Download: https://github.com/ocaml/Zarith/releases @@ -25,6 +25,8 @@ BuildRequires: ocaml >= 3.12.1 BuildRequires: ocaml-findlib BuildRequires: perl-base %requires_eq ocaml-runtime +# does not work on x32 because sizeof(intnat) != sizeof(mp_limb_t) (4 != 8) +ExclusiveArch: %{ix86} %{x8664} %{arm} aarch64 ppc sparc sparcv9 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description