diff options
author | Stanislav Kirillov <staskirillov@gmail.com> | 2022-02-10 16:46:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:07 +0300 |
commit | 92fe2b1e7bc79f7b95adef61714fc003f6ea4a1c (patch) | |
tree | 817034f4ca57c9f841bb047ec94630c2e78a2b1d /contrib/libs/tbb/ya.make | |
parent | 53c76da6d9f6cc5a17f6029df396f0e3bc1ff47d (diff) | |
download | ydb-92fe2b1e7bc79f7b95adef61714fc003f6ea4a1c.tar.gz |
Restoring authorship annotation for Stanislav Kirillov <staskirillov@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/tbb/ya.make')
-rw-r--r-- | contrib/libs/tbb/ya.make | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/contrib/libs/tbb/ya.make b/contrib/libs/tbb/ya.make index 97b9caf037..a54e1cd031 100644 --- a/contrib/libs/tbb/ya.make +++ b/contrib/libs/tbb/ya.make @@ -1,6 +1,6 @@ # Generated by devtools/yamaker from nixpkgs 32f7980afb5e33f1e078a51e715b9f102f396a69. -LIBRARY() +LIBRARY() OWNER( orivej @@ -11,8 +11,8 @@ VERSION(2021.2.0) ORIGINAL_SOURCE(https://github.com/oneapi-src/oneTBB/archive/v2021.2.0.tar.gz) -LICENSE(Apache-2.0) - +LICENSE(Apache-2.0) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) ADDINCL( @@ -28,32 +28,32 @@ CFLAGS( ) SRCS( - src/tbb/allocator.cpp + src/tbb/allocator.cpp src/tbb/arena.cpp - src/tbb/arena_slot.cpp - src/tbb/concurrent_bounded_queue.cpp + src/tbb/arena_slot.cpp + src/tbb/concurrent_bounded_queue.cpp src/tbb/dynamic_link.cpp - src/tbb/exception.cpp - src/tbb/global_control.cpp + src/tbb/exception.cpp + src/tbb/global_control.cpp src/tbb/governor.cpp - src/tbb/main.cpp + src/tbb/main.cpp src/tbb/market.cpp - src/tbb/misc.cpp - src/tbb/misc_ex.cpp + src/tbb/misc.cpp + src/tbb/misc_ex.cpp src/tbb/observer_proxy.cpp - src/tbb/parallel_pipeline.cpp + src/tbb/parallel_pipeline.cpp src/tbb/private_server.cpp - src/tbb/profiling.cpp + src/tbb/profiling.cpp src/tbb/queuing_rw_mutex.cpp - src/tbb/rml_tbb.cpp - src/tbb/rtm_mutex.cpp - src/tbb/rtm_rw_mutex.cpp + src/tbb/rml_tbb.cpp + src/tbb/rtm_mutex.cpp + src/tbb/rtm_rw_mutex.cpp src/tbb/semaphore.cpp - src/tbb/small_object_pool.cpp + src/tbb/small_object_pool.cpp src/tbb/task.cpp - src/tbb/task_dispatcher.cpp + src/tbb/task_dispatcher.cpp src/tbb/task_group_context.cpp - src/tbb/version.cpp + src/tbb/version.cpp ) IF (CLANG OR CLANG_CL) @@ -84,7 +84,7 @@ ENDIF() IF (NOT ARCH_ARM64) CFLAGS( - -D__TBB_USE_ITT_NOTIFY + -D__TBB_USE_ITT_NOTIFY -DDO_ITT_NOTIFY ) SRCS( |