aboutsummaryrefslogtreecommitdiff
path: root/ports/arrow/CONTROL
diff options
context:
space:
mode:
authorTanguy Fautre <GPSnoopy@users.noreply.github.com>2021-02-02 23:12:41 +0000
committerGitHub <noreply@github.com>2021-02-02 15:12:41 -0800
commit4260eaf6fa1badb5b03be8bfcccaf8db237fa18a (patch)
treed1aacabdce27840b68089cadf00bec3316434a5c /ports/arrow/CONTROL
parent5793c4bd9f5d3a8e9087d444beba202e753ec4c9 (diff)
downloadvcpkg-4260eaf6fa1badb5b03be8bfcccaf8db237fa18a.tar.gz
vcpkg-4260eaf6fa1badb5b03be8bfcccaf8db237fa18a.zip
[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>
Diffstat (limited to 'ports/arrow/CONTROL')
-rw-r--r--ports/arrow/CONTROL8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/arrow/CONTROL b/ports/arrow/CONTROL
index 40ce8f95b..8aace675f 100644
--- a/ports/arrow/CONTROL
+++ b/ports/arrow/CONTROL
@@ -1,10 +1,10 @@
Source: arrow
-Version: 1.0.1
-Port-Version: 2
-Build-Depends: boost-system, boost-filesystem, boost-multiprecision, boost-algorithm, flatbuffers, rapidjson, zlib, lz4, brotli, bzip2, zstd, snappy, gflags, thrift, double-conversion, glog, uriparser, openssl, utf8proc
+Version: 3.0.0
+Port-Version: 0
+Build-Depends: boost-algorithm, boost-filesystem, boost-multiprecision, boost-system, brotli, bzip2, double-conversion, flatbuffers, gflags, glog, lz4, openssl, rapidjson, re2, snappy, thrift, uriparser, utf8proc, zlib, zstd
Homepage: https://github.com/apache/arrow
Description: Apache Arrow is a columnar in-memory analytics layer designed to accelerate big data. It houses a set of canonical in-memory representations of flat and hierarchical data along with multiple language-bindings for structure manipulation. It also provides IPC and common algorithm implementations.
-Supports: x64&!arm
+Supports: x64&!x86&!arm
Default-Features: csv, json, parquet, filesystem
Feature: csv