From fe3ef0f450876fec5585f500cf44410d41a6d372 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 21 Dec 2018 15:36:03 +0100 Subject: [PATCH] z3: update to 4.8.4. --- srcpkgs/z3/patches/intrin.patch | 12 ------------ srcpkgs/z3/template | 4 ++-- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 srcpkgs/z3/patches/intrin.patch diff --git a/srcpkgs/z3/patches/intrin.patch b/srcpkgs/z3/patches/intrin.patch deleted file mode 100644 index 7b0c0b3450..0000000000 --- a/srcpkgs/z3/patches/intrin.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 4162665b23..3acc5c04e7 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,6 +1,6 @@ # Template file for 'z3' pkgname=z3 -version=4.8.3 +version=4.8.4 revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=configure @@ -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=21620b68c373cdea0d3b2cf24020be4ecfb22eddc6629663f6e9ce31cfdc78de +checksum=5a18fe616c2a30b56e5b2f5b9f03f405cdf2435711517ff70b076a01396ef601 build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"