mirror of https://github.com/google/benchmark.git
add '@' to correctly reference build file for libpfm (#1575)
This commit is contained in:
parent
9f7dc386be
commit
68aa1903b1
|
@ -58,9 +58,9 @@ def benchmark_deps():
|
||||||
# Downloaded from v4.9.0 tag at https://sourceforge.net/p/perfmon2/libpfm4/ref/master/tags/
|
# Downloaded from v4.9.0 tag at https://sourceforge.net/p/perfmon2/libpfm4/ref/master/tags/
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "libpfm",
|
name = "libpfm",
|
||||||
build_file = "//tools:libpfm.BUILD.bazel",
|
build_file = "@//tools:libpfm.BUILD.bazel",
|
||||||
sha256 = "5da5f8872bde14b3634c9688d980f68bda28b510268723cc12973eedbab9fecc",
|
sha256 = "5da5f8872bde14b3634c9688d980f68bda28b510268723cc12973eedbab9fecc",
|
||||||
type = "tar.gz",
|
type = "tar.gz",
|
||||||
strip_prefix = "libpfm-4.11.0",
|
strip_prefix = "libpfm-4.11.0",
|
||||||
urls = ["https://sourceforge.net/projects/perfmon2/files/libpfm4/libpfm-4.11.0.tar.gz/download"],
|
urls = ["https://sourceforge.net/projects/perfmon2/files/libpfm4/libpfm-4.11.0.tar.gz/download"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue