ports/science/py-tensorflow/files/patch-third__party_systemlibs_swig.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
329 B
Text

--- third_party/systemlibs/swig.BUILD.orig 2019-07-13 11:28:32.539254000 +0100
+++ third_party/systemlibs/swig.BUILD 2019-07-13 11:28:47.485432000 +0100
@@ -13,7 +13,7 @@
genrule(
name = "lnswiglink",
outs = ["swiglink"],
- cmd = "ln -s $$(which swig) $@",
+ cmd = "ln -s $$(which swig3.0) $@",
)
sh_binary(