[packages/ocaml-zarith] - rel 7 builds on x32 now
baggins
baggins at pld-linux.org
Sun Apr 26 00:57:32 CEST 2026
commit cc14d5bbb91e190a1adc9762dd79099bffc45630
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Apr 26 02:57:19 2026 +0200
- rel 7 builds on x32 now
ocaml-zarith.spec | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/ocaml-zarith.spec b/ocaml-zarith.spec
index 021b79d..abced34 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: 6
+Release: 7
License: LGPL v2 with linking exception
Group: Applications/Math
#Source0Download: https://github.com/ocaml/Zarith/releases
@@ -25,8 +25,7 @@ BuildRequires: ocaml >= 1:4.04
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
+ExclusiveArch: %{ix86} %{x8664} x32 %{arm} aarch64 ppc sparc sparcv9
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml-zarith.git/commitdiff/cc14d5bbb91e190a1adc9762dd79099bffc45630
More information about the pld-cvs-commit
mailing list