bazel/tcl: migrate from rules_hdl tcl to bazel BCR version

The tcl version in the bazel central registry supports MacOS and
it can be used via MODULES.bazel instead of WORKSPACE.

Signed-off-by: Friedrich Beckmann <friedrich.beckmann@tha.de>
This commit is contained in:
Friedrich Beckmann 2026-02-16 18:28:28 +01:00
parent a14a16c3ad
commit 7937b647b6
1 changed files with 2 additions and 2 deletions

4
BUILD
View File

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