[PATCH 0/2] Update apache-arrow.

  • Done
  • quality assurance status badge
Details
2 participants
  • Greg Hogan
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal

Debbugs page

G
G
Greg Hogan wrote on 10 Mar 11:04 -0700
(address . guix-patches@gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
cover.1741627853.git.code@greghogan.com
Greg Hogan (2):
gnu: apache-arrow: Update to 19.0.1.
gnu: r-arrow: Update to 19.0.1.

gnu/packages/cran.scm | 4 ++--
gnu/packages/databases.scm | 7 +++++--
2 files changed, 7 insertions(+), 4 deletions(-)


base-commit: 84e7feab83af2faf1083eb9283e923d0c9b8ad69
--
2.48.1
G
G
Greg Hogan wrote on 10 Mar 11:06 -0700
[PATCH 1/2] gnu: apache-arrow: Update to 19.0.1.
(address . 76923@debbugs.gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
7ad66fbe16d2e71cf6b6005e019eae257da1992f.1741627853.git.code@greghogan.com
* gnu/packages/databases.scm (apache-arrow): Update to 19.0.1.
[arguments]<#:configure-flags>: Disable mimalloc allocator.

Change-Id: Ia4e5d99f6f31911683b3ce424604eafa4700d255
---
gnu/packages/databases.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 84b535eae00..36862030832 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4817,7 +4817,7 @@ (define-public apache-orc
(define-public apache-arrow
(package
(name "apache-arrow")
- (version "17.0.0")
+ (version "19.0.1")
(source
(origin
(method git-fetch)
@@ -4827,7 +4827,7 @@ (define-public apache-arrow
(file-name (git-file-name name version))
(sha256
(base32
- "11yzhqdvvcq8k4dhcfnwhc0hl0a2k09gyijln00zbglajk7ihfsk"))))
+ "0l7nc12ykh6b9pcf20mvs4xsk9cyz7a45sdfs08rhilrhd8g10dn"))))
(build-system cmake-build-system)
(arguments
(list
@@ -4856,6 +4856,9 @@ (define-public apache-arrow
;; is unfortunate because jemalloc increases performance:
;; https://arrow.apache.org/blog/2018/07/20/jemalloc/.
"-DARROW_JEMALLOC=OFF"
+ ;; System mimalloc is not suported and must be bundled:
+ ;; https://github.com/apache/arrow/issues/42211.
+ "-DARROW_MIMALLOC=OFF"
;; The CMake option ARROW_DEPENDENCY_SOURCE is a global
;; option that instructs the build system how to resolve
--
2.48.1
G
G
Greg Hogan wrote on 10 Mar 11:06 -0700
[PATCH 2/2] gnu: r-arrow: Update to 19.0.1.
(address . 76923@debbugs.gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
29e00e6e605950dc6542ec4df721f9f6cfc4d3e3.1741627853.git.code@greghogan.com
* gnu/packages/cran.scm (r-arrow): Update to 19.0.1.

Change-Id: If09bc10f5022caacb2d24873fa682042bdd72ef9
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8522eb07a55..c2b28b0cd32 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29699,14 +29699,14 @@ (define-public r-ggpointdensity
(define-public r-arrow
(package
(name "r-arrow")
- (version "17.0.0.1")
+ (version "19.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "arrow" version))
(sha256
(base32
- "0pp7rllpmdwsx0idqhfg4lv96cvdj6pbnypnlrr835jqv7sxn502"))))
+ "0w1r87kh8j9vq657qnhbmwwc7mmyrra8622mrc76c2cym1rv1zhn"))))
(properties `((upstream-name . "arrow")))
(build-system r-build-system)
(arguments
--
2.48.1
R
R
Ricardo Wurmus wrote on 10 Mar 12:15 -0700
(name . Greg Hogan)(address . code@greghogan.com)
87tt803dek.fsf@elephly.net
Greg Hogan <code@greghogan.com> writes:

Toggle quote (2 lines)
> * gnu/packages/cran.scm (r-arrow): Update to 19.0.1.

Note that on the r-team branch r-arrow is already at 18.1.0.1.

I'll apply this to the r-team branch. Thank you!

--
Ricardo
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76923@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76923
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch