Skip to content

Commit

Permalink
fixes for WORKSPACE tbb
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Nov 4, 2024
1 parent 0cf86b8 commit 2335925
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dev/bazel/deps/tbb.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ tbb_repo = repos.prebuilt_libs_repo_rule(
"lib/libtbbmalloc.so.2",
],
build_template = "@onedal//dev/bazel/deps:tbb.tpl.BUILD",
download_mapping = {
# Required directory layout and layout in the downloaded
# archives may be different. Mapping helps to setup relations
# between required layout (LHS) and downloaded (RHS).
# In this case, files from `lib/*` will be copied to `lib/intel64/*`.
"lib/": "lib/intel64/gcc4.8/",
},
# Remove this once support for TBB 2021.11 and older versions is discontinued
local_mapping = {
# Required directory layout and layout in the downloaded
# archives may be different. Mapping helps to setup relations
Expand Down

0 comments on commit 2335925

Please sign in to comment.