| load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") |
| |
| # rules_proto defines abstract rules for building Protocol Buffers. |
| # https://github.com/bazelbuild/rules_proto |
| http_archive( |
| name = "rules_proto", |
| sha256 = "a4382f78723af788f0bc19fd4c8411f44ffe0a72723670a34692ffad56ada3ac", |
| strip_prefix = "rules_proto-f7a30f6f80006b591fa7c437fe5a951eb10bcbcf", |
| urls = [ |
| "https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/f7a30f6f80006b591fa7c437fe5a951eb10bcbcf.zip", |
| "https://github.com/bazelbuild/rules_proto/archive/f7a30f6f80006b591fa7c437fe5a951eb10bcbcf.zip", |
| ], |
| ) |
| |
| load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains") |
| |
| rules_proto_dependencies() |
| |
| rules_proto_toolchains() |
| |
| # rules_cc defines rules for generating C++ code from Protocol Buffers. |
| http_archive( |
| name = "rules_cc", |
| sha256 = "e0e0e15cd88a8cdc153268dddf698c921550c7a1819bba987b57d41b643d8e0a", |
| strip_prefix = "rules_cc-0a198b994a5d61412ea1622ce681d17dbdbdd027", |
| urls = [ |
| "https://mirror.bazel.build/github.com/bazelbuild/rules_cc/archive/0a198b994a5d61412ea1622ce681d17dbdbdd027.zip", |
| "https://github.com/bazelbuild/rules_cc/archive/0a198b994a5d61412ea1622ce681d17dbdbdd027.zip", |
| ], |
| ) |
| |
| load("@rules_cc//cc:repositories.bzl", "rules_cc_dependencies") |
| |
| rules_cc_dependencies() |
| |
| # io_bazel_rules_go defines rules for generating C++ code from Protocol Buffers. |
| http_archive( |
| name = "io_bazel_rules_go", |
| sha256 = "c1a2f7457c060aaeab0ed9b711b14a75c758297062a7b20fefbecd3504427677", |
| strip_prefix = "rules_go-707c634bf8f7ca5b57c2a923bec16fa62ced1fc7", |
| urls = [ |
| "https://mirror.bazel.build/github.com/bazelbuild/rules_go/archive/707c634bf8f7ca5b57c2a923bec16fa62ced1fc7.zip", |
| "https://github.com/bazelbuild/rules_go/archive/707c634bf8f7ca5b57c2a923bec16fa62ced1fc7.zip", |
| ], |
| ) |
| |
| load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies") |
| |
| go_rules_dependencies() |
| |
| go_register_toolchains(version = "1.15.5") |
| |
| # Install gtest. |
| http_archive( |
| name = "com_github_google_googletest", |
| sha256 = "1315261a037d90405714830edf4243fccd89950556353aa3d21095b6a1430ead", |
| strip_prefix = "googletest-6a5eb807493214be733d4cbb9f07f22fde25284f", |
| urls = [ |
| "https://mirror.bazel.build/github.com/google/googletest/archive/6a5eb807493214be733d4cbb9f07f22fde25284f.zip", |
| "https://github.com/google/googletest/archive/6a5eb807493214be733d4cbb9f07f22fde25284f.zip", |
| ], |
| ) |
| |
| # abseil-cpp |
| http_archive( |
| name = "com_google_absl", |
| sha256 = "368be019fc8d69a566ac2cf7a75262d5ba8f6409e3ef3cdbcf0106bdeb32e91c", |
| strip_prefix = "abseil-cpp-9336be04a242237cd41a525bedfcf3be1bb55377", |
| urls = [ |
| "https://github.com/abseil/abseil-cpp/archive/9336be04a242237cd41a525bedfcf3be1bb55377.zip", |
| ], |
| ) |
| |
| # BoringSSL |
| http_archive( |
| name = "boringssl", |
| sha256 = "2f1ec017ae79356bd5df37fb6c0da7d2506633e235c74f13aa4e29e154f0c4f0", |
| strip_prefix = "boringssl-4830321a043480b11e2483ffb520f209714ff97c", |
| urls = [ |
| "https://github.com/google/boringssl/archive/4830321a043480b11e2483ffb520f209714ff97c.zip", |
| ], |
| ) |
| |
| # Benchmarks |
| http_archive( |
| name = "com_github_google_benchmark", |
| sha256 = "d37d3fb186bbcc30018962185606869c032e866bc9ad376a6112fbb64fe6935f", |
| strip_prefix = "benchmark-5e387e7d33a55b8d6b7c5025379b97cc9418fabf", |
| urls = [ |
| "https://mirror.bazel.build/github.com/google/benchmark/archive/5e387e7d33a55b8d6b7c5025379b97cc9418fabf.zip", |
| "https://github.com/google/benchmark/archive/5e387e7d33a55b8d6b7c5025379b97cc9418fabf.zip", |
| ], |
| ) |
| |
| # gflags needed for glog. |
| http_archive( |
| name = "com_github_gflags_gflags", |
| sha256 = "cfdba0f2f17e8b1ff75c98113d5080d8ec016148426abcc19130864e2952d7bd", |
| strip_prefix = "gflags-827c769e5fc98e0f2a34c47cef953cc6328abced", |
| urls = [ |
| "https://mirror.bazel.build/github.com/gflags/gflags/archive/827c769e5fc98e0f2a34c47cef953cc6328abced.zip", |
| "https://github.com/gflags/gflags/archive/827c769e5fc98e0f2a34c47cef953cc6328abced.zip", |
| ], |
| ) |
| |
| # glog for logging |
| http_archive( |
| name = "com_github_google_glog", |
| sha256 = "8476f6b3be29b3ebecc7de058183d510acec6e6dcef35d416cc3ac407a3a5645", |
| strip_prefix = "glog-a79416bab739907a31a1e139540921ff0492f010", |
| urls = [ |
| "https://mirror.bazel.build/github.com/google/glog/archive/a79416bab739907a31a1e139540921ff0492f010.zip", |
| "https://github.com/google/glog/archive/a79416bab739907a31a1e139540921ff0492f010.zip", |
| ], |
| ) |
| |
| # IREE for cc_embed_data. |
| http_archive( |
| name = "com_github_google_iree", |
| sha256 = "aa369b29a5c45ae9d7aa8bf49ea1308221d1711277222f0755df6e0a575f6879", |
| strip_prefix = "iree-7e6012468cbaafaaf30302748a2943771b40e2c3", |
| urls = [ |
| "https://github.com/google/iree/archive/7e6012468cbaafaaf30302748a2943771b40e2c3.zip", |
| ], |
| ) |
| |
| # riegeli for file IO |
| http_archive( |
| name = "com_github_google_riegeli", |
| sha256 = "3919f42bae25c890b89bf96525939debdd3679abfc6a81725a11397694cfbe07", |
| strip_prefix = "riegeli-accecad7fbbbe1af525ba5e35c6260f63eebf8c5", |
| urls = [ |
| "https://github.com/google/riegeli/archive/accecad7fbbbe1af525ba5e35c6260f63eebf8c5.zip", |
| ], |
| ) |
| |
| # Highway for SIMD operations. |
| http_archive( |
| name = "com_github_google_highway", |
| sha256 = "4319b782773538ff6f50695936c72d3b6be09d4d8ebcb88ab1472aa435ccaeb2", |
| strip_prefix = "highway-be16031e3637fe6c3ffba158124fbfdbc0329330", |
| urls = [ |
| "https://github.com/google/highway/archive/be16031e3637fe6c3ffba158124fbfdbc0329330.zip", |
| ], |
| ) |
| |
| # cppitertools for logging |
| http_archive( |
| name = "com_github_ryanhaining_cppitertools", |
| sha256 = "83aedc4f593212d8112eac0b32b5f191219604f3db922cc218fd733ea448118c", |
| strip_prefix = "cppitertools-b2b98e60438f1ed6b04b77cdb6cc5d5516af301b", |
| urls = [ |
| "https://github.com/ryanhaining/cppitertools/archive/b2b98e60438f1ed6b04b77cdb6cc5d5516af301b.zip", |
| ] |
| ) |