diff options
Diffstat (limited to 'science/py-tensorflow/files/patch-third__party_systemlibs_grpc.BUILD')
-rw-r--r-- | science/py-tensorflow/files/patch-third__party_systemlibs_grpc.BUILD | 11 |
1 files changed, 11 insertions, 0 deletions
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"], + ) + |