Lines Matching +full:- +full:- +full:repo

3 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
6 load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
14 "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/{version}/bazel-skylib-{version}.tar.gz".format(version = SKYLIB_VERSION),
15 "https://github.com/bazelbuild/bazel-skylib/releases/download/{version}/bazel-skylib-{version}.tar.gz".format(version = SKYLIB_VERSION),
22 strip_prefix = "rules_cc-0.0.17",
23 urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.0.17/rules_cc-0.0.17.tar.gz"],
27 name = "llvm-raw",
32 load("@llvm-raw//utils/bazel:configure.bzl", "llvm_configure")
34 llvm_configure(name = "llvm-project")
40 strip_prefix = "rules_python-1.0.0",
41 url = "https://github.com/bazelbuild/rules_python/releases/download/1.0.0/rules_python-1.0.0.tar.gz",
47 build_file = "@llvm-raw//utils/bazel/third_party_build:zlib-ng.BUILD",
49 strip_prefix = "zlib-ng-2.0.7",
51 "https://github.com/zlib-ng/zlib-ng/archive/refs/tags/2.0.7.zip",
58 build_file = "@llvm-raw//utils/bazel/third_party_build:vulkan_headers.BUILD",
60 strip_prefix = "Vulkan-Headers-9bd3f561bcee3f01d22912de10bb07ce4e23d378",
62 "https://github.com/KhronosGroup/Vulkan-Headers/archive/9bd3f561bcee3f01d22912de10bb07ce4e23d378.tar.gz",
66 load("@llvm-raw//utils/bazel:vulkan_sdk.bzl", "vulkan_sdk_setup")
96 strip_prefix = "rules_foreign_cc-0.11.1",
97 url = "https://github.com/bazelbuild/rules_foreign_cc/releases/download/0.11.1/rules_foreign_cc-0.11.1.tar.gz",
107 build_file = "@llvm-raw//utils/bazel/third_party_build:gmp.BUILD",
109 strip_prefix = "gmp-6.2.1",
111 "https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz",
112 "https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz",
116 # https://www.mpfr.org/mpfr-current/
118 # When updating to a newer version, don't use URLs with "mpfr-current" in them.
123 build_file = "@llvm-raw//utils/bazel/third_party_build:mpfr.BUILD",
125 strip_prefix = "mpfr-4.1.1",
126 urls = ["https://www.mpfr.org/mpfr-4.1.1/mpfr-4.1.1.tar.gz"],
132 build_file = "@llvm-raw//utils/bazel/third_party_build:pfm.BUILD",
134 strip_prefix = "libpfm-4.13.0",
135 urls = ["https://versaweb.dl.sourceforge.net/project/perfmon2/libpfm4/libpfm-4.13.0.tar.gz"],
141 build_file = "@llvm-raw//utils/bazel/third_party_build:zstd.BUILD",
143 strip_prefix = "zstd-1.5.2",
145 "https://github.com/facebook/zstd/releases/download/v1.5.2/zstd-1.5.2.tar.gz",
152 build_file = "@llvm-raw//utils/bazel/third_party_build:pybind.BUILD",
154 strip_prefix = "pybind11-2.10.3",
161 build_file = "@llvm-raw//utils/bazel/third_party_build:robin_map.BUILD",
163 strip_prefix = "robin-map-1.3.0",
164 url = "https://github.com/Tessil/robin-map/archive/refs/tags/v1.3.0.tar.gz",
170 build_file = "@llvm-raw//utils/bazel/third_party_build:nanobind.BUILD",
172 strip_prefix = "nanobind-2.4.0",