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_swig.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_swig.build')
-rw-r--r-- | science/py-tensorflow/files/patch-third__party_systemlibs_swig.build | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/science/py-tensorflow/files/patch-third__party_systemlibs_swig.build b/science/py-tensorflow/files/patch-third__party_systemlibs_swig.build deleted file mode 100644 index b3b8f80f1fef..000000000000 --- a/science/py-tensorflow/files/patch-third__party_systemlibs_swig.build +++ /dev/null @@ -1,11 +0,0 @@ ---- 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( |