Skip to content

Commit

Permalink
format MODULE.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
tongke6 committed Dec 18, 2024
1 parent c2f1f01 commit 214924e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ bazel_dep(name = "boost.algorithm", version = "1.83.0.bcr.1")
bazel_dep(name = "boost.multiprecision", version = "1.83.0")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")

# --registry=https://baidu.github.io/babylon/registry
bazel_dep(name = "openssl", version = "3.3.2.bcr.1")

# self-host registry
bazel_dep(name = "openssl", version = "3.3.2.bcr.1")
bazel_dep(name = "org_interconnection", version = "0.0.1")
bazel_dep(name = "fourqlib", version = "0.0.0-20220901-1031567")
bazel_dep(name = "arrow", version = "10.0.0", repo_name = "org_apache_arrow")
Expand All @@ -66,6 +64,7 @@ use_repo(
)

new_local_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:local.bzl", "new_local_repository")

new_local_repository(
name = "macos_omp_x64",
build_file = "@yacl//bazel:local_openmp_macos.BUILD",
Expand Down

0 comments on commit 214924e

Please sign in to comment.