aboutsummaryrefslogtreecommitdiff
path: root/ports/arrow/CONTROL
diff options
context:
space:
mode:
authoratkawa7 <atkawa7@yahoo.com>2017-09-03 18:09:03 -0700
committeratkawa7 <atkawa7@yahoo.com>2017-09-03 18:09:03 -0700
commit557f81f5dbb0a511ba05f8829a926b16567b3168 (patch)
tree7aec1479667f369f2a13d4a9978d81a1c5928515 /ports/arrow/CONTROL
parent8fac93e539a49e8a519a0421c2f6093e005b96bb (diff)
downloadvcpkg-557f81f5dbb0a511ba05f8829a926b16567b3168.tar.gz
vcpkg-557f81f5dbb0a511ba05f8829a926b16567b3168.zip
[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 717360d12..78cbf2a18 100644
--- a/ports/arrow/CONTROL
+++ b/ports/arrow/CONTROL
@@ -1,4 +1,4 @@
Source: arrow
-Version: apache-arrow-0.4.0-1
-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.