Merge pull request #365 from hzeller/feature-20260525-keep-inc

Explicitly mark dependencies as keep for bracket-headers used.
This commit is contained in:
Matt Liberty 2026-05-26 14:24:13 +00:00 committed by GitHub
commit 66c2930332
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

8
BUILD
View File

@ -396,11 +396,11 @@ cc_library(
visibility = ["//:__subpackages__"],
deps = [
"@cudd",
"@eigen",
"@openmp",
"@eigen", # keep. Is used, but with <>-includes
"@openmp", # keep. Is needed ? Nobody includes omp.h
"@rules_flex//flex:current_flex_toolchain",
"@tcl_lang//:tcl",
"@zlib",
"@tcl_lang//:tcl", # keep. Is used, but with <>-includes
"@zlib", # keep. Is used, but with <>-includes
],
)