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 9, 2024
1 parent 052b607 commit 5710d67
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,20 @@ single_version_override(
bazel_dep(name = "leveldb", version = "1.23")
bazel_dep(name = "openssl", version = "3.3.2.bcr.1")



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 = "@//bazel:local_openmp_macos.BUILD",
path = "/usr/local/opt/libomp",
)


new_local_repository(
name = "macos_omp_arm64",
build_file = "@//bazel:local_openmp_macos.BUILD",
path = "/opt/homebrew/opt/libomp/",
)


# test
bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)
bazel_dep(name = "google_benchmark", version = "1.8.5", dev_dependency = True)

0 comments on commit 5710d67

Please sign in to comment.