diff options
| author | Billy O'Neal <bion@microsoft.com> | 2021-07-14 12:46:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-14 12:46:05 -0700 |
| commit | 957d2024b8d6ef44164559645dd898c306066964 (patch) | |
| tree | 7efb14324d139bc22556cdf9d3896469a5846399 /versions/baseline.json | |
| parent | d369df7ecf194005eaca46f07368779cd486badd (diff) | |
| download | vcpkg-957d2024b8d6ef44164559645dd898c306066964.tar.gz vcpkg-957d2024b8d6ef44164559645dd898c306066964.zip | |
Update to Ubuntu 20.04. (#18892)
* Update Ubuntu to 20.04.
* [tfhe] Disable -Wall -Werror
* [sophus] Disable -Werror.
* Fix typo in deployment of CUDA.
* Add libxxf86vm-dev for opensubdiv.
* [opensubdiv] Fix OpenCL search on Ubuntu 20.04, and document libxxf86vm-dev dependency
* [msgpack11] Disable -Werror.
* [qtwayland, qt5wayland] Add system library notice.
* Add python-is-python3 to unbreak tensorflow, v8, and others
* [graphqlparser] Remove directive rejected by Bison 3.5.1
* [ogdf] Mark as failing in ci.baseline.txt. Issue filed https://github.com/microsoft/vcpkg/issues/18936
* [bde] Mark failing in ci.baseline.txt, issue filed https://github.com/microsoft/vcpkg/issues/18937
* [soem] Patch out -Werror
* Update pool.
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 29454476b..e979be247 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2397,8 +2397,8 @@ "port-version": 0 }, "graphqlparser": { - "baseline": "0.7.0-1", - "port-version": 0 + "baseline": "0.7.0", + "port-version": 2 }, "greatest": { "baseline": "1.4.2", @@ -4193,8 +4193,8 @@ "port-version": 0 }, "msgpack11": { - "baseline": "0.0.10-1", - "port-version": 0 + "baseline": "0.0.10", + "port-version": 2 }, "msinttypes": { "baseline": "2018-02-25", @@ -4638,7 +4638,7 @@ }, "opensubdiv": { "baseline": "3.4.3", - "port-version": 1 + "port-version": 2 }, "opentracing": { "baseline": "1.6.0", @@ -5230,7 +5230,7 @@ }, "qt5-wayland": { "baseline": "5.15.2", - "port-version": 0 + "port-version": 2 }, "qt5-webchannel": { "baseline": "5.15.2", @@ -5362,7 +5362,7 @@ }, "qtwayland": { "baseline": "6.1.2", - "port-version": 0 + "port-version": 2 }, "quadtree": { "baseline": "2020-04-13", @@ -5866,7 +5866,7 @@ }, "soem": { "baseline": "1.4.0", - "port-version": 0 + "port-version": 2 }, "soil": { "baseline": "2021-04-22", @@ -5889,8 +5889,8 @@ "port-version": 0 }, "sophus": { - "baseline": "1.0.0-6", - "port-version": 0 + "baseline": "1.0.0", + "port-version": 7 }, "soqt": { "baseline": "1.6.0", @@ -6157,8 +6157,8 @@ "port-version": 8 }, "tfhe": { - "baseline": "1.0.1-1", - "port-version": 0 + "baseline": "1.0.1", + "port-version": 2 }, "tgbot-cpp": { "baseline": "1.2.1", |
