diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-08-06 15:28:01 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-08-06 15:28:01 +0000 |
commit | 069ecdaf120f4924be812e6fef29d7dfe605ecee (patch) | |
tree | 926d5e1fe25bb955421476bee97c7064e22026fa /science/py-tensorflow/files/patch-tensorflow_workspace.bzl | |
parent | sysutils/doctl: Update to version 1.26.3 (diff) |
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>
Diffstat (limited to 'science/py-tensorflow/files/patch-tensorflow_workspace.bzl')
-rw-r--r-- | science/py-tensorflow/files/patch-tensorflow_workspace.bzl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/science/py-tensorflow/files/patch-tensorflow_workspace.bzl b/science/py-tensorflow/files/patch-tensorflow_workspace.bzl new file mode 100644 index 000000000000..29955c8d64d4 --- /dev/null +++ b/science/py-tensorflow/files/patch-tensorflow_workspace.bzl @@ -0,0 +1,10 @@ +--- tensorflow/workspace.bzl.orig 2019-07-11 15:46:44.460265000 +0100 ++++ tensorflow/workspace.bzl 2019-07-11 15:47:14.104299000 +0100 +@@ -346,6 +346,7 @@ + ], + sha256 = "8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1", + build_file = clean_dep("//third_party:enum34.BUILD"), ++ system_build_file = clean_dep("//third_party/systemlibs:enum34.BUILD"), + strip_prefix = "enum34-1.1.6/enum", + ) + |