Replace use of TF's third_party_http_archive with http_archive in PocketFFT workspace.

TF got rid of `third_party_http_archive`, and I'm not sure why we couldn't use Bazel's provided `http_archive` instead.
This commit is contained in:
Skye Wanderman-Milne 2021-02-25 17:29:37 -08:00
parent 90dcc1c55a
commit ba4f7880a3

View File

@ -14,10 +14,10 @@
"""Bazel workspace for PocketFFT."""
load("@org_tensorflow//third_party:repo.bzl", "third_party_http_archive")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def repo():
third_party_http_archive(
http_archive(
name = "pocketfft",
sha256 = "bba6962b9f71a220b4873549bad5e6e5a2630bc465e3f9a9822c4ab2418709a7",
strip_prefix = "pocketfft-53e9dd4d12f986207c96d97c5183f5a72239c76e",