====== Boost C++ Libraries ====== {{c_cpp:boost_c_libraries.png?277|Boost C++ Libraries}}\\ 本家: [[https://www.boost.org/|Boost C++ Libraries]]\\ ソースコード: [[https://github.com/boostorg|Boost.org · GitHub]]\\ \\ **Boost** (ブースト) とは、C++ の先駆的な開発者のコミュニティ、およびそのコミュニティによって公開されているオープンソースのソフトウェアライブラリのことを指す。コミュニティとしての Boost は C++ 標準化委員会の委員により設立されており、現在でもその多くが構成員として留まっている。このような経緯もあり、Boost コミュニティは C++ の標準化において大きな影響力を有している。実際に標準化委員会が発表した「TR1」の2/3以上が Boost ライブラリを基にしている。Random, Regex, Thread などはいずれも C++11 規格の標準ライブラリとして正式に導入・標準化されている。このことから、Boost は考案された新機能を標準化させる前の試験運用の場であるとも言える。\\ Boost で公開されるライブラリはコミュニティの公開レビューによって精選されている。Boost を使用して作成したプログラムは、商用、非商用を問わず無償の Boost Software License の下でライセンスされる。\\ Boost はテンプレートなどを活用して積極的にメタプログラミングやジェネリックプログラミングの技法を取り入れて行く傾向がある。そのため Boost ライブラリの利用者には C++ の現代的な記述に慣れていることを要求される。\\ このライブラリは、先鋭的な技術を好むプログラマーが積極的に使用していることで有名である。\\ [[https://ja.wikipedia.org/wiki/Boost_C%2B%2B%E3%83%A9%E3%82%A4%E3%83%96%E3%83%A9%E3%83%AA|Boost C++ライブラリ - Wikipedia]] より\\ [[c_cpp:boost:libraries_listed_by_category|Boost のカテゴリ別ライブラリ一覧]]\\ ===== 利用する前にビルドの必要があるライブラリ =====  Boost に含まれる以下のライブラリを利用する場合は、事前にビルドを行う必要がある。それ以外は、ヘッダファイルを #include することで、そのまま利用することが可能である。\\ \\  ビルドが必要なライブラリ * **Boost.DateTime** * **Boost.Filesystem** * **Boost.Graph** * **Boost.IOStreams** * **Boost.ProgramOptions** * **Boost.Python** * **Boost.Regex** * **Boost.Serialization** * **Boost.Signals** * **Boost.Test** * **Boost.Thread** * **Boost.Wave** * **...** ===== ダウンロード ===== Visual Studio へ [[windows:visualstudio#vcpkg_コマンド|Vcpkg コマンド]] を利用してインストールする場合、または、Linux へ dnf コマンドを利用して rpm パッケージをインストールする場合は、ソースコードをダウンロードしなくてもインストールすることができる。\\ ソースコードから最新版をビルドしたい場合は、以下のいずれかの方法でダウンロードする必要がある。\\ ==== GitHub より ==== GitHub より最新をダウンロードするには以下のコマンドを実行する。 $ git clone --recursive https://github.com/boostorg/boost.git ※**--recursive** 無しで clone してしまった場合は以下のコマンドを実行する。 $ cd boost $ git submodule --init --recursive 最新をダウンロードし直す場合は以下のコマンドを実行する。 $ cd boost $ git pull ==== 公式ページより ==== - [[https://www.boost.org/|Boost C++ Libraries]] の [[https://www.boost.org/users/download/|Boost Downloads]] より [[https://dl.bintray.com/boostorg/release/1.74.0/source/boost_1_74_0.7z|boost_1_74_0.7z]] をダウンロードする。\\ - Windows の場合は boost_1_74_0.7z を C:\Libraries\ などに解凍する。\\ ===== Windows でのインストール ===== ==== Visual Studio - Vcpkg 編 ==== [[windows:visualstudio#vcpkg_コマンド|Visual Studio - Vcpkg コマンド]] をインストールする。\\ PowerShell で以下のコマンドを実行する。\\ **Boost C++ Libraries x64 版** の場合\\ $ cd vcpkg $ ./vcpkg install boost:x64-windows Your feedback is important to improve Vcpkg! Please take 3 minutes to complete our survey by running: vcpkg contact --survey Computing installation plan... The following packages will be built and installed: boost[core]:x64-windows * boost-accumulators[core]:x64-windows * boost-algorithm[core]:x64-windows * boost-align[core]:x64-windows * boost-any[core]:x64-windows * boost-array[core]:x64-windows * boost-asio[core]:x64-windows * boost-assert[core]:x64-windows * boost-assign[core]:x64-windows * boost-atomic[core]:x64-windows * boost-beast[core]:x64-windows * boost-bimap[core]:x64-windows * boost-bind[core]:x64-windows * boost-build[core]:x64-windows * boost-callable-traits[core]:x64-windows * boost-chrono[core]:x64-windows * boost-circular-buffer[core]:x64-windows * boost-compatibility[core]:x64-windows * boost-compute[core]:x64-windows * boost-concept-check[core]:x64-windows * boost-config[core]:x64-windows * boost-container[core]:x64-windows * boost-container-hash[core]:x64-windows * boost-context[core]:x64-windows * boost-contract[core]:x64-windows * boost-conversion[core]:x64-windows * boost-convert[core]:x64-windows * boost-core[core]:x64-windows * boost-coroutine[core]:x64-windows * boost-coroutine2[core]:x64-windows * boost-crc[core]:x64-windows * boost-date-time[core]:x64-windows * boost-detail[core]:x64-windows * boost-dll[core]:x64-windows * boost-dynamic-bitset[core]:x64-windows * boost-endian[core]:x64-windows * boost-exception[core]:x64-windows * boost-fiber[core]:x64-windows * boost-filesystem[core]:x64-windows * boost-flyweight[core]:x64-windows * boost-foreach[core]:x64-windows * boost-format[core]:x64-windows * boost-function[core]:x64-windows * boost-function-types[core]:x64-windows * boost-functional[core]:x64-windows * boost-fusion[core]:x64-windows * boost-geometry[core]:x64-windows * boost-gil[core]:x64-windows * boost-graph[core]:x64-windows * boost-graph-parallel[core]:x64-windows * boost-hana[core]:x64-windows * boost-heap[core]:x64-windows * boost-histogram[core]:x64-windows * boost-hof[core]:x64-windows * boost-icl[core]:x64-windows * boost-integer[core]:x64-windows * boost-interprocess[core]:x64-windows * boost-interval[core]:x64-windows * boost-intrusive[core]:x64-windows * boost-io[core]:x64-windows * boost-iostreams[core]:x64-windows * boost-iterator[core]:x64-windows * boost-lambda[core]:x64-windows * boost-lexical-cast[core]:x64-windows * boost-local-function[core]:x64-windows * boost-locale[core]:x64-windows * boost-lockfree[core]:x64-windows * boost-log[core]:x64-windows * boost-logic[core]:x64-windows * boost-math[core]:x64-windows * boost-metaparse[core]:x64-windows * boost-modular-build-helper[core]:x64-windows * boost-move[core]:x64-windows * boost-mp11[core]:x64-windows * boost-mpl[core]:x64-windows * boost-msm[core]:x64-windows * boost-multi-array[core]:x64-windows * boost-multi-index[core]:x64-windows * boost-multiprecision[core]:x64-windows * boost-nowide[core]:x64-windows * boost-numeric-conversion[core]:x64-windows * boost-odeint[core]:x64-windows * boost-optional[core]:x64-windows * boost-outcome[core]:x64-windows * boost-parameter[core]:x64-windows * boost-parameter-python[core]:x64-windows * boost-phoenix[core]:x64-windows * boost-poly-collection[core]:x64-windows * boost-polygon[core]:x64-windows * boost-pool[core]:x64-windows * boost-predef[core]:x64-windows * boost-preprocessor[core]:x64-windows * boost-process[core]:x64-windows * boost-program-options[core]:x64-windows * boost-property-map[core]:x64-windows * boost-property-tree[core]:x64-windows * boost-proto[core]:x64-windows * boost-ptr-container[core]:x64-windows * boost-python[core]:x64-windows * boost-qvm[core]:x64-windows * boost-random[core]:x64-windows * boost-range[core]:x64-windows * boost-ratio[core]:x64-windows * boost-rational[core]:x64-windows * boost-regex[core]:x64-windows * boost-safe-numerics[core]:x64-windows * boost-scope-exit[core]:x64-windows * boost-serialization[core]:x64-windows * boost-signals2[core]:x64-windows * boost-smart-ptr[core]:x64-windows * boost-sort[core]:x64-windows * boost-spirit[core]:x64-windows * boost-stacktrace[core]:x64-windows * boost-statechart[core]:x64-windows * boost-static-assert[core]:x64-windows * boost-static-string[core]:x64-windows * boost-system[core]:x64-windows * boost-test[core]:x64-windows * boost-thread[core]:x64-windows * boost-throw-exception[core]:x64-windows * boost-timer[core]:x64-windows * boost-tokenizer[core]:x64-windows * boost-tti[core]:x64-windows * boost-tuple[core]:x64-windows * boost-type-erasure[core]:x64-windows * boost-type-index[core]:x64-windows * boost-type-traits[core]:x64-windows * boost-typeof[core]:x64-windows * boost-ublas[core]:x64-windows * boost-uninstall[core]:x64-windows * boost-units[core]:x64-windows * boost-unordered[core]:x64-windows * boost-utility[core]:x64-windows * boost-uuid[core]:x64-windows * boost-variant[core]:x64-windows * boost-variant2[core]:x64-windows * boost-vcpkg-helpers[core]:x64-windows * boost-vmd[core]:x64-windows * boost-wave[core]:x64-windows * boost-winapi[core]:x64-windows * boost-xpressive[core]:x64-windows * boost-yap[core]:x64-windows Additional packages (*) will be modified to complete this operation. Detecting compiler hash for triplet x64-windows... Starting package 1/142: boost-uninstall:x64-windows Building package boost-uninstall[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\20\2011778cc203d6f991b50aeb704d9f710b826396.zip Building package boost-uninstall[core]:x64-windows... done Installing package boost-uninstall[core]:x64-windows... Installing package boost-uninstall[core]:x64-windows... done Elapsed time for package boost-uninstall:x64-windows: 243.4 ms Starting package 2/142: boost-vcpkg-helpers:x64-windows Building package boost-vcpkg-helpers[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\1c\1c04301ac4ee63aad807f3e0bdf3d8284e6c23b7.zip Building package boost-vcpkg-helpers[core]:x64-windows... done Installing package boost-vcpkg-helpers[core]:x64-windows... Installing package boost-vcpkg-helpers[core]:x64-windows... done Elapsed time for package boost-vcpkg-helpers:x64-windows: 156.9 ms Starting package 3/142: boost-compatibility:x64-windows Building package boost-compatibility[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\a3\a3f9c441f0682bf7b113c6e8adcb8c75cb1177b5.zip Building package boost-compatibility[core]:x64-windows... done Installing package boost-compatibility[core]:x64-windows... Installing package boost-compatibility[core]:x64-windows... done Elapsed time for package boost-compatibility:x64-windows: 279.6 ms Starting package 4/142: boost-config:x64-windows Building package boost-config[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\bb\bb460b398908f5003a6129c8b52daa5daabb44f9.zip Building package boost-config[core]:x64-windows... done Installing package boost-config[core]:x64-windows... Installing package boost-config[core]:x64-windows... done Elapsed time for package boost-config:x64-windows: 1.639 s Starting package 5/142: boost-assert:x64-windows Building package boost-assert[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\13\1312fbb07eb458174e8a7b4eeae5c7a272f9db8b.zip Building package boost-assert[core]:x64-windows... done Installing package boost-assert[core]:x64-windows... Installing package boost-assert[core]:x64-windows... done Elapsed time for package boost-assert:x64-windows: 194.2 ms Starting package 6/142: boost-core:x64-windows Building package boost-core[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\f5\f55fc82318370433c1528831bf4a545781054eb9.zip Building package boost-core[core]:x64-windows... done Installing package boost-core[core]:x64-windows... Installing package boost-core[core]:x64-windows... done Elapsed time for package boost-core:x64-windows: 381 ms Starting package 7/142: boost-preprocessor:x64-windows Building package boost-preprocessor[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\85\85bb94e8296a03667f226e2699f741541aae2567.zip Building package boost-preprocessor[core]:x64-windows... done Installing package boost-preprocessor[core]:x64-windows... Installing package boost-preprocessor[core]:x64-windows... done Elapsed time for package boost-preprocessor:x64-windows: 1.879 s Starting package 8/142: boost-detail:x64-windows Building package boost-detail[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\d3\d31183df08e08f1f1f596c487a4a89804cbb7da9.zip Building package boost-detail[core]:x64-windows... done Installing package boost-detail[core]:x64-windows... Installing package boost-detail[core]:x64-windows... done Elapsed time for package boost-detail:x64-windows: 544.6 ms Starting package 9/142: boost-static-assert:x64-windows Building package boost-static-assert[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\aa\aabec6cd624f8f48af17a7fa1ed7584f11c51227.zip Building package boost-static-assert[core]:x64-windows... done Installing package boost-static-assert[core]:x64-windows... Installing package boost-static-assert[core]:x64-windows... done Elapsed time for package boost-static-assert:x64-windows: 312.8 ms Starting package 10/142: boost-throw-exception:x64-windows Building package boost-throw-exception[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\20\20f8e1d1f52fb4ed00be06a998fd27dd623a79da.zip Building package boost-throw-exception[core]:x64-windows... done Installing package boost-throw-exception[core]:x64-windows... Installing package boost-throw-exception[core]:x64-windows... done Elapsed time for package boost-throw-exception:x64-windows: 235.2 ms Starting package 11/142: boost-array:x64-windows Building package boost-array[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\e9\e9035ec9034c4a535951ca2dc4d088991025c2a0.zip Building package boost-array[core]:x64-windows... done Installing package boost-array[core]:x64-windows... Installing package boost-array[core]:x64-windows... done Elapsed time for package boost-array:x64-windows: 335.4 ms Starting package 12/142: boost-type-traits:x64-windows Building package boost-type-traits[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\3f\3ff5eba5f5299c5dcc98b043891e8b4f5de96bd7.zip Building package boost-type-traits[core]:x64-windows... done Installing package boost-type-traits[core]:x64-windows... Installing package boost-type-traits[core]:x64-windows... done Elapsed time for package boost-type-traits:x64-windows: 1.132 s Starting package 13/142: boost-concept-check:x64-windows Building package boost-concept-check[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\86\868311d9e422e27c14545e206220efde8432145e.zip Building package boost-concept-check[core]:x64-windows... done Installing package boost-concept-check[core]:x64-windows... Installing package boost-concept-check[core]:x64-windows... done Elapsed time for package boost-concept-check:x64-windows: 216.7 ms Starting package 14/142: boost-integer:x64-windows Building package boost-integer[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\84\8407d24e56f2a2278ffa11ee747e241cac55c77b.zip Building package boost-integer[core]:x64-windows... done Installing package boost-integer[core]:x64-windows... Installing package boost-integer[core]:x64-windows... done Elapsed time for package boost-integer:x64-windows: 280.6 ms Starting package 15/142: boost-move:x64-windows Building package boost-move[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\d4\d4e736729148e2636c8d7df9f3625a2e5ed55eb5.zip Building package boost-move[core]:x64-windows... done Installing package boost-move[core]:x64-windows... Installing package boost-move[core]:x64-windows... done Elapsed time for package boost-move:x64-windows: 419.7 ms Starting package 16/142: boost-circular-buffer:x64-windows Building package boost-circular-buffer[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\dc\dcfe6d06d294bbbd2e6231d3d02edeac1fdf52bb.zip -- Using cached C:/Users/tomoyan/vcpkg/downloads/boostorg-circular_buffer-boost-1.73.0.tar.gz -- Cleaning sources at C:/Users/tomoyan/vcpkg/buildtrees/boost-circular-buffer/src/ost-1.73.0-398ddc070e.clean. Use --editable to skip cleaning for the packages you specify. -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-circular_buffer-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-circular-buffer/src/ost-1.73.0-398ddc070e.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-circular-buffer_x64-windows/share/boost-circular-buffer/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\dc\dcfe6d06d294bbbd2e6231d3d02edeac1fdf52bb.zip Building package boost-circular-buffer[core]:x64-windows... done Installing package boost-circular-buffer[core]:x64-windows... Installing package boost-circular-buffer[core]:x64-windows... done Elapsed time for package boost-circular-buffer:x64-windows: 2.049 s Starting package 17/142: boost-container-hash:x64-windows Building package boost-container-hash[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\2b\2b755c6b41b9eb2caad21e9ec94e52a406094953.zip Building package boost-container-hash[core]:x64-windows... done Installing package boost-container-hash[core]:x64-windows... Installing package boost-container-hash[core]:x64-windows... done Elapsed time for package boost-container-hash:x64-windows: 296.7 ms Starting package 18/142: boost-predef:x64-windows Building package boost-predef[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\36\36874343d98f9a88133e12b668c44023c8ec99c9.zip Building package boost-predef[core]:x64-windows... done Installing package boost-predef[core]:x64-windows... Installing package boost-predef[core]:x64-windows... done Elapsed time for package boost-predef:x64-windows: 1.144 s Starting package 19/142: boost-mpl:x64-windows Building package boost-mpl[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\e6\e6ad8a46fcd6af883b5e7414f002eff4157959d6.zip Building package boost-mpl[core]:x64-windows... done Installing package boost-mpl[core]:x64-windows... Installing package boost-mpl[core]:x64-windows... done Elapsed time for package boost-mpl:x64-windows: 6.368 s Starting package 20/142: boost-function-types:x64-windows Building package boost-function-types[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\99\9956a5d6ec98cb8c7ab27b9867b185003710c401.zip Building package boost-function-types[core]:x64-windows... done Installing package boost-function-types[core]:x64-windows... Installing package boost-function-types[core]:x64-windows... done Elapsed time for package boost-function-types:x64-windows: 698.2 ms Starting package 21/142: boost-io:x64-windows Building package boost-io[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\08\08d0f4f54fbf12217ab730321b78083cf5840c75.zip Building package boost-io[core]:x64-windows... done Installing package boost-io[core]:x64-windows... Installing package boost-io[core]:x64-windows... done Elapsed time for package boost-io:x64-windows: 323.9 ms Starting package 22/142: boost-utility:x64-windows Building package boost-utility[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\19\19fe9f67b5eb6b82508b14d2918dfc0e32b0eb0a.zip Building package boost-utility[core]:x64-windows... done Installing package boost-utility[core]:x64-windows... Installing package boost-utility[core]:x64-windows... done Elapsed time for package boost-utility:x64-windows: 337.2 ms Starting package 23/142: boost-tuple:x64-windows Building package boost-tuple[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\28\2851114ccf3a95e8e8ef64036e726ed95b27226c.zip Building package boost-tuple[core]:x64-windows... done Installing package boost-tuple[core]:x64-windows... Installing package boost-tuple[core]:x64-windows... done Elapsed time for package boost-tuple:x64-windows: 197.5 ms Starting package 24/142: boost-typeof:x64-windows Building package boost-typeof[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\dc\dcfaf692023ac26a1a2bd6f03868fedca3dd4d52.zip Building package boost-typeof[core]:x64-windows... done Installing package boost-typeof[core]:x64-windows... Installing package boost-typeof[core]:x64-windows... done Elapsed time for package boost-typeof:x64-windows: 565.5 ms Starting package 25/142: boost-fusion:x64-windows Building package boost-fusion[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\14\14ac71ac1b5211a6b7f2ba51e626539a0206f6fb.zip Building package boost-fusion[core]:x64-windows... done Installing package boost-fusion[core]:x64-windows... Installing package boost-fusion[core]:x64-windows... done Elapsed time for package boost-fusion:x64-windows: 7.316 s Starting package 26/142: boost-logic:x64-windows Building package boost-logic[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\2a\2a0d55ed4a809268c0ce04e6fa9e0326b00e365a.zip -- Using cached C:/Users/tomoyan/vcpkg/downloads/boostorg-logic-boost-1.73.0.tar.gz -- Cleaning sources at C:/Users/tomoyan/vcpkg/buildtrees/boost-logic/src/ost-1.73.0-331c47a3f5.clean. Use --editable to skip cleaning for the packages you specify. -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-logic-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-logic/src/ost-1.73.0-331c47a3f5.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-logic_x64-windows/share/boost-logic/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\2a\2a0d55ed4a809268c0ce04e6fa9e0326b00e365a.zip Building package boost-logic[core]:x64-windows... done Installing package boost-logic[core]:x64-windows... Installing package boost-logic[core]:x64-windows... done Elapsed time for package boost-logic:x64-windows: 1.156 s Starting package 27/142: boost-interval:x64-windows Building package boost-interval[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\56\56ed78af53f32a02c6eba45ec9b1f7a22c536ed4.zip -- Using cached C:/Users/tomoyan/vcpkg/downloads/boostorg-interval-boost-1.73.0.tar.gz -- Cleaning sources at C:/Users/tomoyan/vcpkg/buildtrees/boost-interval/src/ost-1.73.0-eb5a492a37.clean. Use --editable to skip cleaning for the packages you specify. -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-interval-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-interval/src/ost-1.73.0-eb5a492a37.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-interval_x64-windows/share/boost-interval/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\56\56ed78af53f32a02c6eba45ec9b1f7a22c536ed4.zip Building package boost-interval[core]:x64-windows... done Installing package boost-interval[core]:x64-windows... Installing package boost-interval[core]:x64-windows... done Elapsed time for package boost-interval:x64-windows: 1.761 s Starting package 28/142: boost-smart-ptr:x64-windows Building package boost-smart-ptr[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\41\4163ef0609e5bd97dedbc232cc3ffcd9f11adcb8.zip Building package boost-smart-ptr[core]:x64-windows... done Installing package boost-smart-ptr[core]:x64-windows... Installing package boost-smart-ptr[core]:x64-windows... done Elapsed time for package boost-smart-ptr:x64-windows: 761.8 ms Starting package 29/142: boost-conversion:x64-windows Building package boost-conversion[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\7d\7d1e1e839232a567ec954e55ad042c6730da7409.zip Building package boost-conversion[core]:x64-windows... done Installing package boost-conversion[core]:x64-windows... Installing package boost-conversion[core]:x64-windows... done Elapsed time for package boost-conversion:x64-windows: 210.9 ms Starting package 30/142: boost-optional:x64-windows Building package boost-optional[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\43\4398d1a82a7f6bbd4cd4963ac3e516fcba85ea5d.zip Building package boost-optional[core]:x64-windows... done Installing package boost-optional[core]:x64-windows... Installing package boost-optional[core]:x64-windows... done Elapsed time for package boost-optional:x64-windows: 299.7 ms Starting package 31/142: boost-iterator:x64-windows Building package boost-iterator[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\78\784e488bf53a79e318fda75b78975b7f911b54f1.zip Building package boost-iterator[core]:x64-windows... done Installing package boost-iterator[core]:x64-windows... Installing package boost-iterator[core]:x64-windows... done Elapsed time for package boost-iterator:x64-windows: 655.3 ms Starting package 32/142: boost-numeric-conversion:x64-windows Building package boost-numeric-conversion[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\cc\cc333ee81e28368d8db22083e995c92dcd477549.zip Building package boost-numeric-conversion[core]:x64-windows... done Installing package boost-numeric-conversion[core]:x64-windows... Installing package boost-numeric-conversion[core]:x64-windows... done Elapsed time for package boost-numeric-conversion:x64-windows: 379.2 ms Starting package 33/142: boost-bind:x64-windows Building package boost-bind[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\3e\3ee14206c608d103ee688f4334d556f344252d5d.zip Building package boost-bind[core]:x64-windows... done Installing package boost-bind[core]:x64-windows... Installing package boost-bind[core]:x64-windows... done Elapsed time for package boost-bind:x64-windows: 322.4 ms Starting package 34/142: boost-build:x64-windows Building package boost-build[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\a9\a9003eaedafbb44a092a5274a09293acd608710a.zip Building package boost-build[core]:x64-windows... done Installing package boost-build[core]:x64-windows... Installing package boost-build[core]:x64-windows... done Elapsed time for package boost-build:x64-windows: 8.129 s Starting package 35/142: boost-modular-build-helper:x64-windows Building package boost-modular-build-helper[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\b7\b7a96f7de0ff55e6410727ca92245ce9a2041d0b.zip Building package boost-modular-build-helper[core]:x64-windows... done Installing package boost-modular-build-helper[core]:x64-windows... Installing package boost-modular-build-helper[core]:x64-windows... done Elapsed time for package boost-modular-build-helper:x64-windows: 230.2 ms Starting package 36/142: boost-exception:x64-windows Building package boost-exception[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\0d\0d2cba2907f82b641552674b9ea4a901219138be.zip Building package boost-exception[core]:x64-windows... done Installing package boost-exception[core]:x64-windows... Installing package boost-exception[core]:x64-windows... done Elapsed time for package boost-exception:x64-windows: 479.3 ms Starting package 37/142: boost-type-index:x64-windows Building package boost-type-index[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\6a\6a3b422a675c78d25b3eba560529058491ab80a1.zip Building package boost-type-index[core]:x64-windows... done Installing package boost-type-index[core]:x64-windows... Installing package boost-type-index[core]:x64-windows... done Elapsed time for package boost-type-index:x64-windows: 406.1 ms Starting package 38/142: boost-function:x64-windows Building package boost-function[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\37\37bba81cff490b34a3f3c3ed4e8053f72b34426a.zip Building package boost-function[core]:x64-windows... done Installing package boost-function[core]:x64-windows... Installing package boost-function[core]:x64-windows... done Elapsed time for package boost-function:x64-windows: 401 ms Starting package 39/142: boost-regex:x64-windows Building package boost-regex[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\43\430a700bc1e5e40ffe1d1b48f788f288a170df7f.zip Building package boost-regex[core]:x64-windows... done Installing package boost-regex[core]:x64-windows... Installing package boost-regex[core]:x64-windows... done Elapsed time for package boost-regex:x64-windows: 1.24 s Starting package 40/142: boost-range:x64-windows Building package boost-range[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\a2\a2a16e51907a77b642bc10b4beba66bae174b2b4.zip Building package boost-range[core]:x64-windows... done Installing package boost-range[core]:x64-windows... Installing package boost-range[core]:x64-windows... done Elapsed time for package boost-range:x64-windows: 1.296 s Starting package 41/142: boost-intrusive:x64-windows Building package boost-intrusive[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\06\06cfebcecfa86318dacbe0a3cfc85cd08e0f02ee.zip Building package boost-intrusive[core]:x64-windows... done Installing package boost-intrusive[core]:x64-windows... Installing package boost-intrusive[core]:x64-windows... done Elapsed time for package boost-intrusive:x64-windows: 821 ms Starting package 42/142: boost-container:x64-windows Building package boost-container[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\52\52ccbac57410bb52c393f5394974d5769e071373.zip Building package boost-container[core]:x64-windows... done Installing package boost-container[core]:x64-windows... Installing package boost-container[core]:x64-windows... done Elapsed time for package boost-container:x64-windows: 1.178 s Starting package 43/142: boost-functional:x64-windows Building package boost-functional[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\91\915ba5f42e36bf3eac4bc16b9c39239454db8a08.zip Building package boost-functional[core]:x64-windows... done Installing package boost-functional[core]:x64-windows... Installing package boost-functional[core]:x64-windows... done Elapsed time for package boost-functional:x64-windows: 231.8 ms Starting package 44/142: boost-unordered:x64-windows Building package boost-unordered[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\72\72af205126a726fe4840ac1817b5ce61f65e3f5f.zip Building package boost-unordered[core]:x64-windows... done Installing package boost-unordered[core]:x64-windows... Installing package boost-unordered[core]:x64-windows... done Elapsed time for package boost-unordered:x64-windows: 265.7 ms Starting package 45/142: boost-algorithm:x64-windows Building package boost-algorithm[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\9b\9bf721e105379c6c353910a3fa0b93b9c7d89b99.zip Building package boost-algorithm[core]:x64-windows... done Installing package boost-algorithm[core]:x64-windows... Installing package boost-algorithm[core]:x64-windows... done Elapsed time for package boost-algorithm:x64-windows: 867.8 ms Starting package 46/142: boost-rational:x64-windows Building package boost-rational[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\d0\d01095f8728abbf78d60af78ff537fa74f70f78f.zip Building package boost-rational[core]:x64-windows... done Installing package boost-rational[core]:x64-windows... Installing package boost-rational[core]:x64-windows... done Elapsed time for package boost-rational:x64-windows: 207.4 ms Starting package 47/142: boost-ratio:x64-windows Building package boost-ratio[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\9a\9af0652b002bd4e9c7a924b27ec4494511fd9dc0.zip Building package boost-ratio[core]:x64-windows... done Installing package boost-ratio[core]:x64-windows... Installing package boost-ratio[core]:x64-windows... done Elapsed time for package boost-ratio:x64-windows: 440.6 ms Starting package 48/142: boost-winapi:x64-windows Building package boost-winapi[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\68\688db5a63bb5a5800c3203676cabe0ac201b244e.zip Building package boost-winapi[core]:x64-windows... done Installing package boost-winapi[core]:x64-windows... Installing package boost-winapi[core]:x64-windows... done Elapsed time for package boost-winapi:x64-windows: 871.7 ms Starting package 49/142: boost-system:x64-windows Building package boost-system[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\b7\b7f2fd58246c8d114c4434407c524c144e39ec98.zip Building package boost-system[core]:x64-windows... done Installing package boost-system[core]:x64-windows... Installing package boost-system[core]:x64-windows... done Elapsed time for package boost-system:x64-windows: 411.6 ms Starting package 50/142: boost-chrono:x64-windows Building package boost-chrono[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\be\be62c6c9208bd0f19c231f6bb7ce86633c18912e.zip Building package boost-chrono[core]:x64-windows... done Installing package boost-chrono[core]:x64-windows... Installing package boost-chrono[core]:x64-windows... done Elapsed time for package boost-chrono:x64-windows: 1.501 s Starting package 51/142: boost-filesystem:x64-windows Building package boost-filesystem[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\b2\b21ca45165fba87024e9493f666124de207a6192.zip Building package boost-filesystem[core]:x64-windows... done Installing package boost-filesystem[core]:x64-windows... Installing package boost-filesystem[core]:x64-windows... done Elapsed time for package boost-filesystem:x64-windows: 865.4 ms Starting package 52/142: boost-lexical-cast:x64-windows Building package boost-lexical-cast[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\ac\ac50d8f7a83254f3f4cda7134e6b3a46cfa4188e.zip Building package boost-lexical-cast[core]:x64-windows... done Installing package boost-lexical-cast[core]:x64-windows... Installing package boost-lexical-cast[core]:x64-windows... done Elapsed time for package boost-lexical-cast:x64-windows: 351 ms Starting package 53/142: boost-atomic:x64-windows Building package boost-atomic[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\01\013d27b0b561b93b6fea087ebf3e6a71a3d3f46f.zip Building package boost-atomic[core]:x64-windows... done Installing package boost-atomic[core]:x64-windows... Installing package boost-atomic[core]:x64-windows... done Elapsed time for package boost-atomic:x64-windows: 1.096 s Starting package 54/142: boost-lambda:x64-windows Building package boost-lambda[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\78\789213078051b5b805b73f94add99d02209bdd2c.zip Building package boost-lambda[core]:x64-windows... done Installing package boost-lambda[core]:x64-windows... Installing package boost-lambda[core]:x64-windows... done Elapsed time for package boost-lambda:x64-windows: 962.3 ms Starting package 55/142: boost-mp11:x64-windows Building package boost-mp11[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\bd\bd4da55f1067841124b23e1f2036d836ad0b2ad7.zip Building package boost-mp11[core]:x64-windows... done Installing package boost-mp11[core]:x64-windows... Installing package boost-mp11[core]:x64-windows... done Elapsed time for package boost-mp11:x64-windows: 1.162 s Starting package 56/142: boost-math:x64-windows Building package boost-math[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\52\52ed78bf5641abd12430920f6639c14922b1201b.zip Building package boost-math[core]:x64-windows... done Installing package boost-math[core]:x64-windows... Installing package boost-math[core]:x64-windows... done Elapsed time for package boost-math:x64-windows: 6.952 s Starting package 57/142: boost-any:x64-windows Building package boost-any[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\db\dbcfc8fe5a089851558fc8ca4e49bb6becfe5c2e.zip Building package boost-any[core]:x64-windows... done Installing package boost-any[core]:x64-windows... Installing package boost-any[core]:x64-windows... done Elapsed time for package boost-any:x64-windows: 451 ms Starting package 58/142: boost-format:x64-windows Building package boost-format[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\a3\a39ef1c53fafe7b797063a6063a31b76907105d7.zip Building package boost-format[core]:x64-windows... done Installing package boost-format[core]:x64-windows... Installing package boost-format[core]:x64-windows... done Elapsed time for package boost-format:x64-windows: 820.3 ms Starting package 59/142: boost-foreach:x64-windows Building package boost-foreach[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\d3\d37bb013a17e32cd686aad0bb0548a9b754e1786.zip Building package boost-foreach[core]:x64-windows... done Installing package boost-foreach[core]:x64-windows... Installing package boost-foreach[core]:x64-windows... done Elapsed time for package boost-foreach:x64-windows: 370 ms Starting package 60/142: boost-endian:x64-windows Building package boost-endian[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\70\708f37e5db95cb704aba1b7c3fe7d61ab8e9d60c.zip Building package boost-endian[core]:x64-windows... done Installing package boost-endian[core]:x64-windows... Installing package boost-endian[core]:x64-windows... done Elapsed time for package boost-endian:x64-windows: 624 ms Starting package 61/142: boost-iostreams:x64-windows Building package boost-iostreams[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\94\94e49befd469708eb4602d81ff5c11abf33097f1.zip Building package boost-iostreams[core]:x64-windows... done Installing package boost-iostreams[core]:x64-windows... Installing package boost-iostreams[core]:x64-windows... done Elapsed time for package boost-iostreams:x64-windows: 2.803 s Starting package 62/142: boost-tokenizer:x64-windows Building package boost-tokenizer[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\15\154e03f7b569498649f4edf4ce864e4b7dcf9ef1.zip Building package boost-tokenizer[core]:x64-windows... done Installing package boost-tokenizer[core]:x64-windows... Installing package boost-tokenizer[core]:x64-windows... done Elapsed time for package boost-tokenizer:x64-windows: 321.4 ms Starting package 63/142: boost-date-time:x64-windows Building package boost-date-time[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\07\076e3efcc0b49ddd809a00d69ba47649c455d0c9.zip Building package boost-date-time[core]:x64-windows... done Installing package boost-date-time[core]:x64-windows... Installing package boost-date-time[core]:x64-windows... done Elapsed time for package boost-date-time:x64-windows: 1.83 s Starting package 64/142: boost-thread:x64-windows Building package boost-thread[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\d2\d248240aedff529f8693f13610a91fefae74f2df.zip Building package boost-thread[core]:x64-windows... done Installing package boost-thread[core]:x64-windows... Installing package boost-thread[core]:x64-windows... done Elapsed time for package boost-thread:x64-windows: 2.694 s Starting package 65/142: boost-locale:x64-windows Building package boost-locale[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\f6\f6196bedf0bf214f92d11682dfdb4360f554a206.zip Building package boost-locale[core]:x64-windows... done Installing package boost-locale[core]:x64-windows... Installing package boost-locale[core]:x64-windows... done Elapsed time for package boost-locale:x64-windows: 1.259 s Starting package 66/142: boost-proto:x64-windows Building package boost-proto[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\64\642ffa7987c65ef11b296abe38580520837b18bb.zip Building package boost-proto[core]:x64-windows... done Installing package boost-proto[core]:x64-windows... Installing package boost-proto[core]:x64-windows... done Elapsed time for package boost-proto:x64-windows: 2.017 s Starting package 67/142: boost-phoenix:x64-windows Building package boost-phoenix[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\c7\c7a8c6f46d2930db4c8b20acbcc689a039b8e2b3.zip Building package boost-phoenix[core]:x64-windows... done Installing package boost-phoenix[core]:x64-windows... Installing package boost-phoenix[core]:x64-windows... done Elapsed time for package boost-phoenix:x64-windows: 10.59 s Starting package 68/142: boost-pool:x64-windows Building package boost-pool[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\a4\a4e76c4e3a7fd0d50435cc7db340e576a30f5abc.zip Building package boost-pool[core]:x64-windows... done Installing package boost-pool[core]:x64-windows... Installing package boost-pool[core]:x64-windows... done Elapsed time for package boost-pool:x64-windows: 474.2 ms Starting package 69/142: boost-variant:x64-windows Building package boost-variant[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\47\474f1da04d78b8bd6bed5a936537b254f2847173.zip Building package boost-variant[core]:x64-windows... done Installing package boost-variant[core]:x64-windows... Installing package boost-variant[core]:x64-windows... done Elapsed time for package boost-variant:x64-windows: 758 ms Starting package 70/142: boost-spirit:x64-windows Building package boost-spirit[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\65\65c1bb08b3fdc5162f195563d8fd5a4719b94056.zip Building package boost-spirit[core]:x64-windows... done Installing package boost-spirit[core]:x64-windows... Installing package boost-spirit[core]:x64-windows... done Elapsed time for package boost-spirit:x64-windows: 9.911 s Starting package 71/142: boost-serialization:x64-windows Building package boost-serialization[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\9b\9b419ec0ed765a6436a2cafc7d1c2e1eec76e4fd.zip Building package boost-serialization[core]:x64-windows... done Installing package boost-serialization[core]:x64-windows... Installing package boost-serialization[core]:x64-windows... done Elapsed time for package boost-serialization:x64-windows: 2.577 s Starting package 72/142: boost-multi-index:x64-windows Building package boost-multi-index[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\44\4407b55b87811404ffbf234278b904224f36fc9e.zip Building package boost-multi-index[core]:x64-windows... done Installing package boost-multi-index[core]:x64-windows... Installing package boost-multi-index[core]:x64-windows... done Elapsed time for package boost-multi-index:x64-windows: 1.345 s Starting package 73/142: boost-property-tree:x64-windows Building package boost-property-tree[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\e3\e3949c69dacf7d90564d641db0ed4f7a68073e19.zip Building package boost-property-tree[core]:x64-windows... done Installing package boost-property-tree[core]:x64-windows... Installing package boost-property-tree[core]:x64-windows... done Elapsed time for package boost-property-tree:x64-windows: 734.7 ms Starting package 74/142: boost-dynamic-bitset:x64-windows Building package boost-dynamic-bitset[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\3b\3b73bf4d901aed27c042a077bf06003e28293173.zip Building package boost-dynamic-bitset[core]:x64-windows... done Installing package boost-dynamic-bitset[core]:x64-windows... Installing package boost-dynamic-bitset[core]:x64-windows... done Elapsed time for package boost-dynamic-bitset:x64-windows: 366.2 ms Starting package 75/142: boost-multiprecision:x64-windows Building package boost-multiprecision[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\b3\b35ed3cc18bd4b11e55601ab9212fe65de7d4056.zip Building package boost-multiprecision[core]:x64-windows... done Installing package boost-multiprecision[core]:x64-windows... Installing package boost-multiprecision[core]:x64-windows... done Elapsed time for package boost-multiprecision:x64-windows: 1.231 s Starting package 76/142: boost-random:x64-windows Building package boost-random[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\8f\8f45c1f78975be04e3112ac9903affe48796df63.zip Building package boost-random[core]:x64-windows... done Installing package boost-random[core]:x64-windows... Installing package boost-random[core]:x64-windows... done Elapsed time for package boost-random:x64-windows: 1.266 s Starting package 77/142: boost-tti:x64-windows Building package boost-tti[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\e6\e60d80cdc5ac64e3179577e67ab1c65ff018ce31.zip Building package boost-tti[core]:x64-windows... done Installing package boost-tti[core]:x64-windows... Installing package boost-tti[core]:x64-windows... done Elapsed time for package boost-tti:x64-windows: 918.8 ms Starting package 78/142: boost-uuid:x64-windows Building package boost-uuid[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\0b\0b6451448b884b2ef8f56ae56cb31428ebde13b6.zip -- Downloading https://github.com/boostorg/uuid/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-uuid-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-uuid/src/ost-1.73.0-4946c5f28c.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-uuid_x64-windows/share/boost-uuid/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\0b\0b6451448b884b2ef8f56ae56cb31428ebde13b6.zip Building package boost-uuid[core]:x64-windows... done Installing package boost-uuid[core]:x64-windows... Installing package boost-uuid[core]:x64-windows... done Elapsed time for package boost-uuid:x64-windows: 3.748 s Starting package 79/142: boost-compute:x64-windows Building package boost-compute[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\eb\eb44c9470521ad37ea5f4f6ae29c40da61684e1b.zip -- Downloading https://github.com/boostorg/compute/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-compute-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-compute/src/ost-1.73.0-0e01928e7a.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-compute_x64-windows/share/boost-compute/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\eb\eb44c9470521ad37ea5f4f6ae29c40da61684e1b.zip Building package boost-compute[core]:x64-windows... done Installing package boost-compute[core]:x64-windows... Installing package boost-compute[core]:x64-windows... done Elapsed time for package boost-compute:x64-windows: 8.256 s Starting package 80/142: boost-multi-array:x64-windows Building package boost-multi-array[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\18\18c6096faea0fc76c10e4e7beff3123b8a68eb18.zip -- Downloading https://github.com/boostorg/multi_array/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-multi_array-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-multi-array/src/ost-1.73.0-b36f95d63e.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-multi-array_x64-windows/share/boost-multi-array/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\18\18c6096faea0fc76c10e4e7beff3123b8a68eb18.zip Building package boost-multi-array[core]:x64-windows... done Installing package boost-multi-array[core]:x64-windows... Installing package boost-multi-array[core]:x64-windows... done Elapsed time for package boost-multi-array:x64-windows: 2.234 s Starting package 81/142: boost-units:x64-windows Building package boost-units[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\09\094e6acb50a2310071860304527a4e4c22abd0a6.zip -- Downloading https://github.com/boostorg/units/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-units-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-units/src/ost-1.73.0-a33265f2f3.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-units_x64-windows/share/boost-units/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\09\094e6acb50a2310071860304527a4e4c22abd0a6.zip Building package boost-units[core]:x64-windows... done Installing package boost-units[core]:x64-windows... Installing package boost-units[core]:x64-windows... done Elapsed time for package boost-units:x64-windows: 8.38 s Starting package 82/142: boost-odeint:x64-windows Building package boost-odeint[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\99\99eb0ab4b8d4cb2e1e59fc8c9647af6120f5ef17.zip -- Downloading https://github.com/boostorg/odeint/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-odeint-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-odeint/src/ost-1.73.0-2f102ea03e.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-odeint_x64-windows/share/boost-odeint/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\99\99eb0ab4b8d4cb2e1e59fc8c9647af6120f5ef17.zip Building package boost-odeint[core]:x64-windows... done Installing package boost-odeint[core]:x64-windows... Installing package boost-odeint[core]:x64-windows... done Elapsed time for package boost-odeint:x64-windows: 5.925 s Starting package 83/142: boost-parameter:x64-windows Building package boost-parameter[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\08\084804a994003a391f91b39255d8015638d0ed31.zip Building package boost-parameter[core]:x64-windows... done Installing package boost-parameter[core]:x64-windows... Installing package boost-parameter[core]:x64-windows... done Elapsed time for package boost-parameter:x64-windows: 822.6 ms Starting package 84/142: boost-ublas:x64-windows Building package boost-ublas[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\d2\d2b278cb4a385e6e0079c6a8a525d95b0d01c152.zip -- Downloading https://github.com/boostorg/ublas/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-ublas-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-ublas/src/ost-1.73.0-678613aabf.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-ublas_x64-windows/share/boost-ublas/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\d2\d2b278cb4a385e6e0079c6a8a525d95b0d01c152.zip Building package boost-ublas[core]:x64-windows... done Installing package boost-ublas[core]:x64-windows... Installing package boost-ublas[core]:x64-windows... done Elapsed time for package boost-ublas:x64-windows: 3.824 s Starting package 85/142: boost-accumulators:x64-windows Building package boost-accumulators[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\b3\b36e64edd287dfb4121cc908629e3a69cc781cc3.zip -- Downloading https://github.com/boostorg/accumulators/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-accumulators-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-accumulators/src/ost-1.73.0-a038590f84.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-accumulators_x64-windows/share/boost-accumulators/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\b3\b36e64edd287dfb4121cc908629e3a69cc781cc3.zip Building package boost-accumulators[core]:x64-windows... done Installing package boost-accumulators[core]:x64-windows... Installing package boost-accumulators[core]:x64-windows... done Elapsed time for package boost-accumulators:x64-windows: 3.753 s Starting package 86/142: boost-align:x64-windows Building package boost-align[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\ee\ee7bcbae5e6dd20496a94579534424745ec6b263.zip -- Downloading https://github.com/boostorg/align/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-align-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-align/src/ost-1.73.0-e6c5dc43cb.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-align_x64-windows/share/boost-align/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\ee\ee7bcbae5e6dd20496a94579534424745ec6b263.zip Building package boost-align[core]:x64-windows... done Installing package boost-align[core]:x64-windows... Installing package boost-align[core]:x64-windows... done Elapsed time for package boost-align:x64-windows: 3.491 s Starting package 87/142: boost-context:x64-windows Building package boost-context[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\e5\e5183e7872f03656918adb9c51f6d703134db289.zip -- Downloading https://github.com/boostorg/context/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-context-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-context/src/ost-1.73.0-3d7488d660.clean -- Building x64-windows-rel -- Building x64-windows-rel done -- Building x64-windows-dbg -- Building x64-windows-dbg done -- Packaging x64-windows-rel -- Packaging x64-windows-rel done -- Packaging x64-windows-dbg -- Packaging x64-windows-dbg done -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-context_x64-windows/share/boost-context/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\e5\e5183e7872f03656918adb9c51f6d703134db289.zip Building package boost-context[core]:x64-windows... done Installing package boost-context[core]:x64-windows... Installing package boost-context[core]:x64-windows... done Elapsed time for package boost-context:x64-windows: 1.11 min Starting package 88/142: boost-coroutine:x64-windows Building package boost-coroutine[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\4e\4ea92a6a20e8d00d06332392748cef562c182385.zip -- Downloading https://github.com/boostorg/coroutine/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-coroutine-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-coroutine/src/ost-1.73.0-04410aba4d.clean -- Building x64-windows-rel -- Building x64-windows-rel done -- Building x64-windows-dbg -- Building x64-windows-dbg done -- Packaging x64-windows-rel -- Packaging x64-windows-rel done -- Packaging x64-windows-dbg -- Packaging x64-windows-dbg done -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-coroutine_x64-windows/share/boost-coroutine/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\4e\4ea92a6a20e8d00d06332392748cef562c182385.zip Building package boost-coroutine[core]:x64-windows... done Installing package boost-coroutine[core]:x64-windows... Installing package boost-coroutine[core]:x64-windows... done Elapsed time for package boost-coroutine:x64-windows: 40.72 s Starting package 89/142: boost-asio:x64-windows Building package boost-asio[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\cc\cc0d42e31d5c6ca2012d05f44c8790007454f2bb.zip -- Downloading https://github.com/boostorg/asio/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-asio-boost-1.73.0.tar.gz -- Applying patch windows_alloca_header.patch -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-asio/src/ost-1.73.0-bccd3a73c8.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-asio_x64-windows/share/boost-asio/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\cc\cc0d42e31d5c6ca2012d05f44c8790007454f2bb.zip Building package boost-asio[core]:x64-windows... done Installing package boost-asio[core]:x64-windows... Installing package boost-asio[core]:x64-windows... done Elapsed time for package boost-asio:x64-windows: 14.57 s Starting package 90/142: boost-ptr-container:x64-windows Building package boost-ptr-container[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\eb\ebce2f88dcb6ea1333277625e905ff975c00c843.zip -- Downloading https://github.com/boostorg/ptr_container/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-ptr_container-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-ptr-container/src/ost-1.73.0-55d56996de.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-ptr-container_x64-windows/share/boost-ptr-container/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\eb\ebce2f88dcb6ea1333277625e905ff975c00c843.zip Building package boost-ptr-container[core]:x64-windows... done Installing package boost-ptr-container[core]:x64-windows... Installing package boost-ptr-container[core]:x64-windows... done Elapsed time for package boost-ptr-container:x64-windows: 3.94 s Starting package 91/142: boost-assign:x64-windows Building package boost-assign[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\92\92d9d15d7e606f1c485155000138461bc2edceb7.zip -- Downloading https://github.com/boostorg/assign/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-assign-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-assign/src/ost-1.73.0-e894ef93be.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-assign_x64-windows/share/boost-assign/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\92\92d9d15d7e606f1c485155000138461bc2edceb7.zip Building package boost-assign[core]:x64-windows... done Installing package boost-assign[core]:x64-windows... Installing package boost-assign[core]:x64-windows... done Elapsed time for package boost-assign:x64-windows: 2.33 s Starting package 92/142: boost-beast:x64-windows Building package boost-beast[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\d6\d684b0a7ff279bd0a31ab8fa8c111989e0653438.zip -- Downloading https://github.com/boostorg/beast/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-beast-boost-1.73.0.tar.gz -- Applying patch 0002-beast-coroutines.patch -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-beast/src/ost-1.73.0-d4a3ab2276.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-beast_x64-windows/share/boost-beast/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\d6\d684b0a7ff279bd0a31ab8fa8c111989e0653438.zip Building package boost-beast[core]:x64-windows... done Installing package boost-beast[core]:x64-windows... Installing package boost-beast[core]:x64-windows... done Elapsed time for package boost-beast:x64-windows: 10.6 s Starting package 93/142: boost-property-map:x64-windows Building package boost-property-map[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\07\07362e05eec362a7eef0cd5d70c6b1272eef7dd2.zip Building package boost-property-map[core]:x64-windows... done Installing package boost-property-map[core]:x64-windows... Installing package boost-property-map[core]:x64-windows... done Elapsed time for package boost-property-map:x64-windows: 370.4 ms Starting package 94/142: boost-bimap:x64-windows Building package boost-bimap[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\30\304bfde28620c7fafd6c331347d99be86bb43f7f.zip Building package boost-bimap[core]:x64-windows... done Installing package boost-bimap[core]:x64-windows... Installing package boost-bimap[core]:x64-windows... done Elapsed time for package boost-bimap:x64-windows: 946.6 ms Starting package 95/142: boost-callable-traits:x64-windows Building package boost-callable-traits[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\b6\b6869174b65d7224d29dc3c25a8da34ebdf35be4.zip -- Downloading https://github.com/boostorg/callable_traits/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-callable_traits-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-callable-traits/src/ost-1.73.0-cfedb2d17e.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-callable-traits_x64-windows/share/boost-callable-traits/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\b6\b6869174b65d7224d29dc3c25a8da34ebdf35be4.zip Building package boost-callable-traits[core]:x64-windows... done Installing package boost-callable-traits[core]:x64-windows... Installing package boost-callable-traits[core]:x64-windows... done Elapsed time for package boost-callable-traits:x64-windows: 3.025 s Starting package 96/142: boost-contract:x64-windows Building package boost-contract[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\d2\d2fa88016850dbe4f8e543761f18dded465a6d7b.zip -- Downloading https://github.com/boostorg/contract/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-contract-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-contract/src/ost-1.73.0-6ecc7def08.clean -- Building x64-windows-rel -- Building x64-windows-rel done -- Building x64-windows-dbg -- Building x64-windows-dbg done -- Packaging x64-windows-rel -- Packaging x64-windows-rel done -- Packaging x64-windows-dbg -- Packaging x64-windows-dbg done -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-contract_x64-windows/share/boost-contract/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\d2\d2fa88016850dbe4f8e543761f18dded465a6d7b.zip Building package boost-contract[core]:x64-windows... done Installing package boost-contract[core]:x64-windows... Installing package boost-contract[core]:x64-windows... done Elapsed time for package boost-contract:x64-windows: 36.59 s Starting package 97/142: boost-convert:x64-windows Building package boost-convert[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\8f\8f0109e966b9a7223c6573bfa0729c1106ab1642.zip -- Downloading https://github.com/boostorg/convert/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-convert-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-convert/src/ost-1.73.0-579252a7eb.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-convert_x64-windows/share/boost-convert/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\8f\8f0109e966b9a7223c6573bfa0729c1106ab1642.zip Building package boost-convert[core]:x64-windows... done Installing package boost-convert[core]:x64-windows... Installing package boost-convert[core]:x64-windows... done Elapsed time for package boost-convert:x64-windows: 2.59 s Starting package 98/142: boost-coroutine2:x64-windows Building package boost-coroutine2[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\00\006b675b2444ef29e267a281c26a39117d26f7e2.zip -- Downloading https://github.com/boostorg/coroutine2/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-coroutine2-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-coroutine2/src/ost-1.73.0-87f132b0e9.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-coroutine2_x64-windows/share/boost-coroutine2/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\00\006b675b2444ef29e267a281c26a39117d26f7e2.zip Building package boost-coroutine2[core]:x64-windows... done Installing package boost-coroutine2[core]:x64-windows... Installing package boost-coroutine2[core]:x64-windows... done Elapsed time for package boost-coroutine2:x64-windows: 2.294 s Starting package 99/142: boost-crc:x64-windows Building package boost-crc[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\50\50f1b17f56e5a9199ab040714a6fc80b09624bfb.zip -- Downloading https://github.com/boostorg/crc/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-crc-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-crc/src/ost-1.73.0-5c42232c4d.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-crc_x64-windows/share/boost-crc/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\50\50f1b17f56e5a9199ab040714a6fc80b09624bfb.zip Building package boost-crc[core]:x64-windows... done Installing package boost-crc[core]:x64-windows... Installing package boost-crc[core]:x64-windows... done Elapsed time for package boost-crc:x64-windows: 2.171 s Starting package 100/142: boost-dll:x64-windows Building package boost-dll[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\8d\8dc4005a38b987021a89f82e0fa5f5e7962a060c.zip -- Downloading https://github.com/boostorg/dll/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-dll-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-dll/src/ost-1.73.0-f7d261a6d2.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-dll_x64-windows/share/boost-dll/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\8d\8dc4005a38b987021a89f82e0fa5f5e7962a060c.zip Building package boost-dll[core]:x64-windows... done Installing package boost-dll[core]:x64-windows... Installing package boost-dll[core]:x64-windows... done Elapsed time for package boost-dll:x64-windows: 2.665 s Starting package 101/142: boost-fiber:x64-windows Building package boost-fiber[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\bc\bcd93cd1cffa93d31b4a4cc9f497a03a25798957.zip -- Downloading https://github.com/boostorg/fiber/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-fiber-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-fiber/src/ost-1.73.0-19cdf62e42.clean -- Building x64-windows-rel -- Building x64-windows-rel done -- Building x64-windows-dbg -- Building x64-windows-dbg done -- Packaging x64-windows-rel -- Packaging x64-windows-rel done -- Packaging x64-windows-dbg -- Packaging x64-windows-dbg done -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-fiber_x64-windows/share/boost-fiber/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\bc\bcd93cd1cffa93d31b4a4cc9f497a03a25798957.zip Building package boost-fiber[core]:x64-windows... done Installing package boost-fiber[core]:x64-windows... Installing package boost-fiber[core]:x64-windows... done Elapsed time for package boost-fiber:x64-windows: 1.85 min Starting package 102/142: boost-interprocess:x64-windows Building package boost-interprocess[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\e8\e810d836300242e9e70c773a917c5522157b545f.zip -- Downloading https://github.com/boostorg/interprocess/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-interprocess-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-interprocess/src/ost-1.73.0-0a90344f3b.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-interprocess_x64-windows/share/boost-interprocess/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\e8\e810d836300242e9e70c773a917c5522157b545f.zip Building package boost-interprocess[core]:x64-windows... done Installing package boost-interprocess[core]:x64-windows... Installing package boost-interprocess[core]:x64-windows... done Elapsed time for package boost-interprocess:x64-windows: 4.283 s Starting package 103/142: boost-flyweight:x64-windows Building package boost-flyweight[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\07\07591e168a9d46771e70f32ced823816fe14a6c8.zip -- Downloading https://github.com/boostorg/flyweight/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-flyweight-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-flyweight/src/ost-1.73.0-26e683bad4.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-flyweight_x64-windows/share/boost-flyweight/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\07\07591e168a9d46771e70f32ced823816fe14a6c8.zip Building package boost-flyweight[core]:x64-windows... done Installing package boost-flyweight[core]:x64-windows... Installing package boost-flyweight[core]:x64-windows... done Elapsed time for package boost-flyweight:x64-windows: 2.472 s Starting package 104/142: boost-polygon:x64-windows Building package boost-polygon[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\df\df7ca9d70243ed9807e046a44c34e25796d52696.zip -- Downloading https://github.com/boostorg/polygon/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-polygon-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-polygon/src/ost-1.73.0-ffdf3e4dca.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-polygon_x64-windows/share/boost-polygon/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\df\df7ca9d70243ed9807e046a44c34e25796d52696.zip Building package boost-polygon[core]:x64-windows... done Installing package boost-polygon[core]:x64-windows... Installing package boost-polygon[core]:x64-windows... done Elapsed time for package boost-polygon:x64-windows: 5.8 s Starting package 105/142: boost-qvm:x64-windows Building package boost-qvm[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\89\891113f6d73e766918752cc762efe5009e6098c1.zip -- Downloading https://github.com/boostorg/qvm/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-qvm-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-qvm/src/ost-1.73.0-46dfdc0db6.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-qvm_x64-windows/share/boost-qvm/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\89\891113f6d73e766918752cc762efe5009e6098c1.zip Building package boost-qvm[core]:x64-windows... done Installing package boost-qvm[core]:x64-windows... Installing package boost-qvm[core]:x64-windows... done Elapsed time for package boost-qvm:x64-windows: 3.965 s Starting package 106/142: boost-geometry:x64-windows Building package boost-geometry[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\1d\1dddcefff3a71097a81cbde3a23888f3736f7c2c.zip -- Downloading https://github.com/boostorg/geometry/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-geometry-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-geometry/src/ost-1.73.0-875af81436.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-geometry_x64-windows/share/boost-geometry/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\1d\1dddcefff3a71097a81cbde3a23888f3736f7c2c.zip Building package boost-geometry[core]:x64-windows... done Installing package boost-geometry[core]:x64-windows... Installing package boost-geometry[core]:x64-windows... done Elapsed time for package boost-geometry:x64-windows: 17.96 s Starting package 107/142: boost-gil:x64-windows Building package boost-gil[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\2e\2e2b3f195653197963108c742dc06fb71004080d.zip -- Downloading https://github.com/boostorg/gil/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-gil-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-gil/src/ost-1.73.0-6f4fb98a82.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-gil_x64-windows/share/boost-gil/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\2e\2e2b3f195653197963108c742dc06fb71004080d.zip Building package boost-gil[core]:x64-windows... done Installing package boost-gil[core]:x64-windows... Installing package boost-gil[core]:x64-windows... done Elapsed time for package boost-gil:x64-windows: 7.631 s Starting package 108/142: boost-test:x64-windows Building package boost-test[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\cb\cb26c338c6d771d39f9c45d193c4909aee7c2fa3.zip Building package boost-test[core]:x64-windows... done Installing package boost-test[core]:x64-windows... Installing package boost-test[core]:x64-windows... done Elapsed time for package boost-test:x64-windows: 3.082 s Starting package 109/142: boost-xpressive:x64-windows Building package boost-xpressive[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\94\94baf5615c21c15cfbbb564ce880a60f8a99c7f1.zip Building package boost-xpressive[core]:x64-windows... done Installing package boost-xpressive[core]:x64-windows... Installing package boost-xpressive[core]:x64-windows... done Elapsed time for package boost-xpressive:x64-windows: 1.22 s Starting package 110/142: boost-graph:x64-windows Building package boost-graph[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\a6\a6f1d4867f3d1d646b0f4c17e0b39ac3add464bd.zip Building package boost-graph[core]:x64-windows... done Installing package boost-graph[core]:x64-windows... Installing package boost-graph[core]:x64-windows... done Elapsed time for package boost-graph:x64-windows: 1.605 s Starting package 111/142: boost-graph-parallel:x64-windows Building package boost-graph-parallel[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\41\4199b5a36048101fd5b06dba66933bd04fddb501.zip -- Downloading https://github.com/boostorg/graph_parallel/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-graph_parallel-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-graph-parallel/src/ost-1.73.0-9bf4a6c8ca.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-graph-parallel_x64-windows/share/boost-graph-parallel/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\41\4199b5a36048101fd5b06dba66933bd04fddb501.zip Building package boost-graph-parallel[core]:x64-windows... done Installing package boost-graph-parallel[core]:x64-windows... Installing package boost-graph-parallel[core]:x64-windows... done Elapsed time for package boost-graph-parallel:x64-windows: 3.672 s Starting package 112/142: boost-hana:x64-windows Building package boost-hana[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\82\8240e7cef385a52967fc10da9cf775d29a3ba6c4.zip -- Downloading https://github.com/boostorg/hana/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-hana-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-hana/src/ost-1.73.0-265a8e1f93.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-hana_x64-windows/share/boost-hana/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\82\8240e7cef385a52967fc10da9cf775d29a3ba6c4.zip Building package boost-hana[core]:x64-windows... done Installing package boost-hana[core]:x64-windows... Installing package boost-hana[core]:x64-windows... done Elapsed time for package boost-hana:x64-windows: 10.38 s Starting package 113/142: boost-heap:x64-windows Building package boost-heap[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\89\89bba52870778b261745f928152585b1b1f579cb.zip -- Downloading https://github.com/boostorg/heap/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-heap-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-heap/src/ost-1.73.0-e58c3398c2.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-heap_x64-windows/share/boost-heap/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\89\89bba52870778b261745f928152585b1b1f579cb.zip Building package boost-heap[core]:x64-windows... done Installing package boost-heap[core]:x64-windows... Installing package boost-heap[core]:x64-windows... done Elapsed time for package boost-heap:x64-windows: 2.454 s Starting package 114/142: boost-variant2:x64-windows Building package boost-variant2[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\1f\1fbdd226d89132450be5417d7fc386a5d2b49a15.zip -- Downloading https://github.com/boostorg/variant2/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-variant2-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-variant2/src/ost-1.73.0-fd47ee992b.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-variant2_x64-windows/share/boost-variant2/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\1f\1fbdd226d89132450be5417d7fc386a5d2b49a15.zip Building package boost-variant2[core]:x64-windows... done Installing package boost-variant2[core]:x64-windows... Installing package boost-variant2[core]:x64-windows... done Elapsed time for package boost-variant2:x64-windows: 2.413 s Starting package 115/142: boost-histogram:x64-windows Building package boost-histogram[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\07\073548fb733ea6271472fccc8d70b0a47b7503b8.zip -- Downloading https://github.com/boostorg/histogram/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-histogram-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-histogram/src/ost-1.73.0-105a808b24.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-histogram_x64-windows/share/boost-histogram/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\07\073548fb733ea6271472fccc8d70b0a47b7503b8.zip Building package boost-histogram[core]:x64-windows... done Installing package boost-histogram[core]:x64-windows... Installing package boost-histogram[core]:x64-windows... done Elapsed time for package boost-histogram:x64-windows: 2.785 s Starting package 116/142: boost-hof:x64-windows Building package boost-hof[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\fc\fcf1903e8c860b7f14cb022463b402cb25517d34.zip -- Downloading https://github.com/boostorg/hof/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-hof-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-hof/src/ost-1.73.0-b1c5ddf8af.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-hof_x64-windows/share/boost-hof/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\fc\fcf1903e8c860b7f14cb022463b402cb25517d34.zip Building package boost-hof[core]:x64-windows... done Installing package boost-hof[core]:x64-windows... Installing package boost-hof[core]:x64-windows... done Elapsed time for package boost-hof:x64-windows: 2.66 s Starting package 117/142: boost-icl:x64-windows Building package boost-icl[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\e4\e4098243386bbfdcfe48d0b997543c4b1e2f0961.zip -- Downloading https://github.com/boostorg/icl/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-icl-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-icl/src/ost-1.73.0-7612955fc7.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-icl_x64-windows/share/boost-icl/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\e4\e4098243386bbfdcfe48d0b997543c4b1e2f0961.zip Building package boost-icl[core]:x64-windows... done Installing package boost-icl[core]:x64-windows... Installing package boost-icl[core]:x64-windows... done Elapsed time for package boost-icl:x64-windows: 5.338 s Starting package 118/142: boost-scope-exit:x64-windows Building package boost-scope-exit[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\c9\c91424bf4716ebdbe8c9f2ec070234a4a5dc7d66.zip -- Downloading https://github.com/boostorg/scope_exit/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-scope_exit-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-scope-exit/src/ost-1.73.0-1ea09a00c4.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-scope-exit_x64-windows/share/boost-scope-exit/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\c9\c91424bf4716ebdbe8c9f2ec070234a4a5dc7d66.zip Building package boost-scope-exit[core]:x64-windows... done Installing package boost-scope-exit[core]:x64-windows... Installing package boost-scope-exit[core]:x64-windows... done Elapsed time for package boost-scope-exit:x64-windows: 2.068 s Starting package 119/142: boost-local-function:x64-windows Building package boost-local-function[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\5b\5b1f07b5fdf34e77de98b45f288ad2a2478a5ef2.zip -- Downloading https://github.com/boostorg/local_function/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-local_function-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-local-function/src/ost-1.73.0-077b1e52b7.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-local-function_x64-windows/share/boost-local-function/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\5b\5b1f07b5fdf34e77de98b45f288ad2a2478a5ef2.zip Building package boost-local-function[core]:x64-windows... done Installing package boost-local-function[core]:x64-windows... Installing package boost-local-function[core]:x64-windows... done Elapsed time for package boost-local-function:x64-windows: 3.318 s Starting package 120/142: boost-lockfree:x64-windows Building package boost-lockfree[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\bb\bb6ae4cb0888cf20ca569f837996d7b2a8e64817.zip -- Downloading https://github.com/boostorg/lockfree/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-lockfree-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-lockfree/src/ost-1.73.0-aeeb6e4a81.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-lockfree_x64-windows/share/boost-lockfree/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\bb\bb6ae4cb0888cf20ca569f837996d7b2a8e64817.zip Building package boost-lockfree[core]:x64-windows... done Installing package boost-lockfree[core]:x64-windows... Installing package boost-lockfree[core]:x64-windows... done Elapsed time for package boost-lockfree:x64-windows: 2.238 s Starting package 121/142: boost-log:x64-windows Building package boost-log[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\fb\fbeb850d4b126b85bfd5fb43179bf2f641d98912.zip -- Downloading https://github.com/boostorg/log/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-log-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-log/src/ost-1.73.0-3d57ed4a83.clean -- Building x64-windows-rel -- Building x64-windows-rel done -- Building x64-windows-dbg -- Building x64-windows-dbg done -- Packaging x64-windows-rel -- Packaging x64-windows-rel done -- Packaging x64-windows-dbg -- Packaging x64-windows-dbg done -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-log_x64-windows/share/boost-log/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\fb\fbeb850d4b126b85bfd5fb43179bf2f641d98912.zip Building package boost-log[core]:x64-windows... done Installing package boost-log[core]:x64-windows... Installing package boost-log[core]:x64-windows... done Elapsed time for package boost-log:x64-windows: 6.035 min Starting package 122/142: boost-metaparse:x64-windows Building package boost-metaparse[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\a5\a5b4d51b60c09f51e7fac16aa4acbd9081a2c589.zip -- Downloading https://github.com/boostorg/metaparse/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-metaparse-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-metaparse/src/ost-1.73.0-b6c9efad6f.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-metaparse_x64-windows/share/boost-metaparse/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\a5\a5b4d51b60c09f51e7fac16aa4acbd9081a2c589.zip Building package boost-metaparse[core]:x64-windows... done Installing package boost-metaparse[core]:x64-windows... Installing package boost-metaparse[core]:x64-windows... done Elapsed time for package boost-metaparse:x64-windows: 46.44 s Starting package 123/142: boost-msm:x64-windows Building package boost-msm[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\d8\d8657e0caf4aa8a8a45087174a276b2ae423e9b4.zip -- Downloading https://github.com/boostorg/msm/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-msm-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-msm/src/ost-1.73.0-23e3792cca.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-msm_x64-windows/share/boost-msm/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\d8\d8657e0caf4aa8a8a45087174a276b2ae423e9b4.zip Building package boost-msm[core]:x64-windows... done Installing package boost-msm[core]:x64-windows... Installing package boost-msm[core]:x64-windows... done Elapsed time for package boost-msm:x64-windows: 3.734 s Starting package 124/142: boost-nowide:x64-windows Building package boost-nowide[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\f0\f071ffdc8f55a7d10bb4bf3a342f5011da341b79.zip -- Downloading https://github.com/boostorg/nowide/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-nowide-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-nowide/src/ost-1.73.0-60e2d9597f.clean -- Building x64-windows-rel -- Building x64-windows-rel done -- Building x64-windows-dbg -- Building x64-windows-dbg done -- Packaging x64-windows-rel -- Packaging x64-windows-rel done -- Packaging x64-windows-dbg -- Packaging x64-windows-dbg done -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-nowide_x64-windows/share/boost-nowide/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\f0\f071ffdc8f55a7d10bb4bf3a342f5011da341b79.zip Building package boost-nowide[core]:x64-windows... done Installing package boost-nowide[core]:x64-windows... Installing package boost-nowide[core]:x64-windows... done Elapsed time for package boost-nowide:x64-windows: 22.54 s Starting package 125/142: boost-outcome:x64-windows Building package boost-outcome[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\0e\0e600d774509a32f8f5bee6b2698c5ef7e81fdf2.zip -- Downloading https://github.com/boostorg/outcome/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-outcome-boost-1.73.0.tar.gz -- Applying patch 0001-outcome-assert.patch -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-outcome/src/ost-1.73.0-bb4dcf34e3.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-outcome_x64-windows/share/boost-outcome/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\0e\0e600d774509a32f8f5bee6b2698c5ef7e81fdf2.zip Building package boost-outcome[core]:x64-windows... done Installing package boost-outcome[core]:x64-windows... Installing package boost-outcome[core]:x64-windows... done Elapsed time for package boost-outcome:x64-windows: 6.781 s Starting package 126/142: boost-python:x64-windows Building package boost-python[core]:x64-windows... Using cached binary package: C:\Users\tomoyan\AppData\Local\vcpkg/archives\7e\7e9682859a4d287a0d41d4733f374d06ccb7e30d.zip Building package boost-python[core]:x64-windows... done Installing package boost-python[core]:x64-windows... Installing package boost-python[core]:x64-windows... done Elapsed time for package boost-python:x64-windows: 1.833 s Starting package 127/142: boost-parameter-python:x64-windows Building package boost-parameter-python[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\0e\0e7d60b4615a577ac310d13b71fd31783bb152aa.zip -- Downloading https://github.com/boostorg/parameter_python/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-parameter_python-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-parameter-python/src/ost-1.73.0-8720fcf030.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-parameter-python_x64-windows/share/boost-parameter-python/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\0e\0e7d60b4615a577ac310d13b71fd31783bb152aa.zip Building package boost-parameter-python[core]:x64-windows... done Installing package boost-parameter-python[core]:x64-windows... Installing package boost-parameter-python[core]:x64-windows... done Elapsed time for package boost-parameter-python:x64-windows: 2.442 s Starting package 128/142: boost-vmd:x64-windows Building package boost-vmd[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\6c\6cbe8d419282e08215296900a06bd6e9f53c9cd2.zip -- Downloading https://github.com/boostorg/vmd/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-vmd-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-vmd/src/ost-1.73.0-b7529808ff.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-vmd_x64-windows/share/boost-vmd/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\6c\6cbe8d419282e08215296900a06bd6e9f53c9cd2.zip Building package boost-vmd[core]:x64-windows... done Installing package boost-vmd[core]:x64-windows... Installing package boost-vmd[core]:x64-windows... done Elapsed time for package boost-vmd:x64-windows: 5.911 s Starting package 129/142: boost-type-erasure:x64-windows Building package boost-type-erasure[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\34\340ccdf9e1fa9e8c41dfe4eed877f5491853e612.zip -- Downloading https://github.com/boostorg/type_erasure/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-type_erasure-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-type-erasure/src/ost-1.73.0-2593ed617e.clean -- Building x64-windows-rel -- Building x64-windows-rel done -- Building x64-windows-dbg -- Building x64-windows-dbg done -- Packaging x64-windows-rel -- Packaging x64-windows-rel done -- Packaging x64-windows-dbg -- Packaging x64-windows-dbg done -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-type-erasure_x64-windows/share/boost-type-erasure/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\34\340ccdf9e1fa9e8c41dfe4eed877f5491853e612.zip Building package boost-type-erasure[core]:x64-windows... done Installing package boost-type-erasure[core]:x64-windows... Installing package boost-type-erasure[core]:x64-windows... done Elapsed time for package boost-type-erasure:x64-windows: 25.87 s Starting package 130/142: boost-poly-collection:x64-windows Building package boost-poly-collection[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\c2\c2864676342b407b852cf62bcd0ce5574e17d30f.zip -- Downloading https://github.com/boostorg/poly_collection/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-poly_collection-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-poly-collection/src/ost-1.73.0-becade5a30.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-poly-collection_x64-windows/share/boost-poly-collection/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\c2\c2864676342b407b852cf62bcd0ce5574e17d30f.zip Building package boost-poly-collection[core]:x64-windows... done Installing package boost-poly-collection[core]:x64-windows... Installing package boost-poly-collection[core]:x64-windows... done Elapsed time for package boost-poly-collection:x64-windows: 3.212 s Starting package 131/142: boost-process:x64-windows Building package boost-process[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\f2\f22b0b211b0c2e17dcc252d3b049db4ab88c8559.zip -- Downloading https://github.com/boostorg/process/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-process-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-process/src/ost-1.73.0-e9d658f3c4.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-process_x64-windows/share/boost-process/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\f2\f22b0b211b0c2e17dcc252d3b049db4ab88c8559.zip Building package boost-process[core]:x64-windows... done Installing package boost-process[core]:x64-windows... Installing package boost-process[core]:x64-windows... done Elapsed time for package boost-process:x64-windows: 20.74 s Starting package 132/142: boost-program-options:x64-windows Building package boost-program-options[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\0f\0f2a2afc1f26cf07ee6a73bb4eb26d049ab79391.zip -- Downloading https://github.com/boostorg/program_options/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-program_options-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-program-options/src/ost-1.73.0-1e63740094.clean -- Building x64-windows-rel -- Building x64-windows-rel done -- Building x64-windows-dbg -- Building x64-windows-dbg done -- Packaging x64-windows-rel -- Packaging x64-windows-rel done -- Packaging x64-windows-dbg -- Packaging x64-windows-dbg done -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-program-options_x64-windows/share/boost-program-options/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\0f\0f2a2afc1f26cf07ee6a73bb4eb26d049ab79391.zip Building package boost-program-options[core]:x64-windows... done Installing package boost-program-options[core]:x64-windows... Installing package boost-program-options[core]:x64-windows... done Elapsed time for package boost-program-options:x64-windows: 1.415 min Starting package 133/142: boost-safe-numerics:x64-windows Building package boost-safe-numerics[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\06\064d4a2a4e8ac104f7f2f7033b8fa2d176a0fa8a.zip -- Downloading https://github.com/boostorg/safe_numerics/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-safe_numerics-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-safe-numerics/src/ost-1.73.0-db00104b27.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-safe-numerics_x64-windows/share/boost-safe-numerics/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\06\064d4a2a4e8ac104f7f2f7033b8fa2d176a0fa8a.zip Building package boost-safe-numerics[core]:x64-windows... done Installing package boost-safe-numerics[core]:x64-windows... Installing package boost-safe-numerics[core]:x64-windows... done Elapsed time for package boost-safe-numerics:x64-windows: 4.958 s Starting package 134/142: boost-signals2:x64-windows Building package boost-signals2[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\9e\9e07255e73547a875f5b12533f0a90d03abc0f3e.zip -- Downloading https://github.com/boostorg/signals2/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-signals2-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-signals2/src/ost-1.73.0-a56cb119ac.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-signals2_x64-windows/share/boost-signals2/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\9e\9e07255e73547a875f5b12533f0a90d03abc0f3e.zip Building package boost-signals2[core]:x64-windows... done Installing package boost-signals2[core]:x64-windows... Installing package boost-signals2[core]:x64-windows... done Elapsed time for package boost-signals2:x64-windows: 4.235 s Starting package 135/142: boost-sort:x64-windows Building package boost-sort[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\cf\cfb50dc73b56894d7859dd22b634a6a652988926.zip -- Downloading https://github.com/boostorg/sort/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-sort-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-sort/src/ost-1.73.0-a9c98793cf.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-sort_x64-windows/share/boost-sort/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\cf\cfb50dc73b56894d7859dd22b634a6a652988926.zip Building package boost-sort[core]:x64-windows... done Installing package boost-sort[core]:x64-windows... Installing package boost-sort[core]:x64-windows... done Elapsed time for package boost-sort:x64-windows: 4.402 s Starting package 136/142: boost-stacktrace:x64-windows Building package boost-stacktrace[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\11\11033188989a84e1533b348229769224ac30cda4.zip -- Downloading https://github.com/boostorg/stacktrace/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-stacktrace-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-stacktrace/src/ost-1.73.0-ab8d78f10d.clean -- Building x64-windows-rel -- Building x64-windows-rel done -- Building x64-windows-dbg -- Building x64-windows-dbg done -- Packaging x64-windows-rel -- Packaging x64-windows-rel done -- Packaging x64-windows-dbg -- Packaging x64-windows-dbg done -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-stacktrace_x64-windows/share/boost-stacktrace/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\11\11033188989a84e1533b348229769224ac30cda4.zip Building package boost-stacktrace[core]:x64-windows... done Installing package boost-stacktrace[core]:x64-windows... Installing package boost-stacktrace[core]:x64-windows... done Elapsed time for package boost-stacktrace:x64-windows: 52.06 s Starting package 137/142: boost-statechart:x64-windows Building package boost-statechart[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\16\1619a69bcc773b7cf785067da645992a95a9a62b.zip -- Downloading https://github.com/boostorg/statechart/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-statechart-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-statechart/src/ost-1.73.0-2b51369da7.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-statechart_x64-windows/share/boost-statechart/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\16\1619a69bcc773b7cf785067da645992a95a9a62b.zip Building package boost-statechart[core]:x64-windows... done Installing package boost-statechart[core]:x64-windows... Installing package boost-statechart[core]:x64-windows... done Elapsed time for package boost-statechart:x64-windows: 16.52 s Starting package 138/142: boost-static-string:x64-windows Building package boost-static-string[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\76\76f9100050a1d78431201f0806639891aeecd20b.zip -- Downloading https://github.com/boostorg/static_string/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-static_string-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-static-string/src/ost-1.73.0-74fb5798df.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-static-string_x64-windows/share/boost-static-string/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\76\76f9100050a1d78431201f0806639891aeecd20b.zip Building package boost-static-string[core]:x64-windows... done Installing package boost-static-string[core]:x64-windows... Installing package boost-static-string[core]:x64-windows... done Elapsed time for package boost-static-string:x64-windows: 8.32 s Starting package 139/142: boost-timer:x64-windows Building package boost-timer[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\b0\b0f13be13c42007632c2cc38f808225d795ff4b4.zip -- Downloading https://github.com/boostorg/timer/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-timer-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-timer/src/ost-1.73.0-589efa5526.clean -- Building x64-windows-rel -- Building x64-windows-rel done -- Building x64-windows-dbg -- Building x64-windows-dbg done -- Packaging x64-windows-rel -- Packaging x64-windows-rel done -- Packaging x64-windows-dbg -- Packaging x64-windows-dbg done -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-timer_x64-windows/share/boost-timer/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\b0\b0f13be13c42007632c2cc38f808225d795ff4b4.zip Building package boost-timer[core]:x64-windows... done Installing package boost-timer[core]:x64-windows... Installing package boost-timer[core]:x64-windows... done Elapsed time for package boost-timer:x64-windows: 50.94 s Starting package 140/142: boost-wave:x64-windows Building package boost-wave[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\ff\ff9dcc80d4135cec3493d1b614d9d6a1203dbada.zip -- Downloading https://github.com/boostorg/wave/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-wave-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-wave/src/ost-1.73.0-370d0be54e.clean -- Building x64-windows-rel -- Building x64-windows-rel done -- Building x64-windows-dbg -- Building x64-windows-dbg done -- Packaging x64-windows-rel -- Packaging x64-windows-rel done -- Packaging x64-windows-dbg -- Packaging x64-windows-dbg done -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-wave_x64-windows/share/boost-wave/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\ff\ff9dcc80d4135cec3493d1b614d9d6a1203dbada.zip Building package boost-wave[core]:x64-windows... done Installing package boost-wave[core]:x64-windows... Installing package boost-wave[core]:x64-windows... done Elapsed time for package boost-wave:x64-windows: 2.571 min Starting package 141/142: boost-yap:x64-windows Building package boost-yap[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\f7\f72573dfa4b6f96894bd3f2cd22da80148554934.zip -- Downloading https://github.com/boostorg/yap/archive/boost-1.73.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/boostorg-yap-boost-1.73.0.tar.gz -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/boost-yap/src/ost-1.73.0-72111d25bd.clean -- Packaging headers -- Packaging headers done -- Using cached C:/Users/tomoyan/vcpkg/downloads/boost_LICENSE_1_0.txt -- Installing: C:/Users/tomoyan/vcpkg/packages/boost-yap_x64-windows/share/boost-yap/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\f7\f72573dfa4b6f96894bd3f2cd22da80148554934.zip Building package boost-yap[core]:x64-windows... done Installing package boost-yap[core]:x64-windows... Installing package boost-yap[core]:x64-windows... done Elapsed time for package boost-yap:x64-windows: 2.702 s Starting package 142/142: boost:x64-windows Building package boost[core]:x64-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\09\0990de210452c0fadb580eb3d9df5b1ce676a282.zip -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\09\0990de210452c0fadb580eb3d9df5b1ce676a282.zip Building package boost[core]:x64-windows... done Installing package boost[core]:x64-windows... Installing package boost[core]:x64-windows... done Elapsed time for package boost:x64-windows: 991.9 ms Total elapsed time: 23.88 min **インストール確認**\\ $ ./vcpkg list boost-accumulators:x64-windows 1.73.0 Boost accumulators module boost-algorithm:x64-windows 1.73.0 Boost algorithm module boost-align:x64-windows 1.73.0 Boost align module boost-any:x64-windows 1.73.0 Boost any module boost-array:x64-windows 1.73.0 Boost array module boost-asio:x64-windows 1.73.0#1 Boost asio module boost-assert:x64-windows 1.73.0 Boost assert module boost-assign:x64-windows 1.73.0 Boost assign module boost-atomic:x64-windows 1.73.0 Boost atomic module boost-beast:x64-windows 1.73.0 Boost beast module boost-bimap:x64-windows 1.73.0 Boost bimap module boost-bind:x64-windows 1.73.0 Boost bind module boost-build:x64-windows 1.73.0#3 Boost.Build boost-callable-traits:x64-windows 1.73.0 Boost callable_traits module boost-chrono:x64-windows 1.73.0 Boost chrono module boost-circular-buffer:x64-windows 1.73.0 Boost circular_buffer module boost-compatibility:x64-windows 1.73.0 Boost compatibility module boost-compute:x64-windows 1.73.0 Boost compute module boost-concept-check:x64-windows 1.73.0 Boost concept_check module boost-config:x64-windows 1.73.0 Boost config module boost-container-hash:x64-windows 1.73.0 Boost container_hash module boost-container:x64-windows 1.73.0 Boost container module boost-context:x64-windows 1.73.0#1 Boost context module boost-contract:x64-windows 1.73.0 Boost contract module boost-conversion:x64-windows 1.73.0 Boost conversion module boost-convert:x64-windows 1.73.0 Boost convert module boost-core:x64-windows 1.73.0 Boost core module boost-coroutine2:x64-windows 1.73.0 Boost coroutine2 module boost-coroutine:x64-windows 1.73.0#1 Boost coroutine module boost-crc:x64-windows 1.73.0 Boost crc module boost-date-time:x64-windows 1.73.0 Boost date_time module boost-detail:x64-windows 1.73.0 Boost detail module boost-dll:x64-windows 1.73.0 Boost dll module boost-dynamic-bitset:x64-windows 1.73.0 Boost dynamic_bitset module boost-endian:x64-windows 1.73.0 Boost endian module boost-exception:x64-windows 1.73.0 Boost exception module boost-fiber:x64-windows 1.73.0#1 Boost fiber module boost-filesystem:x64-windows 1.73.0#1 Boost filesystem module boost-flyweight:x64-windows 1.73.0 Boost flyweight module boost-foreach:x64-windows 1.73.0 Boost foreach module boost-format:x64-windows 1.73.0 Boost format module boost-function-types:x64-windows 1.73.0 Boost function_types module boost-function:x64-windows 1.73.0 Boost function module boost-functional:x64-windows 1.73.0 Boost functional module boost-fusion:x64-windows 1.73.0 Boost fusion module boost-geometry:x64-windows 1.73.0 Boost geometry module boost-gil:x64-windows 1.73.0 Boost gil module boost-graph-parallel:x64-windows 1.73.0#1 Boost graph_parallel module boost-graph:x64-windows 1.73.0 Boost graph module boost-hana:x64-windows 1.73.0 Boost hana module boost-heap:x64-windows 1.73.0 Boost heap module boost-histogram:x64-windows 1.73.0 Boost histogram module boost-hof:x64-windows 1.73.0 Boost hof module boost-icl:x64-windows 1.73.0 Boost icl module boost-integer:x64-windows 1.73.0 Boost integer module boost-interprocess:x64-windows 1.73.0 Boost interprocess module boost-interval:x64-windows 1.73.0 Boost interval module boost-intrusive:x64-windows 1.73.0 Boost intrusive module boost-io:x64-windows 1.73.0 Boost io module boost-iostreams:x64-windows 1.73.0#1 Boost iostreams module boost-iterator:x64-windows 1.73.0 Boost iterator module boost-lambda:x64-windows 1.73.0 Boost lambda module boost-lexical-cast:x64-windows 1.73.0 Boost lexical_cast module boost-local-function:x64-windows 1.73.0 Boost local_function module boost-locale:x64-windows 1.73.0#1 Boost locale module boost-lockfree:x64-windows 1.73.0 Boost lockfree module boost-log:x64-windows 1.73.0#1 Boost log module boost-logic:x64-windows 1.73.0 Boost logic module boost-math:x64-windows 1.73.0 Boost math module boost-metaparse:x64-windows 1.73.0 Boost metaparse module boost-modular-build-helper:x64-windows 1.73.0#4 boost-move:x64-windows 1.73.0 Boost move module boost-mp11:x64-windows 1.73.0 Boost mp11 module boost-mpl:x64-windows 1.73.0 Boost mpl module boost-msm:x64-windows 1.73.0 Boost msm module boost-multi-array:x64-windows 1.73.0 Boost multi_array module boost-multi-index:x64-windows 1.73.0 Boost multi_index module boost-multiprecision:x64-windows 1.73.0 Boost multiprecision module boost-nowide:x64-windows 1.73.0 Boost nowide module boost-numeric-conversion:x64-windows 1.73.0 Boost numeric_conversion module boost-odeint:x64-windows 1.73.0 Boost odeint module boost-optional:x64-windows 1.73.0 Boost optional module boost-outcome:x64-windows 1.73.0 Boost outcome module boost-parameter-python:x64-windows 1.73.0#1 Boost parameter_python module boost-parameter:x64-windows 1.73.0 Boost parameter module boost-phoenix:x64-windows 1.73.0 Boost phoenix module boost-poly-collection:x64-windows 1.73.0#1 Boost poly_collection module boost-polygon:x64-windows 1.73.0 Boost polygon module boost-pool:x64-windows 1.73.0 Boost pool module boost-predef:x64-windows 1.73.0 Boost predef module boost-preprocessor:x64-windows 1.73.0 Boost preprocessor module boost-process:x64-windows 1.73.0 Boost process module boost-program-options:x64-windows 1.73.0 Boost program_options module boost-property-map:x64-windows 1.73.0 Boost property_map module boost-property-tree:x64-windows 1.73.0 Boost property_tree module boost-proto:x64-windows 1.73.0 Boost proto module boost-ptr-container:x64-windows 1.73.0 Boost ptr_container module boost-python:x64-windows 1.73.0#1 Boost python module boost-qvm:x64-windows 1.73.0 Boost qvm module boost-random:x64-windows 1.73.0 Boost random module boost-range:x64-windows 1.73.0 Boost range module boost-ratio:x64-windows 1.73.0 Boost ratio module boost-rational:x64-windows 1.73.0 Boost rational module boost-regex:x64-windows 1.73.0 Boost regex module boost-safe-numerics:x64-windows 1.73.0#1 Boost safe_numerics module boost-scope-exit:x64-windows 1.73.0 Boost scope_exit module boost-serialization:x64-windows 1.73.0 Boost serialization module boost-signals2:x64-windows 1.73.0 Boost signals2 module boost-smart-ptr:x64-windows 1.73.0 Boost smart_ptr module boost-sort:x64-windows 1.73.0 Boost sort module boost-spirit:x64-windows 1.73.0 Boost spirit module boost-stacktrace:x64-windows 1.73.0#1 Boost stacktrace module boost-statechart:x64-windows 1.73.0 Boost statechart module boost-static-assert:x64-windows 1.73.0 Boost static_assert module boost-static-string:x64-windows 1.73.0 Boost static_string module boost-system:x64-windows 1.73.0 Boost system module boost-test:x64-windows 1.73.0#1 Boost test module boost-thread:x64-windows 1.73.0 Boost thread module boost-throw-exception:x64-windows 1.73.0 Boost throw_exception module boost-timer:x64-windows 1.73.0 Boost timer module boost-tokenizer:x64-windows 1.73.0 Boost tokenizer module boost-tti:x64-windows 1.73.0 Boost tti module boost-tuple:x64-windows 1.73.0 Boost tuple module boost-type-erasure:x64-windows 1.73.0 Boost type_erasure module boost-type-index:x64-windows 1.73.0 Boost type_index module boost-type-traits:x64-windows 1.73.0 Boost type_traits module boost-typeof:x64-windows 1.73.0 Boost typeof module boost-ublas:x64-windows 1.73.0 Boost ublas module boost-uninstall:x64-windows 1.73.0 boost uninstall port boost-units:x64-windows 1.73.0 Boost units module boost-unordered:x64-windows 1.73.0 Boost unordered module boost-utility:x64-windows 1.73.0 Boost utility module boost-uuid:x64-windows 1.73.0 Boost uuid module boost-variant2:x64-windows 1.73.0 Boost variant2 module boost-variant:x64-windows 1.73.0 Boost variant module boost-vcpkg-helpers:x64-windows 7#1 a set of vcpkg-internal scripts used to modulari... boost-vmd:x64-windows 1.73.0 Boost vmd module boost-wave:x64-windows 1.73.0#1 Boost wave module boost-winapi:x64-windows 1.73.0 Boost winapi module boost-xpressive:x64-windows 1.73.0 Boost xpressive module boost-yap:x64-windows 1.73.0 Boost yap module boost:x64-windows 1.73.0#1 Peer-reviewed portable C++ source libraries bzip2:x64-windows 1.0.6#7 High-quality data compressor. expat:x86-windows 2.2.9 XML parser library written in C libffi:x64-windows 3.3#4 Portable, high level programming interface to va... libjpeg-turbo:x86-windows 2.0.5 libjpeg-turbo is a JPEG image codec that uses SI... liblzma:x64-windows 5.2.5#1 Compression library with an API similar to that ... liblzma:x86-windows 5.2.5#1 Compression library with an API similar to that ... libpng:x86-windows 1.6.37#11 libpng is a library implementing an interface fo... openssl-windows:x64-windows 1.1.1g#1 OpenSSL is an open source project that provides ... openssl:x64-windows 1.1.1g#1 OpenSSL is an open source project that provides ... python3:x64-windows 3.8.3#1 The Python programming language as an embeddable... tiff:x86-windows 4.1.0 A library that supports the manipulation of TIFF... wxwidgets:x86-windows 3.1.4#2 wxWidgets is a widget toolkit and tools library ... zlib:x64-windows 1.2.11#9 A compression library zlib:x86-windows 1.2.11#9 A compression library zstd:x64-windows 1.4.4#2 Zstandard - Fast real-time compression algorithm ==== ソースコードからビルド ==== 下記の内容は正式対応前に **Visual Studio 2019 Preview** で、最新の **Boost** をソースコードからビルドした。\\ **Boost** が正式対応しているコンパイラでは、これほど苦労はしない。\\ - タスクバーの「ここに入力して検索」に sysdm.cpl を入力して Enter キーを押す。 - 「システムのプロパティ」の「詳細設定」タブの[環境変数]ボタンを押して「環境変数」画面を開く。 - 「環境変数」画面の [システム環境変数] の [新規] ボタンを押して以下の環境変数を登録する。 変数名: BOOST 変数値: C:\Libraries\boost - タスクバーの「ここに入力して検索」に cmd を入力して「コマンドプロンプト」を「管理者として実行」する。 - 「コマンドプロンプト」以下のコマンドを入力する。 > cd %BOOST% > bootstrap.bat Building Boost.Build engine Generating Boost.Build configuration in project-config.jam for msvc... Bootstrapping is done. To build, run: .\b2 To generate header files, run: .\b2 headers To adjust configuration, edit 'project-config.jam'. Further information: - Command line help: .\b2 --help - Getting started guide: http://boost.org/more/getting_started/windows.html - Boost.Build documentation: http://www.boost.org/build/ - 現時点で bjam は **Visual Studio 2019 Preview** に対応していないので msvc.jam を修正する。 24d23 < * Visual Studio 2019—14.2 1019c1018 < if [ MATCH "(14.[12])" : $(version) ] --- > if [ MATCH "(14.1)" : $(version) ] 1179c1178 < exact-version = [ MATCH "(14\.[12]0\.[0-9\.]+)" : $(command) ] ; --- > exact-version = [ MATCH "(14\.10\.[0-9\.]+)" : $(command) ] ; 1208,1212c1207 < if [ MATCH "(MSVC\\14.2)" : $(command) ] < { < version = 14.2 ; < } < else if [ MATCH "(MSVC\\14.1)" : $(command) ] --- > if [ MATCH "(MSVC\\14.1)" : $(command) ] 1542c1537 < if $(version) = 14.1 || $(version) = 14.2 || $(version) = "default" --- > if $(version) = 14.1 || $(version) = "default" 1964c1959 < .known-versions = 14.2 14.1 14.0 12.0 11.0 10.0 10.0express 9.0 9.0express 8.0 8.0express 7.1 --- > .known-versions = 14.1 14.0 12.0 11.0 10.0 10.0express 9.0 9.0express 8.0 8.0express 7.1 1978d1972 < .version-alias-14.2 = 14.2 ; 2007,2010d2000 < .version-14.2-path = < "../../VC/Tools/MSVC/*/bin/Host*/*" < "Microsoft Visual Studio/2019/Preview/VC/Auxiliary/Build" < ; 2012d2001 < .version-14.2-env = VS160COMNTOOLS ProgramFiles ProgramFiles(x86) ; - *** Visual Studio 2019—14.2** コメント追加。 - **if [ MATCH "(14.1)" : $(version) ]** を **if [ MATCH "(14.[12])" : $(version) ]** に修正。 - **exact-version = [ MATCH "(14\.10\.[0-9\.]+)" : $(command) ] ;** を **exact-version = [ MATCH "(14\.[12]0\.[0-9\.]+)" : $(command) ] ;** に修正。 - **if [ MATCH "(MSVC\\14.1)" : $(command) ]** を if [ MATCH "(MSVC\\14.2)" : $(command) ] { version = 14.2 ; } else if [ MATCH "(MSVC\\14.1)" : $(command) ] に修正。 - **if $(version) = 14.1 || $(version) = "default"** を **if $(version) = 14.1 || $(version) = 14.2 || $(version) = "default"** に修正。 - **.known-versions = 14.1 14.0 12.0 11.0 10.0 10.0express 9.0 9.0express 8.0 8.0express 7.1** を **.known-versions = 14.2 14.1 14.0 12.0 11.0 10.0 10.0express 9.0 9.0express 8.0 8.0express 7.1** に修正。 - **.version-alias-14.2 = 14.2 ;** を追記。 - .version-14.2-path = "../../VC/Tools/MSVC/*/bin/Host*/*" "Microsoft Visual Studio/2019/Preview/VC/Auxiliary/Build" ; を追記。 - **.version-14.2-env = VS160COMNTOOLS ProgramFiles ProgramFiles(x86) ;** を追記。 - 「スタート」の「Visual Studio 2019」より「x86 Native Tools Command Prompt for VS 2019」または「x64 Native Tools Command Prompt for VS 2019」を起動して、以下のコマンドを入力する。 > bjam --toolset=msvc link=static,shared runtime-link=static,shared release debug stage - 以下のようにコンパイルが開始される。 Performing configuration checks - 32-bit : yes (cached) - arm : no (cached) - mips1 : no (cached) ~省略~ cl /c /nologo /TP /Fovc_mswud_x64\gllib_glcmn.obj /MDd /DWIN32 /Zi /Fd..\..\lib\vc_x64_lib\wxmsw31ud_gl.pdb /D_DEBUG /Od /D_CRT_SECURE_NO_DEPRECATE=1 /D_CRT_NON_CONFORMING_SWPRINTFS=1 /D_SCL_SECURE_NO_WARNINGS=1 /D__WXMSW__ /D_UNICODE /I..\..\lib\vc_x64_lib\mswud /I..\..\include /W4 /DWXBUILDING /I..\..\src\tiff\libtiff /I..\..\src\jpeg /I..\..\src\png /I..\..\src\zlib /I..\..\src\regex /I..\..\src\expat\expat\lib /GR /EHsc /Yu"wx/wxprec.h" /Fp"vc_mswud_x64\wxprec_gllib.pch" ..\..\src\common\glcmn.cpp glcmn.cpp cl /c /nologo /TP /Fovc_mswud_x64\gllib_glcanvas.obj /MDd /DWIN32 /Zi /Fd..\..\lib\vc_x64_lib\wxmsw31ud_gl.pdb /D_DEBUG /Od /D_CRT_SECURE_NO_DEPRECATE=1 /D_CRT_NON_CONFORMING_SWPRINTFS=1 /D_SCL_SECURE_NO_WARNINGS=1 /D__WXMSW__ /D_UNICODE /I..\..\lib\vc_x64_lib\mswud /I..\..\include /W4 /DWXBUILDING /I..\..\src\tiff\libtiff /I..\..\src\jpeg /I..\..\src\png /I..\..\src\zlib /I..\..\src\regex /I..\..\src\expat\expat\lib /GR /EHsc /Yu"wx/wxprec.h" /Fp"vc_mswud_x64\wxprec_gllib.pch" ..\..\src\msw\glcanvas.cpp glcanvas.cpp if exist ..\..\lib\vc_x64_lib\wxmsw31ud_gl.lib del ..\..\lib\vc_x64_lib\wxmsw31ud_gl.lib link /LIB /NOLOGO /OUT:..\..\lib\vc_x64_lib\wxmsw31ud_gl.lib @C:\Users\tomoyan\AppData\Local\Temp\nmFCDF.tmp - ビルドが完了すると以下の出力が得られる。 include path: %BOOST% library path: %BOOST%\stage\lib === auto_link.hpp の修正 === 現時点で boost は Visual Studio 2019 のオートリンクに対応していないので auto_link.hpp を修正する。 176c176 < # elif defined(BOOST_MSVC) && (BOOST_MSVC < 1920) --- > # elif defined(BOOST_MSVC) 180,184d179 < < # elif defined(BOOST_MSVC) < < // vc14.2: < # define BOOST_LIB_TOOLSET "vc142" - **# elif defined(BOOST_MSVC)** を **# elif defined(BOOST_MSVC) && (BOOST_MSVC < 1920)** に修正。 - # elif defined(BOOST_MSVC) // vc14.2: # define BOOST_LIB_TOOLSET "vc142" を追記。 === 参考 === ^ 表記 ^ 製品名 ^ VC++ Version ^ _MSC_VER ^ _MSC_FULL_VER ^ | 2019 | Visual Studio 2019\\ Version 16.1.2 | 14.21 | 1921 | 192127702 | | 2019 Preview | Visual Studio Enterprise 2019 Preview\\ Version 16.0.0 Preview 2.2 | 14.20 | 1920 | 192027305 | | 2017 Update 7 | Visual Studio 2017 Version 15.7.5 | 14.14 | 1914 | 191426433 | [[windows:visualstudio#visual_studio_と_vc_マクロ定義|Visual Studio と VC++ マクロ定義]]\\ ===== Linux でのインストール ===== Fedora 29\\ $ sudo dnf install boost boost-devel boost-date-time boost-filesystem boost-graph boost-iostreams boost-numpy3 boost-program-options boost-python3 boost-python3-devel boost-regex boost-serialization boost-signals boost-stacktrace boost-static boost-system boost-test boost-thread boost-timer boost-type_erasure boost-wave 以下の依存関係がインストールされる。\\ libquadmath-devel boost-container boost-context boost-coroutine boost-fiber boost-log boost-math python3-numpy [[c_cpp:boost:fedora_29_boost_rpms|Fedora 29 でインストール可能な Boost の RPM 一覧]]\\ ==== ソースからのビルド ==== $ cd boost $ ./bootstrap.sh $ PYTHON_ROOT=/usr/bin/python3 $ PYTHON_VERSION=3.7 $ echo "using gcc : 8.3 : /usr/bin/g++ ; " >> tools/build/src/user-config.jam $ ./bjam --toolset=gcc-8.3 address-model=32 architecture=x86 variant=debug -j 3 --buildid=x32-d $ ./bjam --toolset=gcc-8.3 address-model=64 architecture=x86 variant=debug -j 3 --buildid=x64-d $ ./bjam --toolset=gcc-8.3 address-model=32 architecture=x86 variant=release -j 3 --buildid=x32 $ ./bjam --toolset=gcc-8.3 address-model=64 architecture=x86 variant=release -j 3 --buildid=x64 ※**Name clash for xxx**エラーが発生する場合は、**address-model=64 architecture=x86**オプションで回避できる。\\ ※**-j N** は並列コンパイル数 N を指定する。\\ ※**variant=debug,release**にすると**address-model=64 architecture=x86**を指定しても**Name clash for xxx**エラーが発生してビルドできなかった。\\ ※**--buildid=d**はデバッグ版のライブラリ名に-dを付ける。\\ ===== ライブラリの利用方法 ===== [[c_cpp:boost:boost_python|Boost.Python - Boost Python Library]]\\ ===== 参考文献 ===== [[https://boostjp.github.io/howtobuild.html|Boostライブラリのビルド方法 - boostjp]]\\ [[git>boost-ext/di|boost-ext/di: DI: C++14 Dependency Injection Library]]\\ ==== 付録 ==== [[tw>tomoyan596/status/1404143924428480512|〇 DI (Dependency Injection) × PI(Pregnancy Injection) YouTubeの字幕がおかしいだけですねぇ😅💦 / Twitter]]\\