aboutsummaryrefslogtreecommitdiff
path: root/ports/arrow/CONTROL
diff options
context:
space:
mode:
authorIsaac Brodsky <isaac@isaacbrodsky.com>2020-04-30 17:36:55 -0700
committerGitHub <noreply@github.com>2020-04-30 17:36:55 -0700
commitd51b4cd532662e5a32d3d0799430edc502d7d296 (patch)
tree5c0f3b43781242345575b411d1762034fc9c6bf8 /ports/arrow/CONTROL
parentd682bd79d1e6cacdc57fa6fa11ab31821098de45 (diff)
downloadvcpkg-d51b4cd532662e5a32d3d0799430edc502d7d296.tar.gz
vcpkg-d51b4cd532662e5a32d3d0799430edc502d7d296.zip
[Arrow] Add filesystem feature (#11016)
* Add ARROW_FILESYSTEM feature * update arrow version
Diffstat (limited to 'ports/arrow/CONTROL')
-rw-r--r--ports/arrow/CONTROL7
1 files changed, 5 insertions, 2 deletions
diff --git a/ports/arrow/CONTROL b/ports/arrow/CONTROL
index f2461dfef..3ccf626eb 100644
--- a/ports/arrow/CONTROL
+++ b/ports/arrow/CONTROL
@@ -1,10 +1,10 @@
Source: arrow
-Version: 0.17.0-1
+Version: 0.17.0-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
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
-Default-Features: csv, json, parquet
+Default-Features: csv, json, parquet, filesystem
Feature: csv
Description: CSV file support
@@ -14,3 +14,6 @@ Description: JSON file support
Feature: parquet
Description: Parquet file support
+
+Feature: filesystem
+Description: Local filesystem support