diff options
| author | Tanguy Fautre <GPSnoopy@users.noreply.github.com> | 2020-04-17 22:04:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-17 14:04:06 -0700 |
| commit | 89741c2d6866b0fcde541bd9d618bf749bd2238e (patch) | |
| tree | 6f00c18a9f9efb82cc1bc5d57cf6c15c6f05c804 /ports/arrow/CONTROL | |
| parent | 1d0aca7435b5fbaa28985b0e7183ee835328f6e9 (diff) | |
| download | vcpkg-89741c2d6866b0fcde541bd9d618bf749bd2238e.tar.gz vcpkg-89741c2d6866b0fcde541bd9d618bf749bd2238e.zip | |
Updated Arrow to 0.17 (#10883)
Diffstat (limited to 'ports/arrow/CONTROL')
| -rw-r--r-- | ports/arrow/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/arrow/CONTROL b/ports/arrow/CONTROL index 5e2b86981..23bc90eb0 100644 --- a/ports/arrow/CONTROL +++ b/ports/arrow/CONTROL @@ -1,5 +1,5 @@ Source: arrow -Version: 0.16.0 +Version: 0.17.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 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. |
