diff options
| author | Isaac Brodsky <isaac@isaacbrodsky.com> | 2020-04-23 13:27:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-23 13:27:34 -0700 |
| commit | cc906546f406538ffcaff59dc805f6e5b2f284e1 (patch) | |
| tree | c76ae34c57527ee6346e8b78cb6b90fc61701827 /ports/arrow/CONTROL | |
| parent | 1585054d26cba323a59eb5fa94b66cbb4a241c9c (diff) | |
| download | vcpkg-cc906546f406538ffcaff59dc805f6e5b2f284e1.tar.gz vcpkg-cc906546f406538ffcaff59dc805f6e5b2f284e1.zip | |
[Arrow] Explicitly enable CSV and JSON (#10800)
* [Arrow] Explicitly enable CSV and JSON
* Convert file formats to default features
* Change per review
Diffstat (limited to 'ports/arrow/CONTROL')
| -rw-r--r-- | ports/arrow/CONTROL | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/ports/arrow/CONTROL b/ports/arrow/CONTROL index 23bc90eb0..f2461dfef 100644 --- a/ports/arrow/CONTROL +++ b/ports/arrow/CONTROL @@ -1,6 +1,16 @@ Source: arrow -Version: 0.17.0 +Version: 0.17.0-1 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
\ No newline at end of file +Supports: x64 +Default-Features: csv, json, parquet + +Feature: csv +Description: CSV file support + +Feature: json +Description: JSON file support + +Feature: parquet +Description: Parquet file support |
