diff options
author | Anthony Donnelly <amzo1337@gmail.com> | 2021-07-08 17:27:30 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-07-08 17:31:37 -0700 |
commit | 3dccfaa0cdd58e4ba5cde9d68ddf1351b55db1ef (patch) | |
tree | a6eb958fb4d4cbed1e11add61edc0edeebc2cf20 /science/py-tensorflow/files/patch-third__party_systemlibs_grpc.BUILD | |
parent | devel/google-cloud-cpp117: New port: C++ Idiomatic Clients for Google Cloud P... (diff) |
science/py-tensorflow: Update 1.14.0 -> 1.15.5
PR: 250646
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"], + ) + |