diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-09-26 17:49:59 +0800 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-09-26 02:49:59 -0700 |
| commit | c7b705fc057ccf6571110378b05d0230d6e6f2a6 (patch) | |
| tree | 71778ab2dbe7aeb20d243bd7357734f01fa96864 /ports/arrow/CONTROL | |
| parent | 273c31fe37e2d573fb8e87f6f2d494236b3cf6a9 (diff) | |
| download | vcpkg-c7b705fc057ccf6571110378b05d0230d6e6f2a6.tar.gz vcpkg-c7b705fc057ccf6571110378b05d0230d6e6f2a6.zip | |
[arrow]Fix build error on Visual Studio 2019. (#8263)
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 ea787e24a..9650c7823 100644 --- a/ports/arrow/CONTROL +++ b/ports/arrow/CONTROL @@ -1,5 +1,5 @@ Source: arrow -Version: 0.14.1 +Version: 0.14.1-1 Build-Depends: boost-system, boost-filesystem, boost-multiprecision, boost-algorithm, flatbuffers, rapidjson, zlib, lz4, brotli, zstd, snappy, gflags, thrift, double-conversion, glog, uriparser 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. |
