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-tensorflow_workspace.bzl | |
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-tensorflow_workspace.bzl')
-rw-r--r-- | science/py-tensorflow/files/patch-tensorflow_workspace.bzl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/science/py-tensorflow/files/patch-tensorflow_workspace.bzl b/science/py-tensorflow/files/patch-tensorflow_workspace.bzl index 29955c8d64d4..d25f9d632e8e 100644 --- a/science/py-tensorflow/files/patch-tensorflow_workspace.bzl +++ b/science/py-tensorflow/files/patch-tensorflow_workspace.bzl @@ -1,10 +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", - ) - +--- tensorflow/workspace.bzl.orig 2021-07-08 11:05:27 UTC ++++ tensorflow/workspace.bzl +@@ -324,6 +324,7 @@ def tf_repositories(path_prefix = "", tf_repo_name = " + build_file = clean_dep("//third_party:functools32.BUILD"), + sha256 = "f6253dfbe0538ad2e387bd8fdfd9293c925d63553f5813c4e587745416501e6d", + strip_prefix = "functools32-3.2.3-2", ++ system_build_file = clean_dep("//third_party/systemlibs:functools32.BUILD"), + urls = [ + "https://storage.googleapis.com/mirror.tensorflow.org/pypi.python.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz", + "https://pypi.python.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz", |