diff options
| author | Tanguy Fautre <GPSnoopy@users.noreply.github.com> | 2020-08-01 23:10:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-01 15:10:40 -0700 |
| commit | b4f71b8f2fc0902a30fbf84e94418ae4d62e9986 (patch) | |
| tree | 62546ff5fe787e272226902a700b700093bbecd6 /ports/arrow/CONTROL | |
| parent | 0e08105aa99967dd44399c36fec3d05a49f1c251 (diff) | |
| download | vcpkg-b4f71b8f2fc0902a30fbf84e94418ae4d62e9986.tar.gz vcpkg-b4f71b8f2fc0902a30fbf84e94418ae4d62e9986.zip | |
[Arrow] Update to 1.0.0 (#12537)
* Update to arrow-1.0.0.
Fix FindZSTD and FindUtf8Proc.
* Re-enable warning-as-error on MSVC.
* Fix static/shared mismatch when linking against utf8proc
* Trying to fix Zstd detection on Linux.
* Fix Linux detection of Zstd static libraries
* Remove unnecessary patch
* Fix MSVC compilation now that ZSTD is specified as static.
* Update patches to match candidate ARROW-9541 upstream patch.
* Update patch reflecting the latest changes in ARROW-9541 PR.
* Trying to fix OSX build by re-adding a patch I previously removed
Diffstat (limited to 'ports/arrow/CONTROL')
| -rw-r--r-- | ports/arrow/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/arrow/CONTROL b/ports/arrow/CONTROL index 0b171b34f..dc7ea8c81 100644 --- a/ports/arrow/CONTROL +++ b/ports/arrow/CONTROL @@ -1,6 +1,6 @@ Source: arrow -Version: 0.17.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 +Version: 1.0.0 +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, utf8proc 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 |
