Merge pull request #290 from fredowski/bazel-tcl

bazel/tcl: migrate from rules_hdl tcl to bazel BCR tcl version
This commit is contained in:
Matt Liberty 2026-02-25 19:12:58 +00:00 committed by GitHub
commit 7b9c3e40fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
BUILD
View File

@ -296,7 +296,7 @@ cc_binary(
deps = [ deps = [
":opensta_lib", ":opensta_lib",
"@rules_cc//cc/runfiles", "@rules_cc//cc/runfiles",
"@tk_tcl//:tcl", "@tcl_lang//:tcl",
], ],
) )
@ -397,7 +397,7 @@ cc_library(
"@eigen", "@eigen",
"@openmp", "@openmp",
"@rules_flex//flex:current_flex_toolchain", "@rules_flex//flex:current_flex_toolchain",
"@tk_tcl//:tcl", "@tcl_lang//:tcl",
"@zlib", "@zlib",
], ],
) )