From d7c7763b3a418029595fe1126501b329d952a863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Sun, 16 Jun 2024 22:43:37 +0200 Subject: [PATCH] Try fix undef symbols in macOS builds --- deps/ReactantExtra/BUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/deps/ReactantExtra/BUILD b/deps/ReactantExtra/BUILD index 8f1837e5c..740489be7 100644 --- a/deps/ReactantExtra/BUILD +++ b/deps/ReactantExtra/BUILD @@ -227,17 +227,17 @@ cc_library( ) + [ # "@com_google_protobuf//:src/google/protobuf/io/coded_stream.cc", - # "@xla//xla:xla.pb.cc", + "@xla//xla:xla.pb.cc", # "@xla//xla:xla_data.pb.cc", - # "@xla//xla/stream_executor:device_description.pb.cc", - # "@xla//xla/service:hlo.pb.cc", + "@xla//xla/stream_executor:device_description.pb.cc", + "@xla//xla/service:hlo.pb.cc", # # "@tsl//tsl/protobuf:dnn.pb.cc", - # "@tsl//tsl/protobuf:histogram.pb.cc", - # "@tsl//tsl/protobuf:bfc_memory_map.pb.cc", - # "@xla//xla/service/gpu:backend_configs.pb.cc", - # "@xla//xla:autotuning.pb.cc", - # "@xla//xla:autotune_results.pb.cc", - # "@xla//xla/service:buffer_assignment.pb.cc", + "@tsl//tsl/protobuf:histogram.pb.cc", + "@tsl//tsl/protobuf:bfc_memory_map.pb.cc", + "@xla//xla/service/gpu:backend_configs.pb.cc", + "@xla//xla:autotuning.pb.cc", + "@xla//xla:autotune_results.pb.cc", + "@xla//xla/service:buffer_assignment.pb.cc", ], hdrs = glob([ "*.h",