aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/nccl/system.BUILD.tpl
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-01 17:28:26 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-01 17:28:26 -0700
commitea5c529ed7b7e17d1e66bc7cf4479d232ed0a896 (patch)
tree1e243678216ef70459cbae51b61ede073d75c4b0 /third_party/nccl/system.BUILD.tpl
parentbfbe2bbe6a83a4acfa8f87aa5c8228e74b37bb61 (diff)
parent49978a87c80d85f8eea71e003265b788aa5febc3 (diff)
Merge pull request #22519 from jayfurmanek:nccl2_configure
PiperOrigin-RevId: 215310536
Diffstat (limited to 'third_party/nccl/system.BUILD.tpl')
-rw-r--r--third_party/nccl/system.BUILD.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nccl/system.BUILD.tpl b/third_party/nccl/system.BUILD.tpl
index 7ca835dedf..a07f54955f 100644
--- a/third_party/nccl/system.BUILD.tpl
+++ b/third_party/nccl/system.BUILD.tpl
@@ -20,7 +20,7 @@ genrule(
"libnccl.so.%{version}",
"nccl.h",
],
- cmd = """cp "%{install_path}/include/nccl.h" "$(@D)/nccl.h" &&
- cp "%{install_path}/lib/libnccl.so.%{version}" "$(@D)/libnccl.so.%{version}" """,
+ cmd = """cp "%{hdr_path}/nccl.h" "$(@D)/nccl.h" &&
+ cp "%{install_path}/libnccl.so.%{version}" "$(@D)/libnccl.so.%{version}" """,
)