From 4260eaf6fa1badb5b03be8bfcccaf8db237fa18a Mon Sep 17 00:00:00 2001 From: Tanguy Fautre Date: Tue, 2 Feb 2021 23:12:41 +0000 Subject: [Arrow] Update to 3.0.0 (#15757) * Cherry picked WiP (Update to arrow-2.0.0) * Point to arrow-3.0.0 files * Add missing re2 dependency. Sort dependency list alphabetically. * Configure ARROW_SNAPPY_USE_SHARED * Configure ARROW_THRIFT_USE_SHARED * Spaces vs tabs. * Fix Thrift and Lz4 library finding logic. * Fix debug arrow (shared) linking against release snappy. Tell CI x86 is not supported. * Fix debug arrow (shared) linking against release snappy (for real this time). * Fix linux build not finding Lz4. * Fix thrift finding on Linux (was pointing to an intermediate dir) * Try to fix macOS 10.x build. * Update port_versions. * update version * update version Co-authored-by: Jonliu1993 <13720414433@163.com> --- versions/a-/arrow.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'versions/a-') diff --git a/versions/a-/arrow.json b/versions/a-/arrow.json index cd706d26e..d795d327a 100644 --- a/versions/a-/arrow.json +++ b/versions/a-/arrow.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "bc9cb096ffa223f2af620db18ed244d17e47ffe7", + "version-string": "3.0.0", + "port-version": 0 + }, { "git-tree": "604537d50ab45ff96911b5330c51137ac5fc4040", "version-string": "1.0.1", -- cgit v1.2.3