-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBUILD
198 lines (186 loc) · 6.34 KB
/
BUILD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
load("@bazel_skylib//rules:build_test.bzl", "build_test")
package(default_visibility = ["//visibility:public"])
exports_files([
".clang-format",
"configure",
"configure.py",
"ACKNOWLEDGEMENTS",
"LICENSE",
])
licenses(["notice"]) # Apache 2.0
build_test(
name = "build_test",
targets = [
# "@mkl_dnn_v1//:mkl_dnn",
# "@com_github_jupp0r_prometheus_cpp//push",
"@com_github_tencent_rapidjson//:rapidjson",
# "@libevent//:libevent",
"@com_google_absl//absl/strings",
"@nlohmann_json_lib//:nlohmann_json",
"@com_github_grpc_grpc//:grpc",
"@com_github_grpc_grpc//:grpc++",
# "@openssl//:openssl",
# "@zeromq//:libzmq",
# "@com_github_jupp0r_prometheus_cpp//pull",
# "@com_google_protobuf//:protobuf_lite",
"@com_google_protobuf//:protobuf",
# "@com_google_protobuf//:protoc_lib",
# "@com_google_protobuf//:protoc",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/types:span",
# "@llvm-project//llvm:Support",
# "@llvm-project//mlir:IR",
# "@llvm-project//mlir:Pass",
# "@llvm-project//mlir:Support",
# "@llvm-project//mlir:Transforms",
"@com_github_google_flatbuffers//:flatbuffers",
# "@boringssl//:crypto",
# "@jsoncpp_git//:jsoncpp",
# "@com_googlesource_code_re2//:re2",
# "@farmhash_archive//:farmhash",
# "@fft2d",
# "@highwayhash//:sip_hash",
# "@gif",
# "@six_archive//:six",
"@pybind11",
"@com_github_gflags_gflags//:gflags",
"@com_github_google_glog//:glog",
"@com_google_googletest//:gtest",
"@ps-lite//:ps-lite",
# "@rules_compressor//example:zlib_usage_example",
"@spdlog",
"@com_github_fmtlib_fmt//:fmt",
"@uuid",
# "@libevent",
# "@cityhash",
"@openblas",
"@eigen",
# "@com_github_xtensorstack_xsimd//:xsimd",
# "@org_gnu_bison//:bison",
# "@org_gnu_bison//:yacc_bin",
# "@org_gnu_m4//:m4",
"@org_bzip_bzip2//:bzip2",
"@lz4",
"@org_lzma_lzma//:lzma",
"@com_github_google_snappy//:snappy",
"@zlib",
"@com_github_facebook_zstd//:zstd",
# "@openssl",
# "@com_github_jedisct1_libsodium//:sodium",
"@com_github_google_double_conversion//:double-conversion",
# "@com_pagure_libaio//:libaio",
# "@libdwarf",
# "@libunwind",
# "@com_github_facebook_fatal//:fatal",
# "@com_github_cyan4973_xxhash//:xxhash",
# "@rules_m4//m4:current_m4_toolchain",
# "@rules_bison//bison:current_bison_toolchain",
# "@boost",
# "@com_github_catchorg_Catch2//:catch2",
# "@com_github_catchorg_Catch2//:catch2_main",
"@com_github_apache_thrift//:thriftl",
"@com_github_apache_thrift//:copy_thrifty",
"@com_github_apache_thrift//:thrift",
"@com_github_apache_thrift//:thriftc",
# "@com_github_facebook_folly//:folly",
# "@com_github_facebook_fbthrift//:fbthrift",
# "@com_github_google_brotli//:brotli",
"@com_google_benchmark//:benchmark",
# "@clog",
# "@cpuinfo",
# "@dlpack",
],
)
build_test(
name = "build_test_linux",
targets = [
"@nlohmann_json_lib//:nlohmann_json",
"@boost//:boost",
# "@jemalloc",
"@llvm-project//clang:clang-format",
# "@com_github_apache_arrow//:arrow",
# "@com_github_facebook_zstd//:zstd",
# "@io_opentelemetry_cpp//:opentelemetry",
# "@com_github_facebookincubator_fizz//:fizz",
# "@com_github_facebook_wangle//:wangle",
# "@com_github_facebook_proxygen//:proxygen",
# "@com_github_apache_thrift//:thriftl",
# "@com_github_apache_thrift//:copy_thrifty",
# "@com_github_apache_thrift//:thrift",
# "@com_github_apache_thrift//:thriftc",
# "@com_github_facebook_folly//:folly",
# "@com_github_facebook_fbthrift//:fbthrift",
# "@io_opentelemetry_cpp//exporters/ostream:ostream_span_exporter",
# "@io_opentelemetry_cpp//exporters/otlp:otlp_http_exporter",
# "@io_opentelemetry_cpp//:common_proto_cc",
# "@com_github_xtensorstack_xsimd//:xsimd",
# "@com_github_apache_arrow//:arrow",
# "@curl",
# "@io_opentelemetry_cpp//api",
# "@io_opentelemetry_cpp",
# "@boringssl//:crypto",
# "@com_github_facebook_fbthrift//:fbthrift",
# "@com_github_facebook_zstd//:zstd",
# "@com_github_google_brotli//:brotli",
# "@com_github_google_double_conversion//:double-conversion",
# "@com_github_google_snappy//:snappy",
# "@com_github_tencent_rapidjson//:rapidjson",
# "@com_github_xtensor-stack_xsimd//:xsimd",
# "@lz4",
# "@org_bzip_bzip2//:bzip2",
# "@zlib",
],
)
build_test(
name = "build_test_boost",
targets = [
"@boost//:boost",
"@boost//:atomic",
"@boost//:chrono",
"@boost//:container",
"@boost//:context",
"@boost//:contract",
"@boost//:coroutine",
"@boost//:date_time",
"@boost//:exception",
"@boost//:fiber",
"@boost//:filesystem",
"@boost//:graph",
"@boost//:graph_parallel",
"@boost//:headers",
"@boost//:iostreams",
"@boost//:json",
"@boost//:locale",
"@boost//:log",
# "@boost//:math", #libboost_math_c99.a
"@boost//:mpi",
"@boost//:nowide",
"@boost//:program_options",
"@boost//:python",
"@boost//:random",
"@boost//:regex",
"@boost//:serialization",
"@boost//:stacktrace",
"@boost//:system",
"@boost//:test",
"@boost//:thread",
"@boost//:timer",
"@boost//:type_erasure",
"@boost//:wave",
],
)
# "@apache_apr//:apr",
# "@apache_aprutil//:aprutil",
# "@apache_log4cxx//:log4cxx",
# "@oneDNN//:mkldnn",
# "@com_github_facebook_rocksdb//:rocksdb",
# "@curl",
# "@cppunit//:cppunit",
# "@cpp3rd_lib//zookeeper:zookeeper",
# "@cpp3rd_lib//zk_client:zk_client",
# "@cpp3rd_lib//tensorflow:tensorflow_cc",
# "@cpp3rd_lib//tensorflow:tensorflow_framework",
# "@librdkafka//:kafka",
# "@jemalloc",
# "@apache_arrow//:arrow",
# "@org_gnu_gzip//:gzip",