forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tensorflow] Update the max version of the supported bazel (microsoft…
…#19165) * [tensorflow] Update the max version of the supported bazel * Update json file
- Loading branch information
Showing
6 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/configure.py b/configure.py | ||
index e5428a6..9324d7b 100644 | ||
--- a/configure.py | ||
+++ b/configure.py | ||
@@ -47,7 +47,7 @@ _TF_WORKSPACE_ROOT = '' | ||
_TF_BAZELRC = '' | ||
_TF_CURRENT_BAZEL_VERSION = None | ||
_TF_MIN_BAZEL_VERSION = '3.1.0' | ||
-_TF_MAX_BAZEL_VERSION = '3.99.0' | ||
+_TF_MAX_BAZEL_VERSION = '4.1.0' | ||
|
||
NCCL_LIB_PATHS = [ | ||
'lib64/', 'lib/powerpc64le-linux-gnu/', 'lib/x86_64-linux-gnu/', '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "tensorflow-common", | ||
"version-semver": "2.4.1", | ||
"port-version": 2, | ||
"port-version": 3, | ||
"description": "This meta package holds common files for the C [tensorflow] and the C++ [tensorflow-cc] API version of TensorFlow but is not installable on its own.", | ||
"homepage": "https://github.com/tensorflow/tensorflow" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters