Skip to content

Commit

Permalink
Fix upstream app psi build failures on macos m1 (#453)
Browse files Browse the repository at this point in the history
* Fix upstream app psi build failures on macos m1

* remove version field
  • Loading branch information
tongke6 authored Dec 18, 2024
1 parent 871832a commit b91d7e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ new_local_repository = use_repo_rule("@bazel_tools//tools/build_defs/repo:local.

new_local_repository(
name = "macos_omp_x64",
build_file = "@//bazel:local_openmp_macos.BUILD",
build_file = "@yacl//bazel:local_openmp_macos.BUILD",
path = "/usr/local/opt/libomp",
)

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

Expand Down

0 comments on commit b91d7e6

Please sign in to comment.