mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
4260eaf6fa
* 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>
21 lines
895 B
Plaintext
21 lines
895 B
Plaintext
Source: arrow
|
|
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&!x86&!arm
|
|
Default-Features: csv, json, parquet, filesystem
|
|
|
|
Feature: csv
|
|
Description: CSV file support
|
|
|
|
Feature: json
|
|
Description: JSON file support
|
|
|
|
Feature: parquet
|
|
Description: Parquet file support
|
|
|
|
Feature: filesystem
|
|
Description: Local filesystem support
|