mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-07 19:56:55 +02:00
Merge pull request #365 from hzeller/feature-20260525-keep-inc
Explicitly mark dependencies as keep for bracket-headers used.
This commit is contained in:
@@ -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
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user