From 63959c229e6548c5d845b7500b6f6a9ea27045d7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 16 Oct 2018 13:52:05 +0200 Subject: [PATCH] z3: update to 4.8.1. --- srcpkgs/z3/patches/intrin.patch | 12 ++++++++++++ srcpkgs/z3/template | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/z3/patches/intrin.patch diff --git a/srcpkgs/z3/patches/intrin.patch b/srcpkgs/z3/patches/intrin.patch new file mode 100644 index 00000000000..7b0c0b34508 --- /dev/null +++ b/srcpkgs/z3/patches/intrin.patch @@ -0,0 +1,12 @@ +Header is unused on gcc builds anyway, breaks non-x86(_64). + +--- src/util/mpz.cpp.orig ++++ src/util/mpz.cpp +@@ -30,7 +30,6 @@ + #else + #error No multi-precision library selected. + #endif +-#include + + // Available GCD algorithms + // #define EUCLID_GCD diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index 1fa29fdf579..e95a85533ce 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,7 +1,7 @@ # Template file for 'z3' pkgname=z3 -version=4.7.1 -revision=3 +version=4.8.1 +revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=configure configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)" @@ -16,7 +16,7 @@ maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/Z3Prover/z3" distfiles="https://github.com/Z3Prover/z3/archive/${pkgname}-${version}.tar.gz" -checksum=a353e3da00cdaffd258052cc1406efc854606855222ab4bfd5679c58af5c11c7 +checksum=cc17e23327793defac78071acb9c68969f50e8a8ce3485f06448b65a589bcb71 build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"