diff options
| author | aggieNick02 <nick@pcpartpicker.com> | 2021-07-01 09:27:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 07:27:37 -0700 |
| commit | 44bc6922764abb4118dc7a14d385bdc0a7a8dc37 (patch) | |
| tree | c0b19ddd18d9b09309c6e5203f5c292c9c2ddccd /versions | |
| parent | c37d7adbcc437e5ad2b0ee820660ad4996af366f (diff) | |
| download | vcpkg-44bc6922764abb4118dc7a14d385bdc0a7a8dc37.tar.gz vcpkg-44bc6922764abb4118dc7a14d385bdc0a7a8dc37.zip | |
[tbb] Remove ability to disable exception support in TBB runtime (#18740)
* After filing an issue with TBB (https://github.com/oneapi-src/oneTBB/issues/414), I found out that building the library with exceptions explicitly disabled as I had added support for had gone from not officially supported to more explicitly disallowed
* update tbb port-version
* run x-add-version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/t-/tbb.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 8b8873fec..d365b5d34 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6094,7 +6094,7 @@ }, "tbb": { "baseline": "2020_U3", - "port-version": 4 + "port-version": 5 }, "tcl": { "baseline": "core-9-0-a1", diff --git a/versions/t-/tbb.json b/versions/t-/tbb.json index 2655af3fd..71c441dbf 100644 --- a/versions/t-/tbb.json +++ b/versions/t-/tbb.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "475f44cf5033c6f3bfb5c69c5a301cddf18e7aa0", + "version-string": "2020_U3", + "port-version": 5 + }, + { "git-tree": "4e6228578b0ca40358f584aa1ea8b4a9ac2d4ed9", "version-string": "2020_U3", "port-version": 4 |
