ports/science/py-tensorflow/files/patch-third__party_systemlibs_grpc.build
Yuri Victorovich 069ecdaf12 Re-add science/py-tensorflow: Computation using data flow graphs for scalable machine learning
Many thanks to Anthony who was highly persistent and skillful in getting the Tensorflow build on FreeBSD!

PR:		226400
Submitted by:	Anthony <amzo1337@gmail.com>
2019-08-06 15:28:01 +00:00

11 lines
317 B
Text

--- third_party/systemlibs/grpc.BUILD.orig 2019-06-18 23:48:23.000000000 +0100
+++ third_party/systemlibs/grpc.BUILD 2019-07-13 14:03:35.671155000 +0100
@@ -7,7 +7,7 @@
cc_library(
name = "grpc",
- linkopts = ["-lgrpc"],
+ linkopts = ["-lgrpc", "-lgpr"],
visibility = ["//visibility:public"],
)