GNU bug report logs -
#46561
[PATCH 0/3] gnu: apache-arrow: Update to 3.0.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 16 Feb 2021 13:23:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 46561 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Forgot to attach the diff.
On Tue, Feb 16, 2021 at 8:28 AM Greg Hogan <code <at> greghogan.com> wrote:
> From 937135a48cb1723d423ee97b7f04f90df9af171b Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code <at> greghogan.com>
> Date: Fri, 12 Feb 2021 17:31:40 +0000
> Subject: [PATCH 3/3] gnu: apache-arrow: Update to 3.0.0.
>
> * gnu/packages/databases.scm (apache-arrow): Update to 3.0.0.
> [inputs]: Add utf8proc.
> ---
> gnu/packages/databases.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
> index 3be3a14ded..6024d6eb5f 100644
> --- a/gnu/packages/databases.scm
> +++ b/gnu/packages/databases.scm
> @@ -3787,7 +3787,7 @@ Monitor read/write activity on a mongo server
> (define-public apache-arrow
> (package
> (name "apache-arrow")
> - (version "0.17.1")
> + (version "3.0.0")
> (source
> (origin
> (method git-fetch)
> @@ -3797,7 +3797,7 @@ Monitor read/write activity on a mongo server
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "02r6yx3yhywzikd3b0vfkjgddhfiriyx2vpm3jf5880wq59x798a"))))
> + "03ngddh3r1g6f9aja2jlfksgvgyzmxmfy4bxvzjrcv5fvl5x8ii0"))))
> (build-system cmake-build-system)
> (arguments
> `(#:tests? #f
> @@ -3890,6 +3890,7 @@ Monitor read/write activity on a mongo server
> ("rapidjson" ,rapidjson)
> ("re2" ,re2)
> ("snappy" ,snappy)
> + ("utf8proc" ,utf8proc)
> ("zlib" ,zlib)
> ("zstd" ,zstd "lib")))
> (native-inputs
> --
> 2.30.0
>
[Message part 2 (text/html, inline)]
[0003-gnu-apache-arrow-Update-to-3.0.0.patch (application/octet-stream, attachment)]
This bug report was last modified 4 years and 92 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.