diff options
| author | Tanguy Fautre <GPSnoopy@users.noreply.github.com> | 2021-02-02 23:12:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-02 15:12:41 -0800 |
| commit | 4260eaf6fa1badb5b03be8bfcccaf8db237fa18a (patch) | |
| tree | d1aacabdce27840b68089cadf00bec3316434a5c /versions | |
| parent | 5793c4bd9f5d3a8e9087d444beba202e753ec4c9 (diff) | |
| download | vcpkg-4260eaf6fa1badb5b03be8bfcccaf8db237fa18a.tar.gz vcpkg-4260eaf6fa1badb5b03be8bfcccaf8db237fa18a.zip | |
[Arrow] Update to 3.0.0 (#15757)
* 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>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/a-/arrow.json | 5 | ||||
| -rw-r--r-- | versions/baseline.json | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/a-/arrow.json b/versions/a-/arrow.json index cd706d26e..d795d327a 100644 --- a/versions/a-/arrow.json +++ b/versions/a-/arrow.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "bc9cb096ffa223f2af620db18ed244d17e47ffe7", + "version-string": "3.0.0", + "port-version": 0 + }, + { "git-tree": "604537d50ab45ff96911b5330c51137ac5fc4040", "version-string": "1.0.1", "port-version": 2 diff --git a/versions/baseline.json b/versions/baseline.json index be8a57f80..97ef4ae36 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -145,8 +145,8 @@ "port-version": 3 }, "arrow": { - "baseline": "1.0.1", - "port-version": 2 + "baseline": "3.0.0", + "port-version": 0 }, "ashes": { "baseline": "2020-10-21", |
