aboutsummaryrefslogtreecommitdiff
path: root/ports/arrow/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-09-21 04:15:34 -0700
committerGitHub <noreply@github.com>2017-09-21 04:15:34 -0700
commit9b115b09b665287c6a975bc3966f58c22db3829a (patch)
tree1b6d02d69c79121d0552e1a58c4cc416ab0d1764 /ports/arrow/CONTROL
parent3e6f32d860a2b56adae8621a685c1b96105f446a (diff)
parent702ce807b367ba34bf2e17e8387c16d6de38a318 (diff)
downloadvcpkg-9b115b09b665287c6a975bc3966f58c22db3829a.tar.gz
vcpkg-9b115b09b665287c6a975bc3966f58c22db3829a.zip
Merge pull request #1776 from atkawa7/apache-arrow-0.6.0
[arrow] update
Diffstat (limited to 'ports/arrow/CONTROL')
-rw-r--r--ports/arrow/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/arrow/CONTROL b/ports/arrow/CONTROL
index bdfcfef24..78cbf2a18 100644
--- a/ports/arrow/CONTROL
+++ b/ports/arrow/CONTROL
@@ -1,4 +1,4 @@
Source: arrow
-Version: apache-arrow-0.4.0-2
-Build-Depends: boost
+Version: 0.6.0
+Build-Depends: boost, flatbuffers, rapidjson, zlib, lz4, brotli, zstd, snappy, gflags
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.