Skip to content

Commit 5809d12

Browse files
authored
Merge pull request #10808 from hzeller/feature-20260704-fix-mck
Fix mockturtle BUILD file.
2 parents 01303a3 + 4e44618 commit 5809d12

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

  • third-party/mockturtle

third-party/mockturtle/BUILD

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
load("@rules_cc//cc:cc_library.bzl", "cc_library")
55
load("@rules_cc//cc:cc_test.bzl", "cc_test")
66

7+
package(
8+
features = [
9+
"layering_check",
10+
],
11+
)
12+
713
cc_library(
814
name = "mockturtle",
915
hdrs = glob(["include/mockturtle/**/*.hpp"]) + glob([
@@ -20,10 +26,8 @@ cc_library(
2026
],
2127
visibility = ["//visibility:public"],
2228
deps = [
23-
"@abseil-cpp//absl/base:core_headers",
2429
"@abseil-cpp//absl/container:flat_hash_map",
25-
"@abseil-cpp//absl/random:random",
26-
"@spdlog",
30+
"@fmt",
2731
],
2832
)
2933

0 commit comments

Comments
 (0)