Fix the license file name in hwloc archive.
PiperOrigin-RevId: 235804290
This commit is contained in:
parent
461b64c6e6
commit
a57b2f36e9
@ -130,7 +130,7 @@ genrule(
|
||||
"@gemmlowp//:LICENSE",
|
||||
"@gif_archive//:COPYING",
|
||||
"@highwayhash//:LICENSE",
|
||||
"@hwloc//:LICENSE",
|
||||
"@hwloc//:COPYING",
|
||||
"@icu//:icu4c/LICENSE",
|
||||
"@jpeg//:LICENSE.md",
|
||||
"@llvm//:LICENSE.TXT",
|
||||
@ -200,7 +200,7 @@ genrule(
|
||||
"@gemmlowp//:LICENSE",
|
||||
"@gif_archive//:COPYING",
|
||||
"@highwayhash//:LICENSE",
|
||||
"@hwloc//:LICENSE",
|
||||
"@hwloc//:COPYING",
|
||||
"@icu//:icu4j/main/shared/licenses/LICENSE",
|
||||
"@jpeg//:LICENSE.md",
|
||||
"@llvm//:LICENSE.TXT",
|
||||
|
@ -171,7 +171,7 @@ filegroup(
|
||||
"@gemmlowp//:LICENSE",
|
||||
"@gif_archive//:COPYING",
|
||||
"@highwayhash//:LICENSE",
|
||||
"@hwloc//:LICENSE",
|
||||
"@hwloc//:COPYING",
|
||||
"@icu//:icu4c/LICENSE",
|
||||
"@jpeg//:LICENSE.md",
|
||||
"@keras_applications_archive//:LICENSE",
|
||||
|
2
third_party/hwloc/BUILD.bazel
vendored
2
third_party/hwloc/BUILD.bazel
vendored
@ -6,7 +6,7 @@ package(
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
exports_files(["COPYING"])
|
||||
|
||||
load("@local_config_cuda//cuda:build_defs.bzl", "if_cuda")
|
||||
load("@org_tensorflow//third_party:common.bzl", "template_rule")
|
||||
|
Loading…
Reference in New Issue
Block a user