From 3dccfaa0cdd58e4ba5cde9d68ddf1351b55db1ef Mon Sep 17 00:00:00 2001 From: Anthony Donnelly Date: Thu, 8 Jul 2021 17:27:30 -0700 Subject: science/py-tensorflow: Update 1.14.0 -> 1.15.5 PR: 250646 --- .../files/patch-third__party_systemlibs_grpc.BUILD | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 science/py-tensorflow/files/patch-third__party_systemlibs_grpc.BUILD (limited to 'science/py-tensorflow/files/patch-third__party_systemlibs_grpc.BUILD') diff --git a/science/py-tensorflow/files/patch-third__party_systemlibs_grpc.BUILD b/science/py-tensorflow/files/patch-third__party_systemlibs_grpc.BUILD new file mode 100644 index 000000000000..18f1b0aeeaa9 --- /dev/null +++ b/science/py-tensorflow/files/patch-third__party_systemlibs_grpc.BUILD @@ -0,0 +1,11 @@ +--- third_party/systemlibs/grpc.BUILD.orig 2019-10-14 21:08:43 UTC ++++ third_party/systemlibs/grpc.BUILD +@@ -7,7 +7,7 @@ filegroup( + + cc_library( + name = "grpc", +- linkopts = ["-lgrpc"], ++ linkopts = ["-lgrpc", "-lgpr"], + visibility = ["//visibility:public"], + ) + -- cgit v1.2.3