diff options
| author | Joachim Gehweiler <44170764+jgehw@users.noreply.github.com> | 2021-09-01 23:29:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-01 14:29:50 -0700 |
| commit | 7734e8b89d6d511a95ac27f8d8eed913535b592d (patch) | |
| tree | 7a87e02cc71c6a556b24a200aff85e570b865484 /versions | |
| parent | adc1caf8f9cac9c14e184d7e2dc9cebe7af7c02d (diff) | |
| download | vcpkg-7734e8b89d6d511a95ac27f8d8eed913535b592d.tar.gz vcpkg-7734e8b89d6d511a95ac27f8d8eed913535b592d.zip | |
[tensorflow] fix macOS build errors caused by numpy and bazel upgrades (#19363)
* Revert "incorporate changes from microsoft:master"
* Revert "Revert "incorporate changes from microsoft:master""
* issue targeted in newer numpy version
* work-around for broken numpy libs on macOS
* temporarily add debug code to analyze CI failures
* again temporary debug code
* fix linkage command on macOS (broken by Bazel upgrade)
* fix regex for macOS linker command
* remove debug code, bump version
* x-add-version seems to require a separate commit...
* Fix misspelled "acceleration".
* 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')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/t-/tensorflow-common.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 99da61e30..2233413ef 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6274,7 +6274,7 @@ }, "tensorflow-common": { "baseline": "2.4.1", - "port-version": 3 + "port-version": 4 }, "tensorpipe": { "baseline": "2021-04-26", diff --git a/versions/t-/tensorflow-common.json b/versions/t-/tensorflow-common.json index cbe798a9e..59c201491 100644 --- a/versions/t-/tensorflow-common.json +++ b/versions/t-/tensorflow-common.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "3d84b641f07ef269a213e0382e719a0c338f4ed7", + "version-semver": "2.4.1", + "port-version": 4 + }, + { "git-tree": "dd652b405ef53658c13af438e8414110f2977520", "version-semver": "2.4.1", "port-version": 3 |
