Enabling python configuration to use a remotely generated configuration that is located inside of the org_tensorflow repo (previously it *had* to be a remote repo declared in workspace file).
PiperOrigin-RevId: 158138601
This commit is contained in:
parent
0fe0bfcc3c
commit
b6a8848c17
4
third_party/py/remote.BUILD.tpl
vendored
4
third_party/py/remote.BUILD.tpl
vendored
@ -4,10 +4,10 @@ package(default_visibility = ["//visibility:public"])
|
||||
|
||||
alias(
|
||||
name = "python_headers",
|
||||
actual = "@%{REMOTE_PYTHON_REPO}//:python_headers",
|
||||
actual = "%{REMOTE_PYTHON_REPO}:python_headers",
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "numpy_headers",
|
||||
actual = "@%{REMOTE_PYTHON_REPO}//:numpy_headers",
|
||||
actual = "%{REMOTE_PYTHON_REPO}:numpy_headers",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user