mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
Fix build failure due to undefined reference to hwloc_linuxio_component on aarch64
This commit is contained in:
parent
efe57323d6
commit
243d122ef8
4
third_party/hwloc/BUILD.bazel
vendored
4
third_party/hwloc/BUILD.bazel
vendored
|
|
@ -262,6 +262,10 @@ cc_library(
|
|||
"hwloc/topology-x86.c",
|
||||
"include/private/cpuid-x86.h",
|
||||
],
|
||||
"@org_tensorflow//tensorflow:linux_aarch64": [
|
||||
"hwloc/topology-linux.c",
|
||||
"include/hwloc/linux.h",
|
||||
],
|
||||
"@org_tensorflow//tensorflow:linux_ppc64le": [
|
||||
"hwloc/topology-linux.c",
|
||||
"include/hwloc/linux.h",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user