File tree 4 files changed +18
-5
lines changed
4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
- 7.0.0
1
+ 7.1.1
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2021-2022 Intel Corporation
1
+ # Copyright (c) 2021-2024 Intel Corporation
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -116,3 +116,16 @@ cc_library(
116
116
":tbbmalloc" ,
117
117
],
118
118
)
119
+
120
+ cc_test (
121
+ name = "test_task" ,
122
+ srcs = [
123
+ "test/tbb/test_task.cpp" ,
124
+ ] + glob ([
125
+ "test/common/*.h" ,
126
+ ]),
127
+ includes = ["test" ],
128
+ deps = [
129
+ ":tbb" ,
130
+ ],
131
+ )
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ module(
21
21
compatibility_level = 1 ,
22
22
)
23
23
24
- bazel_dep (name = "platforms" , version = "0.0.8 " )
24
+ bazel_dep (name = "platforms" , version = "0.0.9 " )
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2021 Intel Corporation
1
+ # Copyright (c) 2021-2024 Intel Corporation
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
16
16
# use Bazel internally. The Bazel build can have security risks or
17
17
# optimization gaps.
18
18
19
- workspace ( name = "oneTBB" )
19
+ # WORKSPACE marker file needed by Bazel
You can’t perform that action at this time.
0 commit comments