-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
14 additions
and
0 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
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 @@ | ||
# Empty BUILD so this is treated like a package. |
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,12 @@ | ||
diff --git a/tensorflow/tools/toolchains/python/python_repo.bzl b/tensorflow/tools/toolchains/python/python_repo.bzl | ||
index 47fe64d7b7b..a01a1f19c8b 100644 | ||
--- a/tensorflow/tools/toolchains/python/python_repo.bzl | ||
+++ b/tensorflow/tools/toolchains/python/python_repo.bzl | ||
@@ -21,6 +21,7 @@ TF_PYTHON_VERSION = "{}" | ||
HERMETIC_PYTHON_VERSION = "{}" | ||
WHEEL_NAME = "{}" | ||
WHEEL_COLLAB = "{}" | ||
+USE_PYWRAP_RULES = "False" | ||
""" | ||
|
||
def _python_repository_impl(repository_ctx): |