aboutsummaryrefslogtreecommitdiff
path: root/ports/tensorflow-common/Update-bazel-max-version.patch
diff options
context:
space:
mode:
authorCheney Wang <38240633+Cheney-W@users.noreply.github.com>2021-07-30 13:01:31 -0700
committerGitHub <noreply@github.com>2021-07-30 13:01:31 -0700
commit261c458af6e3eed5d099144aff95d2b5035f656b (patch)
tree7462d05a5d2ded0c0adccc3e523a20a8c51a3cdd /ports/tensorflow-common/Update-bazel-max-version.patch
parenta5a70c7c3eadcc8a48b5f513b0ec361e40a5aeca (diff)
downloadvcpkg-261c458af6e3eed5d099144aff95d2b5035f656b.tar.gz
vcpkg-261c458af6e3eed5d099144aff95d2b5035f656b.zip
[tensorflow] Update the max version of the supported bazel (#19165)
* [tensorflow] Update the max version of the supported bazel * Update json file
Diffstat (limited to 'ports/tensorflow-common/Update-bazel-max-version.patch')
-rw-r--r--ports/tensorflow-common/Update-bazel-max-version.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/tensorflow-common/Update-bazel-max-version.patch b/ports/tensorflow-common/Update-bazel-max-version.patch
new file mode 100644
index 000000000..9dffd884b
--- /dev/null
+++ b/ports/tensorflow-common/Update-bazel-max-version.patch
@@ -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/', ''