diff options
| author | Ian Cook <ianmcook@gmail.com> | 2021-06-15 19:59:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-15 16:59:52 -0700 |
| commit | 4dc864e2401f2ed3230c9042a4dd56f6d1c30360 (patch) | |
| tree | 53094c46827809ad44f9dcf06053b187805fc6e8 /ports/arrow/CONTROL | |
| parent | 6bbafb22a5bb2a5be30659b45ccb0e8a7bffb2f2 (diff) | |
| download | vcpkg-4dc864e2401f2ed3230c9042a4dd56f6d1c30360.tar.gz vcpkg-4dc864e2401f2ed3230c9042a4dd56f6d1c30360.zip | |
[arrow] Update to 4.0.0 (#17975)
* Update arrow to 4.0.0
* Format
* Try fix thrift
* Update versions/ files
* Do not set ZSTD_ROOT
* Remove double quotes causing Windows problems
* Apply patches
* Remove LIB_DIR_OPTIONS
* Tweak zstd flags
* Update version hash
* Format
* Fail early on x86
* Update hash
* Fail early on arm, arm64
* Update hash
* Add expected failures to to scripts/ci.baseline.txt
* Exclude mallocs from default features
* Update hash
* Set default-features to false for aws-sdk-cpp
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Specify only x64 support in manifest
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Remove unneeded ci.baseline.txt entries
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Remove dataset from default-features
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update hash
* Remove zstd path args
* Update hash
Co-authored-by: Tanguy Fautre <tanguy@fautre.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/arrow/CONTROL')
| -rw-r--r-- | ports/arrow/CONTROL | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ports/arrow/CONTROL b/ports/arrow/CONTROL deleted file mode 100644 index 8aace675f..000000000 --- a/ports/arrow/CONTROL +++ /dev/null @@ -1,20 +0,0 @@ -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 |
