Skip to content

Instantly share code, notes, and snippets.

@icexelloss
Created February 2, 2022 14:31
Show Gist options
  • Save icexelloss/db0e5df214addd63dc4ab0570ca7ee30 to your computer and use it in GitHub Desktop.
Save icexelloss/db0e5df214addd63dc4ab0570ca7ee30 to your computer and use it in GitHub Desktop.
-- Building using CMake version: 3.22.2
-- ---------------------
-- Boost_FOUND:
-- Boost_INCLUDE_DIRS:
-- Boost_LIBRARY_DIRS:
-- Boost_LIBRARIES:
-- ---------------------
-- Arrow version: 7.0.0 (full: '7.0.0-SNAPSHOT')
-- Arrow SO version: 700 (full: 700.0.0)
CMake Debug Log at cmake_modules/FindClangTools.cmake:50 (find_program):
find_program called with the following settings:
VAR: CLANG_TOOL_BIN
NAMES: "clang-tidy-12"
"clang-tidy-12"
Documentation: Path to a program.
Framework
Only Search Frameworks: 0
Search Frameworks Last: 0
Search Frameworks First: 1
AppBundle
Only Search AppBundle: 0
Search AppBundle Last: 0
Search AppBundle First: 1
NO_DEFAULT_PATH Enabled
find_program considered the following locations:
/usr/local/bin/clang-tidy-12
/usr/bin/clang-tidy-12
C:/Program Files/LLVM/bin/clang-tidy-12
/Users/icexelloss/opt/miniconda3/Library/bin/clang-tidy-12
/bin/clang-tidy-12
/usr/local/bin/clang-tidy-12
/usr/bin/clang-tidy-12
C:/Program Files/LLVM/bin/clang-tidy-12
/Users/icexelloss/opt/miniconda3/Library/bin/clang-tidy-12
/bin/clang-tidy-12
The item was not found.
Call Stack (most recent call first):
cmake_modules/FindClangTools.cmake:87 (find_clang_tool)
CMakeLists.txt:172 (find_package)
CMake Debug Log at cmake_modules/FindClangTools.cmake:57 (find_program):
find_program called with the following settings:
VAR: CLANG_TOOL_BIN
NAMES: "clang-tidy"
Documentation: Path to a program.
Framework
Only Search Frameworks: 0
Search Frameworks Last: 0
Search Frameworks First: 1
AppBundle
Only Search AppBundle: 0
Search AppBundle Last: 0
Search AppBundle First: 1
NO_DEFAULT_PATH Enabled
find_program considered the following locations:
/usr/local/bin/clang-tidy
/usr/bin/clang-tidy
C:/Program Files/LLVM/bin/clang-tidy
/Users/icexelloss/opt/miniconda3/Library/bin/clang-tidy
/bin/clang-tidy
The item was not found.
Call Stack (most recent call first):
cmake_modules/FindClangTools.cmake:87 (find_clang_tool)
CMakeLists.txt:172 (find_package)
-- clang-tidy 12 not found
CMake Debug Log at cmake_modules/FindClangTools.cmake:50 (find_program):
find_program called with the following settings:
VAR: CLANG_TOOL_BIN
NAMES: "clang-format-12"
"clang-format-12"
Documentation: Path to a program.
Framework
Only Search Frameworks: 0
Search Frameworks Last: 0
Search Frameworks First: 1
AppBundle
Only Search AppBundle: 0
Search AppBundle Last: 0
Search AppBundle First: 1
NO_DEFAULT_PATH Enabled
find_program considered the following locations:
/usr/local/bin/clang-format-12
/usr/bin/clang-format-12
C:/Program Files/LLVM/bin/clang-format-12
/Users/icexelloss/opt/miniconda3/Library/bin/clang-format-12
/bin/clang-format-12
/usr/local/bin/clang-format-12
/usr/bin/clang-format-12
C:/Program Files/LLVM/bin/clang-format-12
/Users/icexelloss/opt/miniconda3/Library/bin/clang-format-12
/bin/clang-format-12
The item was not found.
Call Stack (most recent call first):
cmake_modules/FindClangTools.cmake:97 (find_clang_tool)
CMakeLists.txt:172 (find_package)
CMake Debug Log at cmake_modules/FindClangTools.cmake:57 (find_program):
find_program called with the following settings:
VAR: CLANG_TOOL_BIN
NAMES: "clang-format"
Documentation: Path to a program.
Framework
Only Search Frameworks: 0
Search Frameworks Last: 0
Search Frameworks First: 1
AppBundle
Only Search AppBundle: 0
Search AppBundle Last: 0
Search AppBundle First: 1
NO_DEFAULT_PATH Enabled
find_program considered the following locations:
/usr/local/bin/clang-format
/usr/bin/clang-format
C:/Program Files/LLVM/bin/clang-format
/Users/icexelloss/opt/miniconda3/Library/bin/clang-format
/bin/clang-format
The item was not found.
Call Stack (most recent call first):
cmake_modules/FindClangTools.cmake:97 (find_clang_tool)
CMakeLists.txt:172 (find_package)
-- clang-format 12 not found
-- Could NOT find ClangTools (missing: CLANG_FORMAT_BIN CLANG_TIDY_BIN)
CMake Debug Log at CMakeLists.txt:172 (find_package):
find_package considered the following paths for ClangTools.cmake
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindClangTools.cmake
The file was found at
/Users/icexelloss/workspace/arrow/cpp/cmake_modules/FindClangTools.cmake
The module is considered not found due to ClangTools_FOUND being FALSE.
CMake Debug Log at cmake_modules/FindInferTools.cmake:31 (find_program):
find_program called with the following settings:
VAR: INFER_BIN
NAMES: "infer"
Documentation: Path to a program.
Framework
Only Search Frameworks: 0
Search Frameworks Last: 0
Search Frameworks First: 1
AppBundle
Only Search AppBundle: 0
Search AppBundle Last: 0
Search AppBundle First: 1
NO_DEFAULT_PATH Enabled
find_program considered the following locations:
/usr/local/bin/infer
/usr/bin/infer
/usr/local/homebrew/bin/infer
/opt/local/bin/infer
The item was not found.
Call Stack (most recent call first):
CMakeLists.txt:173 (find_package)
-- infer not found
CMake Debug Log at CMakeLists.txt:173 (find_package):
find_package considered the following paths for InferTools.cmake
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindInferTools.cmake
The file was found at
/Users/icexelloss/workspace/arrow/cpp/cmake_modules/FindInferTools.cmake
CMake Debug Log at CMakeLists.txt:198 (find_package):
find_package considered the following paths for Python3.cmake
/Users/icexelloss/workspace/arrow/cpp/cmake_modules/FindPython3.cmake
The file was found at
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindPython3.cmake
-- Using ccache: /usr/local/bin/ccache
-- Found cpplint executable at /Users/icexelloss/workspace/arrow/cpp/build-support/cpplint.py
-- System processor: x86_64
-- Arrow build warning level: CHECKIN
Configured for DEBUG build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
-- Build Type: DEBUG
-- Using CONDA approach to find dependencies
-- Using CONDA_PREFIX for ARROW_PACKAGE_PREFIX: /Users/icexelloss/opt/miniconda3
-- Setting (unset) dependency *_ROOT variables: /Users/icexelloss/opt/miniconda3
-- ARROW_ABSL_BUILD_VERSION: 20210324.2
-- ARROW_ABSL_BUILD_SHA256_CHECKSUM: 59b862f50e710277f8ede96f083a5bb8d7c9595376146838b9580be90374ee1f
-- ARROW_AWSSDK_BUILD_VERSION: 1.8.133
-- ARROW_AWSSDK_BUILD_SHA256_CHECKSUM: d6c495bc06be5e21dac716571305d77437e7cfd62a2226b8fe48d9ab5785a8d6
-- ARROW_AWS_CHECKSUMS_BUILD_VERSION: v0.1.12
-- ARROW_AWS_CHECKSUMS_BUILD_SHA256_CHECKSUM: 394723034b81cc7cd528401775bc7aca2b12c7471c92350c80a0e2fb9d2909fe
-- ARROW_AWS_C_COMMON_BUILD_VERSION: v0.6.9
-- ARROW_AWS_C_COMMON_BUILD_SHA256_CHECKSUM: 928a3e36f24d1ee46f9eec360ec5cebfe8b9b8994fe39d4fa74ff51aebb12717
-- ARROW_AWS_C_EVENT_STREAM_BUILD_VERSION: v0.1.5
-- ARROW_AWS_C_EVENT_STREAM_BUILD_SHA256_CHECKSUM: f1b423a487b5d6dca118bfc0d0c6cc596dc476b282258a3228e73a8f730422d4
-- ARROW_BOOST_BUILD_VERSION: 1.75.0
-- ARROW_BOOST_BUILD_SHA256_CHECKSUM: 267e04a7c0bfe85daf796dedc789c3a27a76707e1c968f0a2a87bb96331e2b61
-- ARROW_BROTLI_BUILD_VERSION: v1.0.9
-- ARROW_BROTLI_BUILD_SHA256_CHECKSUM: f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46
-- ARROW_BZIP2_BUILD_VERSION: 1.0.8
-- ARROW_BZIP2_BUILD_SHA256_CHECKSUM: ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269
-- ARROW_CARES_BUILD_VERSION: 1.17.2
-- ARROW_CARES_BUILD_SHA256_CHECKSUM: 4803c844ce20ce510ef0eb83f8ea41fa24ecaae9d280c468c582d2bb25b3913d
-- ARROW_CRC32C_BUILD_VERSION: 1.1.2
-- ARROW_CRC32C_BUILD_SHA256_CHECKSUM: ac07840513072b7fcebda6e821068aa04889018f24e10e46181068fb214d7e56
-- ARROW_GBENCHMARK_BUILD_VERSION: v1.6.0
-- ARROW_GBENCHMARK_BUILD_SHA256_CHECKSUM: 1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6
-- ARROW_GFLAGS_BUILD_VERSION: v2.2.2
-- ARROW_GFLAGS_BUILD_SHA256_CHECKSUM: 34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf
-- ARROW_GLOG_BUILD_VERSION: v0.5.0
-- ARROW_GLOG_BUILD_SHA256_CHECKSUM: eede71f28371bf39aa69b45de23b329d37214016e2055269b3b5e7cfd40b59f5
-- ARROW_GOOGLE_CLOUD_CPP_BUILD_VERSION: v1.35.0
-- ARROW_GOOGLE_CLOUD_CPP_BUILD_SHA256_CHECKSUM: e4e9eac1e7999eff195db270bc2a719004660b3730ebb5d2f444f2d2057e49b2
-- ARROW_GRPC_BUILD_VERSION: v1.35.0
-- ARROW_GRPC_BUILD_SHA256_CHECKSUM: 27dd2fc5c9809ddcde8eb6fa1fa278a3486566dfc28335fca13eb8df8bd3b958
-- ARROW_GTEST_BUILD_VERSION: 1.11.0
-- ARROW_GTEST_BUILD_SHA256_CHECKSUM: b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
-- ARROW_JEMALLOC_BUILD_VERSION: 5.2.1
-- ARROW_JEMALLOC_BUILD_SHA256_CHECKSUM: 34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6
-- ARROW_LZ4_BUILD_VERSION: 8f61d8eb7c6979769a484cde8df61ff7c4c77765
-- ARROW_LZ4_BUILD_SHA256_CHECKSUM: 5b072d848f2f93fddb97e1143e22c1bd7fa19fc8431ee69e21758190a88125b4
-- ARROW_MIMALLOC_BUILD_VERSION: v1.7.3
-- ARROW_MIMALLOC_BUILD_SHA256_CHECKSUM: 0f987bda01ca9df87ec90e9d98c63fa893ee61f3cca565e5ca5ed744fdcc5109
-- ARROW_NLOHMANN_JSON_BUILD_VERSION: v3.10.2
-- ARROW_NLOHMANN_JSON_BUILD_SHA256_CHECKSUM: 081ed0f9f89805c2d96335c3acfa993b39a0a5b4b4cef7edb68dd2210a13458c
-- ARROW_OPENTELEMETRY_BUILD_VERSION: v1.1.0
-- ARROW_OPENTELEMETRY_BUILD_SHA256_CHECKSUM: f8fd3adddd47be382dc79c19d7e7efcf86a0dfbb5a237db6e0618dbb7eb8e058
-- ARROW_OPENTELEMETRY_PROTO_BUILD_VERSION: v0.11.0
-- ARROW_OPENTELEMETRY_PROTO_BUILD_SHA256_CHECKSUM: 985367f8905e91018e636cbf0d83ab3f834b665c4f5899a27d10cae9657710e2
-- ARROW_ORC_BUILD_VERSION: 1.7.2
-- ARROW_ORC_BUILD_SHA256_CHECKSUM: ef39bae755116fecb07fb4334656f984ba8ce7cdb1c64de078d3ed186b286007
-- ARROW_PROTOBUF_BUILD_VERSION: v3.18.1
-- ARROW_PROTOBUF_BUILD_SHA256_CHECKSUM: b8ab9bbdf0c6968cf20060794bc61e231fae82aaf69d6e3577c154181991f576
-- ARROW_RAPIDJSON_BUILD_VERSION: 1a803826f1197b5e30703afe4b9c0e7dd48074f5
-- ARROW_RAPIDJSON_BUILD_SHA256_CHECKSUM: 0b6b780b6c534bfb0b23d29910bfe361e486bcfeaf106db8bc8995792072905a
-- ARROW_RE2_BUILD_VERSION: 2021-11-01
-- ARROW_RE2_BUILD_SHA256_CHECKSUM: 8c45f7fba029ab41f2a7e6545058d9eec94eef97ce70df58e92d85cfc08b4669
-- ARROW_SNAPPY_BUILD_VERSION: 1.1.9
-- ARROW_SNAPPY_BUILD_SHA256_CHECKSUM: 75c1fbb3d618dd3a0483bff0e26d0a92b495bbe5059c8b4f1c962b478b6e06e7
-- ARROW_SNAPPY_OLD_BUILD_VERSION: 1.1.8
-- ARROW_SNAPPY_OLD_BUILD_SHA256_CHECKSUM: 16b677f07832a612b0836178db7f374e414f94657c138e6993cbfc5dcc58651f
-- ARROW_THRIFT_BUILD_VERSION: 0.13.0
-- ARROW_THRIFT_BUILD_SHA256_CHECKSUM: 7ad348b88033af46ce49148097afe354d513c1fca7c607b59c33ebb6064b5179
-- ARROW_UTF8PROC_BUILD_VERSION: v2.7.0
-- ARROW_UTF8PROC_BUILD_SHA256_CHECKSUM: 4bb121e297293c0fd55f08f83afab6d35d48f0af4ecc07523ad8ec99aa2b12a1
-- ARROW_XSIMD_BUILD_VERSION: aeec9c872c8b475dedd7781336710f2dd2666cb2
-- ARROW_XSIMD_BUILD_SHA256_CHECKSUM: 0a841e6c8acf216150e4fc19fca8e29fbab9614b56ac7b96e56019264ca27b26
-- ARROW_ZLIB_BUILD_VERSION: 1.2.11
-- ARROW_ZLIB_BUILD_SHA256_CHECKSUM: c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
-- ARROW_ZSTD_BUILD_VERSION: v1.5.1
-- ARROW_ZSTD_BUILD_SHA256_CHECKSUM: dc05773342b28f11658604381afd22cb0a13e8ba17ff2bd7516df377060c18dd
CMake Debug Log at cmake_modules/ThirdpartyToolchain.cmake:750 (find_package):
find_package considered the following paths for Threads.cmake
/Users/icexelloss/workspace/arrow/cpp/cmake_modules/FindThreads.cmake
The file was found at
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindThreads.cmake
Call Stack (most recent call first):
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:594 (find_package):
<PackageName>_ROOT CMake variable [CMAKE_FIND_USE_PACKAGE_ROOT_PATH].
/Users/icexelloss/opt/miniconda3
CMAKE_PREFIX_PATH variable [CMAKE_FIND_USE_CMAKE_PATH].
none
CMAKE_FRAMEWORK_PATH and CMAKE_APPBUNDLE_PATH variables
[CMAKE_FIND_USE_CMAKE_PATH].
none
Env variable Boost_DIR [CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH].
none
CMAKE_PREFIX_PATH env variable [CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH].
none
CMAKE_FRAMEWORK_PATH and CMAKE_APPBUNDLE_PATH env variables
[CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH].
none
Paths specified by the find_package HINTS option.
none
CMake User Package Registry [CMAKE_FIND_USE_PACKAGE_REGISTRY].
none
CMake System Package Registry
[CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY].
none
Paths specified by the find_package PATHS option.
none
find_package considered the following locations for the Config module:
/Users/icexelloss/opt/miniconda3/BoostConfig.cmake
/Users/icexelloss/opt/miniconda3/boost-config.cmake
The file was not found.
Call Stack (most recent call first):
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:594 (find_package):
Call Stack (most recent call first):
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:1806 (find_path):
find_path called with the following settings:
VAR: Boost_INCLUDE_DIR
NAMES: "boost/config.hpp"
Documentation: Path to a file.
Framework
Only Search Frameworks: 0
Search Frameworks Last: 0
Search Frameworks First: 1
AppBundle
Only Search AppBundle: 0
Search AppBundle Last: 0
Search AppBundle First: 1
CMAKE_FIND_USE_CMAKE_PATH: 1
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 0
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 0
find_path considered the following locations:
/Users/icexelloss/opt/miniconda3/include/boost-1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_78_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_78_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_78_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_78_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_78/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_78/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_78/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_78/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_77_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_77_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_77_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_77_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_77/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_77/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_77/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_77/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_76_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_76_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_76_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_76_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_76/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_76/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_76/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_76/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_65_1/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_65_1/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_65_1/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_65_1/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_59_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_59_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_59_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_59_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_59/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_59/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_59/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_59/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_58_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_58_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_58_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_58_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost-1_58/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost_1_58/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost-1_58/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/boost_1_58/boost/config.hpp
/Users/icexelloss/opt/miniconda3/include/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_78_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_78_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_78_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_78_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_78/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_78/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_78/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_78/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_77_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_77_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_77_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_77_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_77/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_77/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_77/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_77/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_76_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_76_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_76_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_76_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_76/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_76/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_76/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_76/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_75_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_75/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_74_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_74/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_73_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_73/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_72_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_72/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_71_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_71/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_70_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_70/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_69_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_69/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_68_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_68/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_67_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_67/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_66_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_66/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_65_1/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_65_1/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_65_1/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_65_1/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_65_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_65/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_64_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_64/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_63_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_63/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_62_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_62/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_61_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_61/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_60_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_60/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_59_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_59_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_59_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_59_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_59/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_59/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_59/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_59/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_58_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_58_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_58_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_58_0/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost-1_58/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost_1_58/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost-1_58/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/boost_1_58/boost/config.hpp
/Users/icexelloss/opt/miniconda3/boost/config.hpp
The item was not found.
Call Stack (most recent call first):
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_RELEASE) added replacement path
/Users/icexelloss/opt/miniconda3/lib/ to PATH_SUFFIXES for architecture
suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_RELEASE) removed original suffix
/Users/icexelloss/opt/miniconda3/lib/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_RELEASE) added replacement path
/Users/icexelloss/opt/miniconda3/ to PATH_SUFFIXES for architecture suffix
'64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_RELEASE) removed original suffix
/Users/icexelloss/opt/miniconda3/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_RELEASE) removed original suffix
/Users/icexelloss/opt/miniconda3/stage/lib/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_RELEASE) removed original suffix
/Users/icexelloss/workspace/arrow/cpp/Boost_INCLUDE_DIR-NOTFOUND/lib/ from
PATH_SUFFIXES while adding architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_RELEASE) removed original suffix
/Users/icexelloss/workspace/arrow/cpp/lib/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_RELEASE) removed original suffix
/Users/icexelloss/workspace/arrow/cpp/Boost_INCLUDE_DIR-NOTFOUND/stage/lib/
from PATH_SUFFIXES while adding architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library called with the following settings:
VAR: Boost_SYSTEM_LIBRARY_RELEASE
NAMES: "boost_system-mt-"
"boost_system-mt"
"boost_system-mt"
"boost_system-mt"
"boost_system"
Documentation: Boost system library (release)
Framework
Only Search Frameworks: 0
Search Frameworks Last: 0
Search Frameworks First: 1
AppBundle
Only Search AppBundle: 0
Search AppBundle Last: 0
Search AppBundle First: 1
CMAKE_FIND_USE_CMAKE_PATH: 1
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 0
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 0
find_library considered the following locations:
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_system-mt-(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_system-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_system-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_system-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_system(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_system-mt-(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_system-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_system-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_system-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_system(\.tbd|\.dylib|\.so|\.a)
The item was not found.
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_DEBUG) added replacement path
/Users/icexelloss/opt/miniconda3/lib/ to PATH_SUFFIXES for architecture
suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_DEBUG) removed original suffix
/Users/icexelloss/opt/miniconda3/lib/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_DEBUG) added replacement path
/Users/icexelloss/opt/miniconda3/ to PATH_SUFFIXES for architecture suffix
'64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_DEBUG) removed original suffix
/Users/icexelloss/opt/miniconda3/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_DEBUG) removed original suffix
/Users/icexelloss/opt/miniconda3/stage/lib/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_DEBUG) removed original suffix
/Users/icexelloss/workspace/arrow/cpp/Boost_INCLUDE_DIR-NOTFOUND/lib/ from
PATH_SUFFIXES while adding architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_DEBUG) removed original suffix
/Users/icexelloss/workspace/arrow/cpp/lib/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_SYSTEM_LIBRARY_DEBUG) removed original suffix
/Users/icexelloss/workspace/arrow/cpp/Boost_INCLUDE_DIR-NOTFOUND/stage/lib/
from PATH_SUFFIXES while adding architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library called with the following settings:
VAR: Boost_SYSTEM_LIBRARY_DEBUG
NAMES: "boost_system-mt-d-"
"boost_system-mt-d"
"boost_system-mt-d"
"boost_system-mt"
"boost_system"
Documentation: Boost system library (debug)
Framework
Only Search Frameworks: 0
Search Frameworks Last: 0
Search Frameworks First: 1
AppBundle
Only Search AppBundle: 0
Search AppBundle Last: 0
Search AppBundle First: 1
CMAKE_FIND_USE_CMAKE_PATH: 1
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 0
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 0
find_library considered the following locations:
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_system-mt-d-(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_system-mt-d(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_system-mt-d(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_system-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_system(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_system-mt-d-(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_system-mt-d(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_system-mt-d(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_system-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_system(\.tbd|\.dylib|\.so|\.a)
The item was not found.
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_RELEASE) added replacement path
/Users/icexelloss/opt/miniconda3/lib/ to PATH_SUFFIXES for architecture
suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_RELEASE) removed original suffix
/Users/icexelloss/opt/miniconda3/lib/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_RELEASE) added replacement path
/Users/icexelloss/opt/miniconda3/ to PATH_SUFFIXES for architecture suffix
'64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_RELEASE) removed original suffix
/Users/icexelloss/opt/miniconda3/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_RELEASE) removed original suffix
/Users/icexelloss/opt/miniconda3/stage/lib/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_RELEASE) removed original suffix
/Users/icexelloss/workspace/arrow/cpp/Boost_INCLUDE_DIR-NOTFOUND/lib/ from
PATH_SUFFIXES while adding architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_RELEASE) removed original suffix
/Users/icexelloss/workspace/arrow/cpp/lib/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_RELEASE) removed original suffix
/Users/icexelloss/workspace/arrow/cpp/Boost_INCLUDE_DIR-NOTFOUND/stage/lib/
from PATH_SUFFIXES while adding architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library called with the following settings:
VAR: Boost_FILESYSTEM_LIBRARY_RELEASE
NAMES: "boost_filesystem-mt-"
"boost_filesystem-mt"
"boost_filesystem-mt"
"boost_filesystem-mt"
"boost_filesystem"
Documentation: Boost filesystem library (release)
Framework
Only Search Frameworks: 0
Search Frameworks Last: 0
Search Frameworks First: 1
AppBundle
Only Search AppBundle: 0
Search AppBundle Last: 0
Search AppBundle First: 1
CMAKE_FIND_USE_CMAKE_PATH: 1
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 0
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 0
find_library considered the following locations:
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_filesystem-mt-(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_filesystem-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_filesystem-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_filesystem-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_filesystem(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_filesystem-mt-(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_filesystem-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_filesystem-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_filesystem-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_filesystem(\.tbd|\.dylib|\.so|\.a)
The item was not found.
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2267 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_DEBUG) added replacement path
/Users/icexelloss/opt/miniconda3/lib/ to PATH_SUFFIXES for architecture
suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_DEBUG) removed original suffix
/Users/icexelloss/opt/miniconda3/lib/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_DEBUG) added replacement path
/Users/icexelloss/opt/miniconda3/ to PATH_SUFFIXES for architecture suffix
'64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_DEBUG) removed original suffix
/Users/icexelloss/opt/miniconda3/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_DEBUG) removed original suffix
/Users/icexelloss/opt/miniconda3/stage/lib/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_DEBUG) removed original suffix
/Users/icexelloss/workspace/arrow/cpp/Boost_INCLUDE_DIR-NOTFOUND/lib/ from
PATH_SUFFIXES while adding architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_DEBUG) removed original suffix
/Users/icexelloss/workspace/arrow/cpp/lib/ from PATH_SUFFIXES while adding
architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library(Boost_FILESYSTEM_LIBRARY_DEBUG) removed original suffix
/Users/icexelloss/workspace/arrow/cpp/Boost_INCLUDE_DIR-NOTFOUND/stage/lib/
from PATH_SUFFIXES while adding architecture paths for suffix '64'
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:791 (find_library):
find_library called with the following settings:
VAR: Boost_FILESYSTEM_LIBRARY_DEBUG
NAMES: "boost_filesystem-mt-d-"
"boost_filesystem-mt-d"
"boost_filesystem-mt-d"
"boost_filesystem-mt"
"boost_filesystem"
Documentation: Boost filesystem library (debug)
Framework
Only Search Frameworks: 0
Search Frameworks Last: 0
Search Frameworks First: 1
AppBundle
Only Search AppBundle: 0
Search AppBundle Last: 0
Search AppBundle First: 1
CMAKE_FIND_USE_CMAKE_PATH: 1
CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 0
CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 0
find_library considered the following locations:
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_filesystem-mt-d-(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_filesystem-mt-d(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_filesystem-mt-d(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_filesystem-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/lib/(lib)boost_filesystem(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_filesystem-mt-d-(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_filesystem-mt-d(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_filesystem-mt-d(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_filesystem-mt(\.tbd|\.dylib|\.so|\.a)
/Users/icexelloss/opt/miniconda3/(lib)boost_filesystem(\.tbd|\.dylib|\.so|\.a)
The item was not found.
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2322 (_Boost_FIND_LIBRARY)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Error at /usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Boost (missing: Boost_INCLUDE_DIR system filesystem)
(Required is at least version "1.58")
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake:2375 (find_package_handle_standard_args)
cmake_modules/FindBoostAlt.cmake:41 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at cmake_modules/FindBoostAlt.cmake:41 (find_package):
find_package considered the following paths for Boost.cmake
/Users/icexelloss/workspace/arrow/cpp/cmake_modules/FindBoost.cmake
The file was found at
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoost.cmake
The module is considered not found due to Boost_FOUND being FALSE.
Call Stack (most recent call first):
cmake_modules/ThirdpartyToolchain.cmake:241 (find_package)
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
CMake Debug Log at cmake_modules/ThirdpartyToolchain.cmake:241 (find_package):
find_package considered the following paths for BoostAlt.cmake
/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindBoostAlt.cmake
The file was found at
/Users/icexelloss/workspace/arrow/cpp/cmake_modules/FindBoostAlt.cmake
Call Stack (most recent call first):
cmake_modules/ThirdpartyToolchain.cmake:956 (resolve_dependency)
CMakeLists.txt:554 (include)
-- Configuring incomplete, errors occurred!
See also "/Users/icexelloss/workspace/arrow/cpp/build/CMakeFiles/CMakeOutput.log".
See also "/Users/icexelloss/workspace/arrow/cpp/build/CMakeFiles/CMakeError.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment