diff options
| author | Joachim Gehweiler <44170764+jgehw@users.noreply.github.com> | 2021-09-30 05:43:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-29 20:43:32 -0700 |
| commit | 8ad33ead9075cd8d6d357e0b870ba8d501efe35c (patch) | |
| tree | ab3a6b7785b5b34da890e0db63f50bbe60362bf6 /versions/t-/tensorflow.json | |
| parent | dd991ef5b82051cb7481a92c71dc5706325ba7c2 (diff) | |
| download | vcpkg-8ad33ead9075cd8d6d357e0b870ba8d501efe35c.tar.gz vcpkg-8ad33ead9075cd8d6d357e0b870ba8d501efe35c.zip | |
[tensorflow] update to 2.6 (#20015)
* Revert "incorporate changes from microsoft:master"
* Revert "Revert "incorporate changes from microsoft:master""
* WIP: update to tensorflow 2.6
* update patch
* update more patches
* fix patch again
* fix new Windows compile/linkage errors
* fix patch
* fix patch again
* temporarily revert Windows build option fix to test whether upstream fix doesn't work
* check if constexpr is sufficient (is_same_v requires C++17)
* try patch for build parameters
* remove fastbuild patch and improve constexpr patch (no C++17 requirement)
(fastbuild patch didn't work because bazel overrides it with /DEBUG:FULL)
* x-add-version
* add C++17 preprocessor switch for "if constexpr"
* x-add-version
* remove pre-processor switch (doesn't work without)
* x-add-version
* work-around toolchain issues on macOS
* x-add-version
* fix Windows build options (must be string, not list)
* x-add-version
* temporarily add code to debug CI
* temporarily add more debug output as build doesn't even start on macOS CI
* remove debug code, add switch for linker parameters on macOS and re-introduce old behaviour (some platforms still use old behaviour)
* x-add-version
* fix broken string termination
* x-add-version
* fix function name
* x-add-version
Co-authored-by: jgehw <Joachim_Gehweiler@McAfee.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions/t-/tensorflow.json')
| -rw-r--r-- | versions/t-/tensorflow.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/t-/tensorflow.json b/versions/t-/tensorflow.json index c83f74066..900e6a8ed 100644 --- a/versions/t-/tensorflow.json +++ b/versions/t-/tensorflow.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "8692b5026a3b7666e73dcaf7432e525dc103f8c5", + "version-semver": "2.6.0", + "port-version": 0 + }, + { "git-tree": "bd9bf99a10fe9a9769f26dedb282f3c1954fc9bb", "version-semver": "2.4.1", "port-version": 0 |
