xref: /aosp_15_r20/external/pytorch/.buckconfig.oss (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1[pt]
2  is_oss=1
3
4[buildfile]
5  name = BUCK.oss
6  includes = //tools/build_defs/select.bzl
7
8[repositories]
9  bazel_skylib = third_party/bazel-skylib/
10  ovr_config = .
11
12[download]
13  in_build = true
14
15[cxx]
16  cxxflags = -std=c++17
17  ldflags = -Wl,--no-undefined
18  should_remap_host_platform = true
19  cpp = /usr/bin/clang
20  cc = /usr/bin/clang
21  cxx = /usr/bin/clang++
22  cxxpp = /usr/bin/clang++
23  ld = /usr/bin/clang++
24
25[project]
26  default_flavors_mode=all
27