Skip to content

Commit

Permalink
Remove //third_party/libdoubleconversion dependency from TensorFlow
Browse files Browse the repository at this point in the history
No longer needed now that we are using the code in absl

PiperOrigin-RevId: 710458187
  • Loading branch information
majnemer authored and copybara-github committed Dec 29, 2024
1 parent 7d4367e commit e6ef68a
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion opensource_only.files
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ third_party/systemlibs/boringssl.BUILD:
third_party/systemlibs/build_defs.bzl.tpl:
third_party/systemlibs/curl.BUILD:
third_party/systemlibs/cython.BUILD:
third_party/systemlibs/double_conversion.BUILD:
third_party/systemlibs/gif.BUILD:
third_party/systemlibs/google_cloud_cpp.BUILD:
third_party/systemlibs/google_cloud_cpp.google.cloud.bigtable.BUILD:
Expand Down
12 changes: 0 additions & 12 deletions third_party/systemlibs/double_conversion.BUILD

This file was deleted.

1 change: 0 additions & 1 deletion third_party/systemlibs/syslibs_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ VALID_LIBS = [
"curl",
"cython",
"dill_archive",
"double_conversion",
"flatbuffers",
"functools32_archive",
"gast_archive",
Expand Down
1 change: 0 additions & 1 deletion tsl/platform/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ cc_library(
":types",
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/strings",
"@double_conversion//:double-conversion",
],
)

Expand Down
8 changes: 0 additions & 8 deletions workspace2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -480,14 +480,6 @@ def _tf_repositories():
urls = tf_mirror_urls("https://github.com/cython/cython/archive/3.0.3.tar.gz"),
)

tf_http_archive(
name = "double_conversion",
sha256 = "3dbcdf186ad092a8b71228a5962009b5c96abde9a315257a3452eb988414ea3b",
strip_prefix = "double-conversion-3.2.0",
system_build_file = "//third_party/systemlibs:double_conversion.BUILD",
urls = tf_mirror_urls("https://github.com/google/double-conversion/archive/v3.2.0.tar.gz"),
)

tf_http_archive(
name = "build_bazel_rules_android",
sha256 = "cd06d15dd8bb59926e4d65f9003bfc20f9da4b2519985c27e190cddc8b7a7806",
Expand Down

0 comments on commit e6ef68a

Please sign in to comment.