Files
tensorflow--tensorflow/third_party/jpeg/workspace.bzl
T
wehub-resource-sync 8a852e4b4e
cffconvert / validate (push) Has been skipped
License Check / license-check (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:14:16 +08:00

14 lines
543 B
Python

"""loads the jpeg library, used by TF."""
load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
def repo():
tf_http_archive(
name = "libjpeg_turbo",
urls = tf_mirror_urls("https://github.com/libjpeg-turbo/libjpeg-turbo/archive/refs/tags/2.1.4.tar.gz"),
sha256 = "a78b05c0d8427a90eb5b4eb08af25309770c8379592bb0b8a863373128e6143f",
strip_prefix = "libjpeg-turbo-2.1.4",
build_file = "//third_party/jpeg:jpeg.BUILD",
system_build_file = "//third_party/jpeg:BUILD.system",
)