STT-tensorflow/third_party/hwloc
William D. Irons c639437db1 Fix hwloc build for ppc64le
This commit: https://github.com/tensorflow/tensorflow/commit/41df105#diff-6fb2e55075204b47da0460ea2abbc32f
broke the CPU unit test build for ppc64le. The compiler error was:

.../libexternal_Shwloc_Slibhwloc.so: error: undefined reference to 'hwloc_linux_component'
.../libexternal_Shwloc_Slibhwloc.so: error: undefined reference to 'hwloc_linuxio_component'

These methods are defined in topology-linux.c, adding the necessary bazel select statement
so they are built during a ppc64le build.
2020-01-06 20:15:42 +00:00
..
BUILD Apply 'buildozer fix moveLicensesAndDistribs movePackageToTop' to all BUILD files. 2019-05-24 04:53:01 -07:00
BUILD.bazel Fix hwloc build for ppc64le 2020-01-06 20:15:42 +00:00
BUILD.system
static-components.h Fix compilation of hwloc 2019-12-11 16:50:14 +00:00
workspace.bzl Mechanical replacement of mirror.tensorflow.org with https equivalent. 2019-07-23 22:26:09 -07:00