Skip to content

Commit

Permalink
Correct libpfm dep for integrators. (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqing117 committed Mar 20, 2023
1 parent d29044d commit f7547e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/benchmark_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def benchmark_deps():
# Downloaded from v4.9.0 tag at https://sourceforge.net/p/perfmon2/libpfm4/ref/master/tags/
http_archive(
name = "libpfm",
build_file = str(Label("@//tools:libpfm.BUILD.bazel")),
build_file = str(Label("//tools:libpfm.BUILD.bazel")),
sha256 = "5da5f8872bde14b3634c9688d980f68bda28b510268723cc12973eedbab9fecc",
type = "tar.gz",
strip_prefix = "libpfm-4.11.0",
Expand Down

0 comments on commit f7547e2

Please sign in to comment.