aboutsummaryrefslogtreecommitdiff
path: root/science/py-tensorflow/files/patch-tensorflow_python_util_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-tensorflow/files/patch-tensorflow_python_util_BUILD')
-rw-r--r--science/py-tensorflow/files/patch-tensorflow_python_util_BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/science/py-tensorflow/files/patch-tensorflow_python_util_BUILD b/science/py-tensorflow/files/patch-tensorflow_python_util_BUILD
new file mode 100644
index 000000000000..9c99182fba88
--- /dev/null
+++ b/science/py-tensorflow/files/patch-tensorflow_python_util_BUILD
@@ -0,0 +1,10 @@
+--- tensorflow/python/util/BUILD.orig 2023-09-12 16:46:28 UTC
++++ tensorflow/python/util/BUILD
+@@ -442,6 +442,7 @@ cc_library(
+ "//tensorflow/python/lib/core:safe_pyobject_ptr",
+ "//third_party/python_runtime:headers", # buildcleaner: keep
+ "@com_google_absl//absl/container:flat_hash_set",
++ "@com_google_absl//absl/strings",
+ "@com_google_absl//absl/types:span",
+ ],
+ )