We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b5cf8 commit 0189a6fCopy full SHA for 0189a6f
build.bzl
@@ -145,12 +145,12 @@ def define_targets(rules):
145
rules.genrule(
146
name = "version_h",
147
srcs = [
148
- ":torch/headeronly/version.h.in",
+ ":torch/headeronly:version.h.in",
149
":version.txt",
150
],
151
outs = ["torch/csrc/api/include/torch/version.h"],
152
cmd = "$(execpath //tools/setup_helpers:gen_version_header) " +
153
- "--template-path $(location :torch/headeronly/version.h.in) " +
+ "--template-path $(location :torch/headeronly:version.h.in) " +
154
"--version-path $(location :version.txt) --output-path $@ ",
155
tools = ["//tools/setup_helpers:gen_version_header"],
156
)
0 commit comments