diff options
author | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-12-30 20:30:22 +0300 |
---|---|---|
committer | bugaevskiy <bugaevskiy@yandex-team.com> | 2022-12-30 20:30:22 +0300 |
commit | 8ccb5bf0bb2504c91ad075eef5f80f399dafa41f (patch) | |
tree | cb2b231017a450b15f7f64fa7b7d49995cf10184 | |
parent | d9cef367473952ae95e3ed1d64822ddad757cd3c (diff) | |
download | ydb-8ccb5bf0bb2504c91ad075eef5f80f399dafa41f.tar.gz |
Boost metaproject cleanup
5 files changed, 1 insertions, 103 deletions
diff --git a/contrib/restricted/boost/CMakeLists.darwin.txt b/contrib/restricted/boost/CMakeLists.darwin.txt index d9dcc6cad62..c6e3ceb4fc9 100644 --- a/contrib/restricted/boost/CMakeLists.darwin.txt +++ b/contrib/restricted/boost/CMakeLists.darwin.txt @@ -96,41 +96,17 @@ target_link_libraries(contrib-restricted-boost INTERFACE restricted-boost-array restricted-boost-assert restricted-boost-bind - restricted-boost-concept_check restricted-boost-config - restricted-boost-container - restricted-boost-container_hash - restricted-boost-conversion restricted-boost-core - restricted-boost-detail - restricted-boost-endian - restricted-boost-exception - restricted-boost-function - restricted-boost-function_types - restricted-boost-fusion restricted-boost-integer - restricted-boost-intrusive - restricted-boost-iterator - restricted-boost-lambda restricted-boost-move - restricted-boost-mpl - restricted-boost-multi_array - restricted-boost-numeric_conversion - restricted-boost-optional restricted-boost-predef restricted-boost-preprocessor - restricted-boost-range restricted-boost-smart_ptr restricted-boost-static_assert restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-tti restricted-boost-tuple - restricted-boost-type_index restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-unordered restricted-boost-utility - restricted-boost-variant restricted-boost-winapi ) diff --git a/contrib/restricted/boost/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/CMakeLists.linux-aarch64.txt index f3530ce24d2..06fd7b15de1 100644 --- a/contrib/restricted/boost/CMakeLists.linux-aarch64.txt +++ b/contrib/restricted/boost/CMakeLists.linux-aarch64.txt @@ -48,7 +48,6 @@ add_subdirectory(math) add_subdirectory(move) add_subdirectory(mp11) add_subdirectory(mpl) -add_subdirectory(multi_array) add_subdirectory(multi_index) add_subdirectory(numeric_conversion) add_subdirectory(optional) @@ -89,41 +88,17 @@ target_link_libraries(contrib-restricted-boost INTERFACE restricted-boost-array restricted-boost-assert restricted-boost-bind - restricted-boost-concept_check restricted-boost-config - restricted-boost-container - restricted-boost-container_hash - restricted-boost-conversion restricted-boost-core - restricted-boost-detail - restricted-boost-endian - restricted-boost-exception - restricted-boost-function - restricted-boost-function_types - restricted-boost-fusion restricted-boost-integer - restricted-boost-intrusive - restricted-boost-iterator - restricted-boost-lambda restricted-boost-move - restricted-boost-mpl - restricted-boost-multi_array - restricted-boost-numeric_conversion - restricted-boost-optional restricted-boost-predef restricted-boost-preprocessor - restricted-boost-range restricted-boost-smart_ptr restricted-boost-static_assert restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-tti restricted-boost-tuple - restricted-boost-type_index restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-unordered restricted-boost-utility - restricted-boost-variant restricted-boost-winapi ) diff --git a/contrib/restricted/boost/CMakeLists.linux.txt b/contrib/restricted/boost/CMakeLists.linux.txt index b1c81a692b9..91afd08c5a4 100644 --- a/contrib/restricted/boost/CMakeLists.linux.txt +++ b/contrib/restricted/boost/CMakeLists.linux.txt @@ -97,41 +97,17 @@ target_link_libraries(contrib-restricted-boost INTERFACE restricted-boost-array restricted-boost-assert restricted-boost-bind - restricted-boost-concept_check restricted-boost-config - restricted-boost-container - restricted-boost-container_hash - restricted-boost-conversion restricted-boost-core - restricted-boost-detail - restricted-boost-endian - restricted-boost-exception - restricted-boost-function - restricted-boost-function_types - restricted-boost-fusion restricted-boost-integer - restricted-boost-intrusive - restricted-boost-iterator - restricted-boost-lambda restricted-boost-move - restricted-boost-mpl - restricted-boost-multi_array - restricted-boost-numeric_conversion - restricted-boost-optional restricted-boost-predef restricted-boost-preprocessor - restricted-boost-range restricted-boost-smart_ptr restricted-boost-static_assert restricted-boost-throw_exception - restricted-boost-tokenizer - restricted-boost-tti restricted-boost-tuple - restricted-boost-type_index restricted-boost-type_traits - restricted-boost-typeof - restricted-boost-unordered restricted-boost-utility - restricted-boost-variant restricted-boost-winapi ) diff --git a/contrib/restricted/boost/multi_array/CMakeLists.linux-aarch64.txt b/contrib/restricted/boost/multi_array/CMakeLists.linux-aarch64.txt deleted file mode 100644 index 8f37bc84953..00000000000 --- a/contrib/restricted/boost/multi_array/CMakeLists.linux-aarch64.txt +++ /dev/null @@ -1,27 +0,0 @@ - -# This file was gererated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(restricted-boost-multi_array INTERFACE) -target_include_directories(restricted-boost-multi_array INTERFACE - ${CMAKE_SOURCE_DIR}/contrib/restricted/boost/multi_array/include -) -target_link_libraries(restricted-boost-multi_array INTERFACE - contrib-libs-linux-headers - contrib-libs-cxxsupp - restricted-boost-array - restricted-boost-assert - restricted-boost-concept_check - restricted-boost-config - restricted-boost-core - restricted-boost-functional - restricted-boost-iterator - restricted-boost-mpl - restricted-boost-static_assert - restricted-boost-type_traits -) diff --git a/contrib/restricted/boost/multi_array/CMakeLists.txt b/contrib/restricted/boost/multi_array/CMakeLists.txt index 3e0811fb22e..79468a5d8d0 100644 --- a/contrib/restricted/boost/multi_array/CMakeLists.txt +++ b/contrib/restricted/boost/multi_array/CMakeLists.txt @@ -6,9 +6,7 @@ # original buildsystem will not be accepted. -if (CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64" AND UNIX AND NOT APPLE AND NOT ANDROID) - include(CMakeLists.linux-aarch64.txt) -elseif (APPLE) +if (APPLE) include(CMakeLists.darwin.txt) elseif (CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND UNIX AND NOT APPLE AND NOT ANDROID) include(CMakeLists.linux.txt) |