目次
Visual Studio
Visual Cosplay 2013😅💦
File:X Japan Cosplay (8644730147).jpg - Wikimedia Commons より
ビジュアル系イメージの誤りです😅💦
Visual Studio 2019 のダウンロード
ダウンロード | IDE、Code、Team Foundation Server | Visual Studio の Community の 無料ダウンロード ボタンをクリックする。
無料ダウンロード は BLOB URL である。直接ダウンロードする URL は、https://download.visualstudio.microsoft.com/download/pr/7b196ac4-65a9-4fde-b720-09b5339dbaba/78df39539625fa4e6c781c6a2aca7b4f/vs_community.exe になる。
Visual Studio Installer の実行
ダウンロードした vs_community__1505233704.1563396169.exe を実行する。
「ASP.NET と Web 開発」を選択する。
「Python 開発」を選択する。
Python のインストール Windows 編 でインストール済みの為、以下のチェックを外す。
Python miniconda Python Web サポート Python 3 64-bit (3.7.3)
「.NET デスクトップ開発」を選択する。
「C++ によるデスクトップ開発」を選択する。
[インストール] をクリックする。
コンピュータを再起動する。
Visual Studio Installer の自動化
オフラインインストール用のレイアウトを %USERPROFILE%\Visual Studio 2019 Downloads
に作成する。
Visual C++、Python 開発環境を構築する例。
> cmd /k ""%USERPROFILE%\vs_community.exe" --layout "%USERPROFILE%\Visual Studio 2019 Downloads" --add Microsoft.Component.MSBuild --add Microsoft.VisualStudio.Component.VC.Redist.14.Latest --add Microsoft.VisualStudio.Component.VC.ATL --add Microsoft.VisualStudio.Component.VC.CMake.Project --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.Windows10SDK.18362 --add Microsoft.VisualStudio.Component.VC.ATLMFC --add Microsoft.VisualStudio.Component.VC.Llvm.Clang --add Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset --add Microsoft.Component.PythonTools --includeRecommended --lang en-US ja-JP --wait"
オフラインインストールの実行。
> cmd /k ""%USERPROFILE%\Visual Studio 2019 Downloads\vs_community.exe" --passive --wait"
以下は vs_community.exe のヘルプである。
Visual Studio コマンド ライン
使用法: vs_community.exe [コマンド [オプション]]
コマンド ライン コマンド | 説明 |
---|---|
modify |
インストールされている製品を変更します。 |
update |
インストールされている製品を更新します。 |
repair |
インストールされている製品を修復します。 |
uninstall |
インストールされている製品をアンインストールします。 |
コマンド ライン オプション | 説明 |
---|---|
--installPath <ディレクトリ> |
インスタンスが動作するインストール ディレクトリ。install コマンドの場合、これはインスタンスがインストールされる場所です。他のコマンドの場合、これは以前にインストールされたインスタンスがインストールされた場所です。 |
--productId <ID> |
インストールするインスタンスの製品の ID。これは install コマンドで必須です。--installPath が指定されている場合、他のコマンドでは無視されます。 |
--layout <ディレクトリ> |
オフライン インストール キャッシュを作成するためのディレクトリを指定します。 |
--verify |
このオプションは、--layout スイッチと共に使用します。オフライン キャッシュ ディレクトリに見つからないペイロードがないかどうか、およびそれらが有効であるかどうかを確認します。 |
--fix |
このオプションは、--layout スイッチと共に使用します。これは "--verify" スイッチと同じ有効性チェックを行うとともに、特定された問題を修正します。 |
--clean <カタログ マニフェストへのファイル パス> [<カタログ マニフェストへのファイル パス> ...] |
このオプションは、--layout スイッチと共に使用します。オフライン キャッシュ ディレクトリをクリーンし、指定されたカタログ マニフェストで見つかったすべての古いパッケージを削除します。 |
--lang <言語-ロケール> [<言語-ロケール> ...] |
これは、--layout スイッチと共に使用されます。オフライン インストール キャッシュが作成される言語を指定します。サポートされている言語ロケールについては、下の完全な一覧を参照してください。 |
--add <ワークロードまたはコンポーネント ID> [<ワークロードまたはコンポーネント ID> ...] |
これは、インストールに追加される成果物 (グループ、ワークロード、またはコンポーネント) を定義します。コマンド ラインで複数回表示されることがあります。 成果物の必須コンポーネントがインストールされます。ただし、推奨コンポーネントまたはオプション コンポーネントはインストールされません。--includeRecommended および/または --includeOptional を使用して、追加のコンポーネントをグローバルに制御できます。よりきめ細かく制御する場合は、";includeRecommended" および/または ";includeOptional" を artifactId ("--add Workload1;includeRecommended" または "--add Workload2;includeOptional;includeRecommended" など) に追加することができます。 install コマンドと modify コマンドでは省略可能です。update、repair、および uninstall コマンドでは無視されます。 |
--remove <ワークロードまたはコンポーネント ID> [<ワークロードまたはコンポーネント ID> ...] |
これは、インストールから削除される成果物 (グループ、ワークロード、またはコンポーネント) を定義します。コマンド ラインで複数回表示されることがあります。install コマンドと modify コマンドでは省略可能です。update、repair、および uninstall コマンドでは無視されます。 |
--all |
製品のすべてのワークロードとコンポーネントをインストールするかどうか。 |
--includeRecommended |
インストールされているすべてのワークロードの推奨コンポーネントが含まれます。ただし、オプション コンポーネントは含まれません。ワークロードは --allWorkloads または --add のいずれかで指定されます。 |
--includeOptional |
インストールされているすべてのワークロードのオプション コンポーネントが含まれます。ただし、推奨コンポーネントは含まれません。ワークロードは --allWorkloads または --add のいずれかで指定されます。 |
--quiet, -q |
インストールの実行中にいずれのユーザー インターフェイスも表示しません。 |
--passive, -p |
ユーザー インターフェイスを表示しますが、ユーザーからの対話式操作は要求しません。 |
--norestart |
存在する場合、--passive または --quiet を指定したコマンドは、マシンを自動的に再起動しません (必要な場合)。--passive と --quiet のどちらも指定されない場合、これは無視されます。 |
--locale <言語-ロケール> |
インストーラーのユーザー インターフェイスの表示言語を変更します。設定は保持されます。 |
--nickname <名前> |
これは、インストールされた製品に割り当てるニックネームを定義します。名前は 10 文字を超えることができません。 |
--help, --?, -h, -? |
パラメーターの使用法を表示します。 |
詳細なコマンド ライン オプション | 説明 |
---|---|
--channelId <ID> |
インストールするインスタンスのチャネルの ID。これは install コマンドで必須です。--installPath が指定されている場合、他のコマンドでは無視されます。 |
--channelUri <URI> |
チャネル マニフェストの URI。これは install コマンドで使用できます。他のコマンドでは無視されます。 |
--installChannelUri <URI> |
インストールに使用するチャネル マニフェストの URI。--channelUri (--installChannelUri が指定されている場合に指定する必要がある) で指定された URI が更新プログラムの検出に使用されます。更新プログラムを使用しない場合は、引数なしで --channelUri を指定する必要があります。これは install コマンドで使用できます。他のコマンドでは無視されます。 |
--installCatalogUri <URI> |
インストールに使用するカタログ マニフェストの URI。指定した場合、チャネル マネージャーは、インストール チャネル マニフェストの URI を使用する前に、この URI からカタログ マニフェストをダウンロードしようとします。このパラメーターは、オフライン インストールをサポートするために使用され、レイアウトのキャッシュが既にダウンロードされた製品カタログとともに作成されます。これは install コマンドで使用できます。他のコマンドでは無視されます。 |
--in <パス> |
応答ファイルへの URI またはパス。 |
--addProductLang <言語-ロケール> |
これは、インストール対象の成果物 (グループ、ワークロード、またはコンポーネント) の言語を定義します。コマンド ラインで複数回表示されることがあります。install コマンドと modify コマンドでは省略可能です。update、repair、および uninstall コマンドでは無視されます。存在しない場合、インストールではマシンのロケールが使用されます。 |
--removeProductLang <言語-ロケール> |
これは、削除対象の成果物 (グループ、ワークロード、またはコンポーネント) の言語を定義します。コマンド ラインで複数回表示されることがあります。install コマンドと modify コマンドでは省略可能です。update、repair、および uninstall コマンドでは無視されます。 |
--wait |
プロセスは、インストールが完了するまで待機してから、終了コードを返します。これはインストールの自動化に役立ちます。インストールの自動化では、インストールの完了を待ち、インストールからのリターン コードを処理する必要があります。 |
言語-ロケール | 言語 |
---|---|
cs-CZ | チェコ語 |
de-DE | ドイツ語 |
en-US | 英語 |
es-ES | スペイン語 |
fr-FR | フランス語 |
it-IT | イタリア語 |
ja-JP | 日本語 |
ko-KR | 韓国語 |
pl-PL | ポーランド語 |
pt-BR | ポルトガル語 - ブラジル |
ru-RU | ロシア語 |
tr-TR | トルコ語 |
zh-CN | 中国語 - 簡体字 |
zh-TW | 中国語 - 繁体字 |
手順の詳細については、 https://go.microsoft.com/fwlink/?LinkID=838246&clcid=0x411 を参照してください。
Vcpkg コマンド
本家: GitHub - microsoft/vcpkg: C++ Library Manager for Windows, Linux, and MacOS
ソースコード: GitHub - microsoft/vcpkg: C++ Library Manager for Windows, Linux, and MacOS
Vcpkg は Windows、Linux、MacOS 用の C/C++ ライブラリ パッケージマネージャー である。Visual Studio の Visual C++ に様々なライブラリを簡単に導入できる。
NuGet が .NET 向けであるのに対して、Vcpkg は Visual C++ 向けのパッケージマネージャー である。
vcpkg コマンドのインストール
PowerShell を起動して、以下のコマンドを入力する。
$ git clone https://github.com/Microsoft/vcpkg.git
Cloning into 'vcpkg'... remote: Enumerating objects: 5, done. remote: Counting objects: 100% (5/5), done. remote: Compressing objects: 100% (5/5), done. remote: Total 87060 (delta 0), reused 0 (delta 0), pack-reused 87055 Receiving objects: 100% (87060/87060), 25.73 MiB | 4.08 MiB/s, done. Resolving deltas: 100% (54101/54101), done. Updating files: 100% (5302/5302), done.
Vcpkg インスタンス (ディレクトリ構成)
buildtrees | 各ライブラリの作成元となるソースのサブフォルダーが含まれている。 |
---|---|
docs | ドキュメントと例。 |
downloads | ダウンロードしたツールまたはソースのキャッシュ コピー。 vcpkg は、インストール コマンドの実行時に最初にここを検索する。 |
installed | インストールされている各ライブラリのヘッダーとバイナリが含まれている。 Visual Studio と統合する場合、基本的にこのフォルダーがその検索パスに追加される。 |
packages | インストール間のステージング用の内部フォルダー。 |
ports | カタログ内の各ライブラリ、そのバージョン、およびダウンロード場所を記述するファイル。 必要に応じて、独自のポートを追加できる。 |
scripts | vcpkg で使用されるスクリプト (CMake、PowerShell)。 |
toolsrc | vcpkg および関連するコンポーネントの C++ ソース コード。 |
triplets | サポートされているターゲット プラットフォーム (x86-windows や x64-uwp など) の設定が含まれる。 |
$ cd vcpkg $ ./bootstrap-vcpkg.bat
Building vcpkg.exe ... pch.cpp archives.cpp checks.cpp chrono.cpp cofffilereader.cpp downloads.cpp enums.cpp files.cpp hash.cpp json.cpp machinetype.cpp parse.cpp strings.cpp stringview.cpp system.cpp system.print.cpp system.process.cpp unicode.cpp binarycaching.cpp binaryparagraph.cpp build.cpp buildenvironment.cpp cmakevars.cpp commands.autocomplete.cpp commands.buildexternal.cpp commands.cache.cpp commands.ci.cpp commands.ciclean.cpp commands.contact.cpp commands.cpp commands.create.cpp commands.dependinfo.cpp commands.edit.cpp commands.env.cpp commands.fetch.cpp commands.format-manifest.cpp commands.hash.cpp commands.info.cpp commands.integrate.cpp commands.list.cpp commands.owns.cpp commands.porthistory.cpp commands.portsdiff.cpp commands.search.cpp commands.setinstalled.cpp commands.upgrade.cpp commands.version.cpp commands.xvsinstances.cpp dependencies.cpp export.cpp export.chocolatey.cpp export.ifw.cpp export.prefab.cpp C:\Users\tomoyan\vcpkg\toolsrc\src\vcpkg\export.prefab.cpp(1,1): warning C4819: ファイルは、現在のコード ページ (932) で表示できない文字を含んでいます 。データの損失を防ぐために、ファイルを Unicode 形式で保存してください。 [C:\Users\tomoyan\vcpkg\toolsrc\windows-bootstrap\vcpkglib\vcpkglib.vcxproj] globalstate.cpp help.cpp input.cpp install.cpp platform-expression.cpp metrics.cpp packagespec.cpp paragraphs.cpp portfileprovider.cpp postbuildlint.buildtype.cpp postbuildlint.cpp remove.cpp sourceparagraph.cpp statusparagraph.cpp statusparagraphs.cpp tools.cpp triplet.cpp update.cpp userconfig.cpp vcpkgcmdarguments.cpp vcpkglib.cpp vcpkgpaths.cpp versiont.cpp visualstudio.cpp vcpkglib.vcxproj -> C:\Users\tomoyan\vcpkg\toolsrc\windows-bootstrap\msbuild.x86.release\vcpkglib.lib vcpkg.cpp コード生成しています。 Previous IPDB not found, fall back to full compilation. All 19116 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. コード生成が終了しました。 vcpkg.vcxproj -> C:\Users\tomoyan\vcpkg\toolsrc\windows-bootstrap\msbuild.x86.release\vcpkg.exe vcpkgmetricsuploader.cpp コード生成しています。 Previous IPDB not found, fall back to full compilation. All 8714 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. コード生成が終了しました。 vcpkgmetricsuploader.vcxproj -> C:\Users\tomoyan\vcpkg\toolsrc\windows-bootstrap\msbuild.x86.release\vcpkgmetricsuplo ader.exe Building vcpkg.exe... done. Telemetry --------- vcpkg collects usage data in order to help us improve your experience. The data collected by Microsoft is anonymous. You can opt-out of telemetry by re-running the bootstrap-vcpkg script with -disableMetrics, passing --disable-metrics to vcpkg on the command line, or by setting the VCPKG_DISABLE_METRICS environment variable. Read more about vcpkg telemetry at docs/about/privacy.md
Vcpkg コマンドの更新
PowerShell を起動して、以下のコマンドを入力する。
$ cd vcpkg $ ./vcpkg version
Vcpkg package management program version 2020.06.15-nohash See LICENSE.txt for license information.
$ git pull $ ./bootstrap-vcpkg.bat
Downloading https://github.com/microsoft/vcpkg-tool/releases/download/2021-05-05-9f849c4c43e50d1b16186ae76681c27b0c1be9d9/vcpkg.exe -> C:\Users\tomoyan\vcpkg\vcpkg.exe Done. Telemetry --------- vcpkg collects usage data in order to help us improve your experience. The data collected by Microsoft is anonymous. You can opt-out of telemetry by re-running the bootstrap-vcpkg script with -disableMetrics, passing --disable-metrics to vcpkg on the command line, or by setting the VCPKG_DISABLE_METRICS environment variable. Read more about vcpkg telemetry at docs/about/privacy.md
$ ./vcpkg version
Vcpkg package management program version 2021-05-05-9f849c4c43e50d1b16186ae76681c27b0c1be9d9 See LICENSE.txt for license information.
Vcpkg コマンドの Visual Studio への統合
$ sudo ./vcpkg integrate install
Applied user-wide integration for this vcpkg root. All MSBuild C++ projects can now #include any installed libraries. Linking will be handled automatically. Installing new libraries will make them instantly available. CMake projects should use: "-DCMAKE_TOOLCHAIN_FILE=C:/Users/tomoyan/vcpkg/scripts/buildsystems/vcpkg.cmake"
翻訳:
この vcpkg ルートにユーザー全体の統合を適用しました。 すべての MSBuild C++ プロジェクトで、インストールされたライブラリを #include できるようになりました。 リンクは自動的に処理されます。 新しいライブラリをインストールすると、すぐに利用できるようになります。 CMake プロジェクトでは次を使用する必要があります: "-DCMAKE_TOOLCHAIN_FILE = C:/Users/tomoyan/vcpkg/scripts/buildsystems/vcpkg.cmake"
注意: Visual Studio を再起動するか、ビルドを実行して、変更で IntelliSense を更新する必要がある。
wxWidgets のインストール
vcpkg install の前に 英語言語パックのインストール が必要である。
wxWidgets x86 版
$ cd vcpkg $ ./vcpkg install wxwidgets:x86-windows
Computing installation plan... A suitable version of cmake was not found (required v3.17.2). Downloading portable cmake v3.17.2... Downloading cmake... https://github.com/Kitware/CMake/releases/download/v3.17.2/cmake-3.17.2-win32-x86.zip -> C:\Users\tomoyan\vcpkg\downloads\cmake-3.17.2-win32-x86.zip Extracting cmake... A suitable version of 7zip was not found (required v18.1.0). Downloading portable 7zip v18.1.0... Downloading 7zip... https://www.nuget.org/api/v2/package/7-Zip.CommandLine/18.1.0 -> C:\Users\tomoyan\vcpkg\downloads\7-zip.commandline.18.1.0.nupkg Extracting 7zip... A suitable version of nuget was not found (required v5.5.1). Downloading portable nuget v5.5.1... Downloading nuget... https://dist.nuget.org/win-x86-commandline/v5.5.1/nuget.exe -> C:\Users\tomoyan\vcpkg\downloads\22ea847d-nuget.exe The following packages will be built and installed: * expat[core]:x86-windows * libjpeg-turbo[core]:x86-windows * liblzma[core]:x86-windows * libpng[core]:x86-windows * tiff[core]:x86-windows wxwidgets[core]:x86-windows * zlib[core]:x86-windows Additional packages (*) will be modified to complete this operation. Detecting compiler hash for triplet x86-windows... A suitable version of powershell-core was not found (required v6.2.1). Downloading portable powershell-core v6.2.1... Downloading powershell-core... https://github.com/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x86.zip -> C:\Users\tomoyan\vcpkg\downloads\PowerShell-6.2.1-win-x86.zip Extracting powershell-core... Starting package 1/7: expat:x86-windows Building package expat[core]:x86-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\6d\6de1136e15e5a7c8f180546db4b8bbf07014dc14.zip -- Downloading https://github.com/libexpat/libexpat/archive/a7bc26b69768f7fb24f0c7976fae24b157b85b13.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/libexpat-libexpat-a7bc26b69768f7fb24f0c7976fae24b157b85b13.tar.gz -- Applying patch fix-find-package-by-cmake.patch -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/expat/src/b157b85b13-6d6b2eb145.clean -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Installing: C:/Users/tomoyan/vcpkg/packages/expat_x86-windows/share/expat/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\6d\6de1136e15e5a7c8f180546db4b8bbf07014dc14.zip Building package expat[core]:x86-windows... done Installing package expat[core]:x86-windows... Installing package expat[core]:x86-windows... done Elapsed time for package expat:x86-windows: 1.481 min Starting package 2/7: libjpeg-turbo:x86-windows Building package libjpeg-turbo[core]:x86-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\13\1358279629740c074ea18147b57883128eab5ec0.zip -- Downloading https://github.com/libjpeg-turbo/libjpeg-turbo/archive/ae87a958613b69628b92088b313ded0d4f59a716.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/libjpeg-turbo-libjpeg-turbo-ae87a958613b69628b92088b313ded0d4f59a716.tar.gz -- Applying patch add-options-for-exes-docs-headers.patch -- Applying patch workaround_cmake_system_processor.patch -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/libjpeg-turbo/src/0d4f59a716-5f2e7bc00b.clean -- Downloading https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/win32/nasm-2.14.02-win32.zip... -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\13\1358279629740c074ea18147b57883128eab5ec0.zip Building package libjpeg-turbo[core]:x86-windows... done Installing package libjpeg-turbo[core]:x86-windows... Installing package libjpeg-turbo[core]:x86-windows... done Elapsed time for package libjpeg-turbo:x86-windows: 2.441 min Starting package 3/7: liblzma:x86-windows Building package liblzma[core]:x86-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\05\05c8be928b3dc0b42a5ddaf56c4263102730c1ac.zip -- Downloading https://github.com/xz-mirror/xz/archive/v5.2.5.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/xz-mirror-xz-v5.2.5.tar.gz -- Applying patch enable-uwp-builds.patch -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/liblzma/src/v5.2.5-19fec698ad.clean -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Installing: C:/Users/tomoyan/vcpkg/packages/liblzma_x86-windows/share/liblzma/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\05\05c8be928b3dc0b42a5ddaf56c4263102730c1ac.zip Building package liblzma[core]:x86-windows... done Installing package liblzma[core]:x86-windows... Installing package liblzma[core]:x86-windows... done Elapsed time for package liblzma:x86-windows: 1.521 min Starting package 4/7: zlib:x86-windows Building package zlib[core]:x86-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\9d\9dcc63796dd053df7f99be500c4e4de403893261.zip -- Downloading http://www.zlib.net/zlib-1.2.11.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/zlib1211.tar.gz -- Applying patch cmake_dont_build_more_than_needed.patch -- Applying patch 0001-Prevent-invalid-inclusions-when-HAVE_-is-set-to-0.patch -- Applying patch add_debug_postfix_on_mingw.patch -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/zlib/src/1.2.11-63309e48e5.clean -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Downloading https://repo.msys2.org/mingw/i686/mingw-w64-i686-pkg-config-0.29.2-1-any.pkg.tar.xz... -- Downloading https://repo.msys2.org/mingw/i686/mingw-w64-i686-libwinpthread-git-8.0.0.5906.c9a21571-1-any.pkg.tar.zst... -- Fixing pkgconfig file: C:/Users/tomoyan/vcpkg/packages/zlib_x86-windows/lib/pkgconfig/zlib.pc -- Fixing pkgconfig file: C:/Users/tomoyan/vcpkg/packages/zlib_x86-windows/debug/lib/pkgconfig/zlib.pc -- Installing: C:/Users/tomoyan/vcpkg/packages/zlib_x86-windows/share/zlib/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\9d\9dcc63796dd053df7f99be500c4e4de403893261.zip Building package zlib[core]:x86-windows... done Installing package zlib[core]:x86-windows... Installing package zlib[core]:x86-windows... done Elapsed time for package zlib:x86-windows: 42.18 s Starting package 5/7: libpng:x86-windows Building package libpng[core]:x86-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\8d\8d015e07b4befc1a73df8931381db3c5982e03de.zip -- Downloading https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/glennrp-libpng-v1.6.37.tar.gz -- Applying patch use_abort.patch -- Applying patch cmake.patch -- Applying patch pkgconfig.patch -- Applying patch pkgconfig.2.patch -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/libpng/src/v1.6.37-10db9f58e4.clean -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Fixing pkgconfig file: C:/Users/tomoyan/vcpkg/packages/libpng_x86-windows/lib/pkgconfig/libpng.pc -- Fixing pkgconfig file: C:/Users/tomoyan/vcpkg/packages/libpng_x86-windows/lib/pkgconfig/libpng16.pc -- Fixing pkgconfig file: C:/Users/tomoyan/vcpkg/packages/libpng_x86-windows/debug/lib/pkgconfig/libpng.pc -- Fixing pkgconfig file: C:/Users/tomoyan/vcpkg/packages/libpng_x86-windows/debug/lib/pkgconfig/libpng16.pc -- Installing: C:/Users/tomoyan/vcpkg/packages/libpng_x86-windows/share/libpng/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\8d\8d015e07b4befc1a73df8931381db3c5982e03de.zip Building package libpng[core]:x86-windows... done Installing package libpng[core]:x86-windows... Installing package libpng[core]:x86-windows... done Elapsed time for package libpng:x86-windows: 54.43 s Starting package 6/7: tiff:x86-windows Building package tiff[core]:x86-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\1b\1bae1efaa004681dbb56844916f28335c28dfb89.zip -- Downloading http://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/tiff-4.1.0.tar.gz -- Applying patch fix-stddef.patch -- Applying patch cmakelists.patch -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/tiff/src/4.1.0-f65af59870.clean -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Installing: C:/Users/tomoyan/vcpkg/packages/tiff_x86-windows/share/tiff/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\1b\1bae1efaa004681dbb56844916f28335c28dfb89.zip Building package tiff[core]:x86-windows... done Installing package tiff[core]:x86-windows... Installing package tiff[core]:x86-windows... done Elapsed time for package tiff:x86-windows: 3.281 min Starting package 7/7: wxwidgets:x86-windows Building package wxwidgets[core]:x86-windows... Could not locate cached archive: C:\Users\tomoyan\AppData\Local\vcpkg/archives\ac\aca09aa7295ea9b8c0b21f861c7f68135cd28fea.zip -- Downloading https://github.com/wxWidgets/wxWidgets/archive/v3.1.4.tar.gz... -- Extracting source C:/Users/tomoyan/vcpkg/downloads/wxWidgets-wxWidgets-v3.1.4.tar.gz -- Applying patch disable-platform-lib-dir.patch -- Applying patch fix-stl-build-vs2019-16.6.patch -- Applying patch fix-expat.patch -- Using source at C:/Users/tomoyan/vcpkg/buildtrees/wxwidgets/src/v3.1.4-86383a1880.clean -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Installing: C:/Users/tomoyan/vcpkg/packages/wxwidgets_x86-windows/share/wxwidgets/copyright -- Performing post-build validation -- Performing post-build validation done Stored binary cache: C:\Users\tomoyan\AppData\Local\vcpkg/archives\ac\aca09aa7295ea9b8c0b21f861c7f68135cd28fea.zip Building package wxwidgets[core]:x86-windows... done Installing package wxwidgets[core]:x86-windows... Installing package wxwidgets[core]:x86-windows... done Elapsed time for package wxwidgets:x86-windows: 23.11 min Total elapsed time: 34.69 min
Boost C++ Libraries のインストール
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
パッケージの検索
$ cd vcpkg $ ./vcpkg search boost
autobahn 18.4.1 WAMP for C++ in Boost/Asio azmq 2020-03-03 Boost Asio style bindings for ZeroMQ beast 0 HTTP/1 and WebSocket, header-only using Boost.Asio and C++11 boost 1.73.0#1 Peer-reviewed portable C++ source libraries boost[mpi] Build with MPI support boost-accumulators 1.73.0 Boost accumulators module boost-algorithm 1.73.0 Boost algorithm module boost-align 1.73.0 Boost align module boost-any 1.73.0 Boost any module boost-array 1.73.0 Boost array module boost-asio 1.73.0#1 Boost asio module boost-assert 1.73.0 Boost assert module boost-assign 1.73.0 Boost assign module boost-atomic 1.73.0 Boost atomic module boost-beast 1.73.0 Boost beast module boost-bimap 1.73.0 Boost bimap module boost-bind 1.73.0 Boost bind module boost-build 1.73.0#3 Boost.Build boost-callable-tr... 1.73.0 Boost callable_traits module boost-chrono 1.73.0 Boost chrono module boost-circular-bu... 1.73.0 Boost circular_buffer module boost-compatibility 1.73.0 Boost compatibility module boost-compute 1.73.0 Boost compute module boost-concept-check 1.73.0 Boost concept_check module boost-config 1.73.0 Boost config module boost-container 1.73.0 Boost container module boost-container-hash 1.73.0 Boost container_hash module boost-context 1.73.0#1 Boost context module boost-contract 1.73.0 Boost contract module boost-conversion 1.73.0 Boost conversion module boost-convert 1.73.0 Boost convert module boost-core 1.73.0 Boost core module boost-coroutine 1.73.0#1 Boost coroutine module boost-coroutine2 1.73.0 Boost coroutine2 module boost-crc 1.73.0 Boost crc module boost-date-time 1.73.0 Boost date_time module boost-detail 1.73.0 Boost detail module boost-di 1.1.0-1 C++14 Dependency Injection Library. boost-dll 1.73.0 Boost dll module boost-dynamic-bitset 1.73.0 Boost dynamic_bitset module boost-endian 1.73.0 Boost endian module boost-exception 1.73.0 Boost exception module boost-fiber 1.73.0#1 Boost fiber module boost-filesystem 1.73.0#1 Boost filesystem module boost-flyweight 1.73.0 Boost flyweight module boost-foreach 1.73.0 Boost foreach module boost-format 1.73.0 Boost format module boost-function 1.73.0 Boost function module boost-function-types 1.73.0 Boost function_types module boost-functional 1.73.0 Boost functional module boost-fusion 1.73.0 Boost fusion module boost-geometry 1.73.0 Boost geometry module boost-gil 1.73.0 Boost gil module boost-graph 1.73.0 Boost graph module boost-graph-parallel 1.73.0#1 Boost graph_parallel module boost-hana 1.73.0 Boost hana module boost-heap 1.73.0 Boost heap module boost-histogram 1.73.0 Boost histogram module boost-hof 1.73.0 Boost hof module boost-icl 1.73.0 Boost icl module boost-integer 1.73.0 Boost integer module boost-interprocess 1.73.0 Boost interprocess module boost-interval 1.73.0 Boost interval module boost-intrusive 1.73.0 Boost intrusive module boost-io 1.73.0 Boost io module boost-iostreams 1.73.0#1 Boost iostreams module boost-iterator 1.73.0 Boost iterator module boost-lambda 1.73.0 Boost lambda module boost-lexical-cast 1.73.0 Boost lexical_cast module boost-local-function 1.73.0 Boost local_function module boost-locale 1.73.0#1 Boost locale module boost-locale[icu] ICU backend for Boost.Locale boost-lockfree 1.73.0 Boost lockfree module boost-log 1.73.0#1 Boost log module boost-logic 1.73.0 Boost logic module boost-math 1.73.0 Boost math module boost-metaparse 1.73.0 Boost metaparse module boost-modular-bui... 1.73.0#4 boost-move 1.73.0 Boost move module boost-mp11 1.73.0 Boost mp11 module boost-mpi 1.73.0#1 Boost mpi module boost-mpl 1.73.0 Boost mpl module boost-msm 1.73.0 Boost msm module boost-multi-array 1.73.0 Boost multi_array module boost-multi-index 1.73.0 Boost multi_index module boost-multiprecision 1.73.0 Boost multiprecision module boost-nowide 1.73.0 Boost nowide module boost-numeric-con... 1.73.0 Boost numeric_conversion module boost-odeint 1.73.0 Boost odeint module boost-optional 1.73.0 Boost optional module boost-outcome 1.73.0 Boost outcome module boost-parameter 1.73.0 Boost parameter module boost-parameter-p... 1.73.0#1 Boost parameter_python module boost-phoenix 1.73.0 Boost phoenix module boost-poly-collec... 1.73.0#1 Boost poly_collection module boost-polygon 1.73.0 Boost polygon module boost-pool 1.73.0 Boost pool module boost-predef 1.73.0 Boost predef module boost-preprocessor 1.73.0 Boost preprocessor module boost-process 1.73.0 Boost process module boost-program-opt... 1.73.0 Boost program_options module boost-property-map 1.73.0 Boost property_map module boost-property-tree 1.73.0 Boost property_tree module boost-proto 1.73.0 Boost proto module boost-ptr-container 1.73.0 Boost ptr_container module boost-python 1.73.0#1 Boost python module boost-python[python2] Build with Python2 support boost-qvm 1.73.0 Boost qvm module boost-random 1.73.0 Boost random module boost-range 1.73.0 Boost range module boost-ratio 1.73.0 Boost ratio module boost-rational 1.73.0 Boost rational module boost-regex 1.73.0 Boost regex module boost-regex[icu] ICU backend for Boost.Regex boost-safe-numerics 1.73.0#1 Boost safe_numerics module boost-scope-exit 1.73.0 Boost scope_exit module boost-serialization 1.73.0 Boost serialization module boost-signals 1.68.0-1 Boost signals module boost-signals2 1.73.0 Boost signals2 module boost-smart-ptr 1.73.0 Boost smart_ptr module boost-sort 1.73.0 Boost sort module boost-spirit 1.73.0 Boost spirit module boost-stacktrace 1.73.0#1 Boost stacktrace module boost-statechart 1.73.0 Boost statechart module boost-static-assert 1.73.0 Boost static_assert module boost-static-string 1.73.0 Boost static_string module boost-system 1.73.0 Boost system module boost-test 1.73.0#1 Boost test module boost-thread 1.73.0 Boost thread module boost-throw-excep... 1.73.0 Boost throw_exception module boost-timer 1.73.0 Boost timer module boost-tokenizer 1.73.0 Boost tokenizer module boost-tti 1.73.0 Boost tti module boost-tuple 1.73.0 Boost tuple module boost-type-erasure 1.73.0 Boost type_erasure module boost-type-index 1.73.0 Boost type_index module boost-type-traits 1.73.0 Boost type_traits module boost-typeof 1.73.0 Boost typeof module boost-ublas 1.73.0 Boost ublas module boost-uninstall 1.73.0 boost uninstall port boost-units 1.73.0 Boost units module boost-unordered 1.73.0 Boost unordered module boost-utility 1.73.0 Boost utility module boost-uuid 1.73.0 Boost uuid module boost-variant 1.73.0 Boost variant module boost-variant2 1.73.0 Boost variant2 module boost-vcpkg-helpers 7#1 a set of vcpkg-internal scripts used to modularize boost boost-vmd 1.73.0 Boost vmd module boost-wave 1.73.0#1 Boost wave module boost-winapi 1.73.0 Boost winapi module boost-xpressive 1.73.0 Boost xpressive module boost-yap 1.73.0 Boost yap module json-spirit 4.1.0-1 json parser using boost library libodb-boost 2.4.0-3 Description: Boost support for the ODB ORM library mongo-cxx-driver[boost] Use Boost C++17 polyfill. The only option under MSVC. mqtt-cpp 7.0.1-2 Header-only MQTT client/server for C++14 based on Boost.Asio. nowide 11.0.0 Boost nowide module (standalone) outcome 2.1.3 Provides very lightweight outcome<T> and result<T> (non-Boost edition) soci[boost] Integration with Boost spirit-po 1.1.2-1 A header-only C++ library for localization using GNU gettext po files, based o... symengine[integer-class-boostmp] Use Boost.multiprecision integer class threadpool 0.2.5#1 threadpool is a cross-platform C++ thread pool library. It provides a convenie... trompeloeil 36 A thread-safe header-only mocking framework for C++11/14 using the Boost Softw... If your library is not listed, please open an issue at and/or consider making a pull request: https://github.com/Microsoft/vcpkg/issues
その他のインストールできるもの
ライブラリ名<library>:トリプレット<triplets> (x86-windows, x64-windows, x64-linux, x64-osx) を指定できる。
$ cd vcpkg $ ./vcpkg install boost:x86-windows $ ./vcpkg install bzip2:x86-windows $ ./vcpkg install zlib:x86-windows $ ./vcpkg install gtk:x86-windows $ ./vcpkg install gtk:x64-windows
ライブラリの更新
更新対象ライブラリの表示
$ ./vcpkg update
Using local portfile versions. To update the local portfiles, use `git pull`. The following packages differ from their port versions: expat:x86-windows 2.2.6 -> 2.2.7 libjpeg-turbo:x86-windows 1.5.3-2 -> 2.0.2 liblzma:x86-windows 5.2.4 -> 5.2.4-2 libpng:x86-windows 1.6.36 -> 1.6.37-2 tiff:x86-windows 4.0.10-1 -> 4.0.10-6 zlib:x86-windows 1.2.11-3 -> 1.2.11-5 To update these packages and all dependencies, run .\vcpkg upgrade To only remove outdated packages, run .\vcpkg remove --outdated
ライブラリの更新
> vcpkg upgrade --no-dry-run
The following packages will be rebuilt: expat[core]:x86-windows libjpeg-turbo[core]:x86-windows liblzma[core]:x86-windows libpng[core]:x86-windows tiff[core]:x86-windows * wxwidgets[core]:x86-windows zlib[core]:x86-windows Additional packages (*) will be modified to complete this operation. Starting package 1/14: wxwidgets:x86-windows Removing package wxwidgets:x86-windows... Removing package wxwidgets:x86-windows... done Purging package wxwidgets:x86-windows... Purging package wxwidgets:x86-windows... done Elapsed time for package wxwidgets:x86-windows: 1.831 s Starting package 2/14: expat:x86-windows Removing package expat:x86-windows... Removing package expat:x86-windows... done Purging package expat:x86-windows... Purging package expat:x86-windows... done Elapsed time for package expat:x86-windows: 34.2 ms Starting package 3/14: libpng:x86-windows Removing package libpng:x86-windows... Removing package libpng:x86-windows... done Purging package libpng:x86-windows... Purging package libpng:x86-windows... done Elapsed time for package libpng:x86-windows: 39.42 ms Starting package 4/14: tiff:x86-windows Removing package tiff:x86-windows... Removing package tiff:x86-windows... done Purging package tiff:x86-windows... Purging package tiff:x86-windows... done Elapsed time for package tiff:x86-windows: 50.63 ms Starting package 5/14: libjpeg-turbo:x86-windows Removing package libjpeg-turbo:x86-windows... Removing package libjpeg-turbo:x86-windows... done Purging package libjpeg-turbo:x86-windows... Purging package libjpeg-turbo:x86-windows... done Elapsed time for package libjpeg-turbo:x86-windows: 49.11 ms Starting package 6/14: liblzma:x86-windows Removing package liblzma:x86-windows... Removing package liblzma:x86-windows... done Purging package liblzma:x86-windows... Purging package liblzma:x86-windows... done Elapsed time for package liblzma:x86-windows: 51.33 ms Starting package 7/14: zlib:x86-windows Removing package zlib:x86-windows... Removing package zlib:x86-windows... done Purging package zlib:x86-windows... Purging package zlib:x86-windows... done Elapsed time for package zlib:x86-windows: 37.51 ms Starting package 8/14: zlib:x86-windows Building package zlib[core]:x86-windows... -- Using cached C:/My_Projects/vcpkg/downloads/zlib1211.tar.gz -- Extracting source C:/My_Projects/vcpkg/downloads/zlib1211.tar.gz -- Applying patch cmake_dont_build_more_than_needed.patch -- Using source at C:/My_Projects/vcpkg/buildtrees/zlib/src/1.2.11-f690224aeb -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Installing: C:/My_Projects/vcpkg/packages/zlib_x86-windows/share/zlib/copyright -- Performing post-build validation -- Performing post-build validation done Building package zlib[core]:x86-windows... done Installing package zlib[core]:x86-windows... Installing package zlib[core]:x86-windows... done Elapsed time for package zlib:x86-windows: 26.36 s Starting package 9/14: libpng:x86-windows Building package libpng[core]:x86-windows... -- Downloading https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz... -- Extracting source C:/My_Projects/vcpkg/downloads/glennrp-libpng-v1.6.37.tar.gz -- Applying patch use-abort-on-all-platforms.patch -- Using source at C:/My_Projects/vcpkg/buildtrees/libpng/src/v1.6.37-802966ac31 -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Performing post-build validation -- Performing post-build validation done Building package libpng[core]:x86-windows... done Installing package libpng[core]:x86-windows... Installing package libpng[core]:x86-windows... done Elapsed time for package libpng:x86-windows: 32.01 s Starting package 10/14: libjpeg-turbo:x86-windows Building package libjpeg-turbo[core]:x86-windows... -- Downloading https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.0.2.tar.gz... -- Extracting source C:/My_Projects/vcpkg/downloads/libjpeg-turbo-libjpeg-turbo-2.0.2.tar.gz -- Applying patch add-options-for-exes-docs-headers.patch -- Applying patch workaround_cmake_system_processor.patch -- Using source at C:/My_Projects/vcpkg/buildtrees/libjpeg-turbo/src/2.0.2-3c759cce19 -- Downloading http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/win32/nasm-2.14.02-win32.zip... -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Performing post-build validation -- Performing post-build validation done Building package libjpeg-turbo[core]:x86-windows... done Installing package libjpeg-turbo[core]:x86-windows... Installing package libjpeg-turbo[core]:x86-windows... done Elapsed time for package libjpeg-turbo:x86-windows: 1.116 min Starting package 11/14: liblzma:x86-windows Building package liblzma[core]:x86-windows... -- Using cached C:/My_Projects/vcpkg/downloads/xz-mirror-xz-v5.2.4.tar.gz -- Extracting source C:/My_Projects/vcpkg/downloads/xz-mirror-xz-v5.2.4.tar.gz -- Applying patch enable-uwp-builds.patch -- Using source at C:/My_Projects/vcpkg/buildtrees/liblzma/src/v5.2.4-66bfe33102 -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Installing: C:/My_Projects/vcpkg/packages/liblzma_x86-windows/share/liblzma/copyright -- Performing post-build validation -- Performing post-build validation done Building package liblzma[core]:x86-windows... done Installing package liblzma[core]:x86-windows... Installing package liblzma[core]:x86-windows... done Elapsed time for package liblzma:x86-windows: 54.62 s Starting package 12/14: tiff:x86-windows Building package tiff[core]:x86-windows... -- Using cached C:/My_Projects/vcpkg/downloads/tiff-4.0.10.tar.gz -- Extracting source C:/My_Projects/vcpkg/downloads/tiff-4.0.10.tar.gz -- Applying patch fix-stddef.patch -- Applying patch cmakelists.patch -- Using source at C:/My_Projects/vcpkg/buildtrees/tiff/src/4.0.10-229dd2f530 -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Installing: C:/My_Projects/vcpkg/packages/tiff_x86-windows/share/tiff/copyright -- Performing post-build validation -- Performing post-build validation done Building package tiff[core]:x86-windows... done Installing package tiff[core]:x86-windows... Installing package tiff[core]:x86-windows... done Elapsed time for package tiff:x86-windows: 1.77 min Starting package 13/14: expat:x86-windows Building package expat[core]:x86-windows... -- Downloading https://github.com/libexpat/libexpat/archive/R_2_2_7.tar.gz... -- Extracting source C:/My_Projects/vcpkg/downloads/libexpat-libexpat-R_2_2_7.tar.gz -- Using source at C:/My_Projects/vcpkg/buildtrees/expat/src/R_2_2_7-81297378f7 -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Installing: C:/My_Projects/vcpkg/packages/expat_x86-windows/share/expat/copyright -- Performing post-build validation -- Performing post-build validation done Building package expat[core]:x86-windows... done Installing package expat[core]:x86-windows... Installing package expat[core]:x86-windows... done Elapsed time for package expat:x86-windows: 55.99 s Starting package 14/14: wxwidgets:x86-windows Building package wxwidgets[core]:x86-windows... -- Using cached C:/My_Projects/vcpkg/downloads/wxWidgets-wxWidgets-v3.1.2.tar.gz -- Using source at C:/My_Projects/vcpkg/buildtrees/wxwidgets/src/v3.1.2-38b1831b23 -- Configuring x86-windows -- Building x86-windows-dbg -- Building x86-windows-rel -- Performing post-build validation -- Performing post-build validation done Building package wxwidgets[core]:x86-windows... done Installing package wxwidgets[core]:x86-windows... Installing package wxwidgets[core]:x86-windows... done Elapsed time for package wxwidgets:x86-windows: 18.4 min Total elapsed time: 24.14 min
「Please install the English language pack.」が表示される
Warning: The following VS instances are excluded because the English language pack is unavailable. C:\Program Files (x86)\Microsoft Visual Studio\2019\Community Please install the English language pack. Could not locate a complete toolset.
英語言語パックのインストール を行うと解消される。
英語言語パックのインストール
Visual Studio Installer を起動して、インストール済みの Visual Studio 2019 の [変更] ボタンをクリックする。
言語パックタブの [v] 英語 にチェックを入れて [変更] ボタンをクリックする。
言語パックのインストールが開始される。
言語パックのインストールが完了したら [起動] ボタンをクリックする。
参考文献
Python Tools for Visual Studio
Python 仮想環境の利用 (python -m venv [venv_name] の利用)
Visual Studio のソリューションエクスプローラーより [Python 環境] を右クリックし、[環境を追加] をクリックする。
既存の環境をクリックして、[環境] の <カスタム> を選択する。
[プレフィックス パス] の […] をクリックして、既存の Python venv フォルダを選択して [追加] ボタンをクリックする。
ソリューションエクスプローラーに Python venv が追加されるので、右クリックして [Python パッケージの追加] をクリックする。
matplotlib を入力して matplotlib (3.1.1) のインストールをクリックする。
出力にインストール状況が表示される。
----- 'matplotlib==3.1.1' をインストールしています ----- Collecting matplotlib==3.1.1 Downloading https://files.pythonhosted.org/packages/1a/c0/69e3f695d7384012e90be1e16570c08953baae00fd98094179ef87c7d5a2/matplotlib-3.1.1-cp37-cp37m-win_amd64.whl (9.1MB) Collecting cycler>=0.10 (from matplotlib==3.1.1) Downloading https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl Requirement already satisfied, skipping upgrade: numpy>=1.11 in c:\users\tomoyan\apacheaibenche\lib\site-packages (from matplotlib==3.1.1) (1.17.0) Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 (from matplotlib==3.1.1) Downloading https://files.pythonhosted.org/packages/11/fa/0160cd525c62d7abd076a070ff02b2b94de589f1a9789774f17d7c54058e/pyparsing-2.4.2-py2.py3-none-any.whl (65kB) Collecting kiwisolver>=1.0.1 (from matplotlib==3.1.1) Downloading https://files.pythonhosted.org/packages/c6/ea/e5474014a13ab2dcb5056608e0716c600c3d8a8bcffb10ed55ccd6a42eb0/kiwisolver-1.1.0-cp37-none-win_amd64.whl (57kB) Requirement already satisfied, skipping upgrade: python-dateutil>=2.1 in c:\users\tomoyan\apacheaibenche\lib\site-packages (from matplotlib==3.1.1) (2.8.0) Requirement already satisfied, skipping upgrade: six in c:\users\tomoyan\apacheaibenche\lib\site-packages (from cycler>=0.10->matplotlib==3.1.1) (1.12.0) Requirement already satisfied, skipping upgrade: setuptools in c:\users\tomoyan\apacheaibenche\lib\site-packages (from kiwisolver>=1.0.1->matplotlib==3.1.1) (40.8.0) Installing collected packages: cycler, pyparsing, kiwisolver, matplotlib Successfully installed cycler-0.10.0 kiwisolver-1.1.0 matplotlib-3.1.1 pyparsing-2.4.2 ----- 'matplotlib==3.1.1' を正常にインストールできました -----
参考文献
IPython の利用
Visual Studio で IPython を利用するには、ipython と ipykernel のインストールが必要である。
> pip install ipython ipykernel
ソリューションエクスプローラーの [Python 環境] を右クリックして [全ての Python 環境を表示] をクリックする。
[v] IPython 対話モードを使用する にチェックを入れてPython 環境右上の [対話型ウィンドウを開く] をクリックする。
対話型ウィンドウ に以下のコードを入力して Enter を入力する。
import matplotlib.pyplot as plt import numpy as np x = np.linspace(0, 5, 10) y = x ** 2 plt.plot(x, y, 'r', x, x ** 3, 'g', x, x ** 4, 'b')
参考文献
NuGet コマンド
NuGet とは .NET Framework に対応するフリー・アンド・オープンソースのパッケージマネージャである。かつては NuPack と言う名で知られていたが既にあるソフトウェアパッケージの NUPACK (英語版) との混乱を避けるため変更された。2010年に登場して以来、NuGet はツールとサービスのより大きなエコシステムへと発展してきた。
NuGet は Visual Studio エクステンションとして配布されている。Visual Studio 2012 以降は標準で含まれているほか、SharpDevelop にも統合されている。NuGet はコマンドラインからも利用でき、スクリプトによる自動化も可能である。
NuGet は複数のプログラミング言語に対応し、対応する言語には以下が含まれる。
- .NET Framework パッケージ
- CoApp の補助で作成された C++ によるネイティブのパッケージ
NuGet - Wikipedia より
本家: NuGet Gallery | Home
ソースコード: GitHub - NuGet/NuGet.Client: Client Tools for NuGet - including Visual Studio extensions, command line tools, and msbuild support. (Open issues on https://github.com/nuget/home/issues)
インストール
Scoop によるインストール。
$ scoop search nuget
Results from local buckets... Name Version Source Binaries ---- ------- ------ -------- nuget-package-explorer 6.0.64 extras nuget 6.6.1 main
$ scoop install nuget
Installing 'nuget' (6.6.1) [64bit] from main bucket NuGet.exe (7.0 MB) [==========================================================================================] 100% Checking hash of NuGet.exe ... ok. Linking ~\scoop\apps\nuget\current => ~\scoop\apps\nuget\6.6.1 Creating shim for 'NuGet'. 'nuget' (6.6.1) was installed successfully!
ダウンロード
Visual Studio 2019 ではエクステンションとして標準で含まれているが CLI は含まれていないので、以下の方法で NuGet CLI をダウンロードする。
NuGet Gallery | Home の Downloads より nuget.exe v5.2.0 をクリックしてダウンロードする。
インストール
C:\vstools フォルダを作成してダウンロードした nuget.exe を配置する。
タスクバーの「ここに入力して検索」に sysdm.cpl を入力して Enter キーを押す。
「システムのプロパティ」の「詳細設定」タブの[環境変数]ボタンを押して「環境変数」画面を開く。
「環境変数」画面の [システム環境変数] の Path 変数をダブルクリックして、[新規] ボタンを押して C:\vstools を追加する。
コマンドプロンプトより実行する。
> nuget NuGet Version: 5.2.0.6090 usage: NuGet <command> [args] [options] Type 'NuGet help <command>' for help on a specific command. Available commands: add Adds the given package to a hierarchical source. http sources are not supported. For more info, goto https://docs.nuget.org/consume/command-line-reference#add-command. config NuGet 構成値を取得または設定します。 delete サーバーからパッケージを削除します。 help (?) 全般的なヘルプ情報と他のコマンドに関するヘルプ情報を表示します。 init Adds all the packages from the <srcPackageSourcePath> to the hierarchical <destPackageSourcePath>. h ttp feeds are not supported. For more info, goto https://docs.nuget.org/consume/command-line-referen ce#init-command. install 指定されたソースを使用してパッケージをインストールします。ソースが指定されていない場合、NuGet 構成フ ァイルに定義されているすべてのソースが使用されます。構成ファイルにソースが指定されていない場合 、既定の NuGet フィードが使用されます。 list 指定したソースのパッケージ一覧を表示します。ソースが指定されていない場合、%AppData%\NuGet\NuGet.config に定義されているすべてのソースが使用されます。NuGet.confi g にソースが指定されていない場合、既定の NuGet フィードが使用されます。 locals Clears or lists local NuGet resources such as http requests cache, temp cache or machine-wide global packages folder. pack 指定された nuspec または project ファイルに基づいて、NuGet パッケージを作成します。 push サーバーにパッケージをプッシュして、公開します。 NuGet の既定の構成を取得するには、%AppData%\NuGet\NuGet.config を読み込み、ドライブのルートから現在のディレクトリの間にあるすべての nuget.config または .nuget\nuget.config を読み込みます。 restore NuGet パッケージを復元します。 setApiKey 指定されたサーバーの URL の API キーを保存します。URL が指定されていない場合、NuGet ギャラリーの API キーが保存されます。 sign Signs a NuGet package with the specified certificate. sources %AppData%\NuGet\NuGet.config に指定されたソースの一覧を管理できます spec 新しいパッケージの nuspec を生成します。このコマンドをプロジェクト ファイル (.csproj, .vbproj, .fsproj) と同じフォルダーで実行する場合、トークン化された nusp ec ファイルが作成されます。 trusted-signers Provides the ability to manage the list of trusted signers. update パッケージを利用可能な最新バージョンに更新します。このコマンドで、NuGet.exe も更新されます。 verify Verifies a signed NuGet package. 詳細については、https://docs.nuget.org/docs/reference/command-line-reference を参照してください
使い方
NuGet を最新に更新するには、以下のコマンドを実行する。
> nuget update -self https://www.nuget.org/api/v2/ の更新を確認しています。 NuGet.exe 5.2.0 は実行中です。 NuGet.exe は最新です。
参考文献
Visual Studio 用の Mercurial
HgSccPackage の Download より HgSccPackage.vsix をダウンロードして実行する。
MSBuild の Node.js
MSBuild に付属の Node.js は以下のディレクトリに入っている。(パスは通っていない)
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VisualStudio\NodeJs
node.exe, npm.cmd などが存在する。
npm は以下のように実行できる。
> "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VisualStudio\NodeJs\npm"
トラブルシューティング
C++ プロジェクトでリンカーの出力ファイルを変更すると MSBuild が 警告: MSB8012 を吐く
プロジェクトのプロパティで [構成プロパティ] - [リンカー] - [出力ファイル] を $(OutDir)$(TargetName)$(TargetExt) 以外に変更してビルドすると MSBuild が警告する。
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(1316,5): warning MSB8012: TargetPath(...\x64\Debug\pyeverything_cpp_wrapper.pyd) が Linker の OutputFile プロパティ値 (...\x64\Debug\pyeverything.pyd) と一致しません。このため、プロジェクトが正常にビルドされない可能性があります。この問題を解決するには、$(OutDir)、$(TargetName)、および $(TargetExt) の各プロパティ値が、%(Link.OutputFile) で指定されている値と一致することを確認してください。 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(1318,5): warning MSB8012: TargetName(pyeverything_cpp_wrapper) が Linker の OutputFile プロパティ値 (pyeverything) と一致しません。このため、プロジェクトが正常にビルドされない可能性があります。この問題を解決するには、$(OutDir)、$(TargetName)、および $(TargetExt) の各プロパティ値が、%(Link.OutputFile) で指定されている値と一致することを確認してください。
これを回避するには、プロジェクトのプロパティで [構成プロパティ] - [全般] - [ターゲット名] を $(ProjectName) から出力したいファイル名 (ここでは pyeverything ) に変更すると警告されなくなる。
Visual Studio と VC++ マクロ定義
表記 | 製品名 | 他社アプリ ライブラリの表記 | VC++ Version | _MSC_VER | _MSC_FULL_VER |
---|---|---|---|---|---|
2019 Update 9 | Visual Studio 2019 Version 16.9.2 | VC16 | 14.28 | 1928 | 192829913 |
2019 Update 8 | Visual Studio 2019 Version 16.8.2 | VC16 | 14.28 | 1928 | 192829334 |
2019 Update 8 | Visual Studio 2019 Version 16.8.1 | VC16 | 14.28 | 1928 | 192829333 |
2019 Update 7 | Visual Studio 2019 Version 16.7 | VC16 | 14.27 | 1927 | 192729112 |
2019 Update 6 | Visual Studio 2019 Version 16.6.2 | VC16 | 14.26 | 1926 | 192628806 |
2019 Update 5 | Visual Studio 2019 Version 16.5.1 | VC16 | 14.25 | 1925 | 192528611 |
2019 Update 4 | Visual Studio 2019 Version 16.3.2 | VC16 | 14.24 | 1924 | 192428314 |
2019 Update 3 | Visual Studio 2019 Version 16.3.2 | VC16 | 14.23 | 1923 | 192328105 |
2019 Update 2 | Visual Studio 2019 Version 16.2.3 | VC16 | 14.22 | 1922 | 192227905 |
2019 Update 1 | Visual Studio 2019 Version 16.1.2 | VC16 | 14.21 | 1921 | 192127702 |
2019 | Visual Studio 2019 Version 16.0.0 | VC16 | 14.20 | 1920 | 192027508 |
2019 Preview | Visual Studio Enterprise 2019 Preview Version 16.0.0 Preview 2.2 | VC16 | 14.20 | 1920 | 192027305 |
2017 Update 9 | Visual Studio 2017 Version 15.9.20 | VC15 | 14.16 | 1916 | 191627030 |
2017 Update 9 | Visual Studio 2017 Version 15.9.11 | VC15 | 14.16 | 1916 | 191627030 |
2017 Update 7 | Visual Studio 2017 Version 15.7.5 | VC15 | 14.14 | 1914 | 191426433 |
2017 | Visual Studio 2017 Version 15.0 | VC15 | 14.10 | 1910 | 191025017 |
2015 | Visual Studio 2015 [14.0] | VC14 | 14.0 | 1900 | 190023026 |
2013 | Visual Studio 2013 [12.0] | VC12 | 12.0 | 1800 | 180021005 |
2012 | Visual Studio 2012 [11.0] | VC11 | 11.0 | 1700 | 170050727 |
2010 | Visual Studio 2010 [10.0] | VC10 | 10.0 | 1600 | 160030319 |
2008 | Visual Studio 2008 [9.0] | VC9 | 9.0 | 1500 | 150021022 |
2005 | Visual Studio 2005 [8.0] | VC8 | 8.0 | 1400 | 140050320 |
Visual Studio 2015 と Visual Studio 2019 の間の C++ バイナリ互換性
2019/05/03
Visual Studio 2013 以前では、バージョンの異なるコンパイラ ツールセットやランタイム ライブラリで構築されたオブジェクト ファイル (OBJ)、スタティック ライブラリ (LIB)、ダイナミック ライブラリ (DLL)、実行可能ファイル (EXE) の間のバイナリ互換性が保証されていませんでした。
Visual Studio 2015 以降では、C++ ツールセットのメジャー番号が 14 になります (Visual Studio 2015 は v140、Visual Studio 2017 は v141、Visual Studio 2019 は v142)。 これは、ランタイム ライブラリといずれかのバージョンのコンパイラでコンパイルされたアプリケーションの両方に、バイナリ互換性があるという事実を反映するものです。 つまり、Visual Studio 2015 でビルドされたサードパーティのライブラリがある場合、Visual Studio 2017 または Visual Studio 2019 でビルドされたアプリケーションからこのライブラリを使用するために再コンパイルする必要はありません。
このルールの唯一の例外として、/GL コンパイラ スイッチでコンパイルされたスタティック ライブラリまたはオブジェクト ファイルは、バイナリ互換性がありません。
サポート対象のさまざまなバージョンの MSVC ツールセットでビルドされたバイナリを混在させると、アプリケーションの実行基盤の Visual C++ 再頒布可能パッケージには、アプリまたはそれが使用するすべてのライブラリのビルドに使用されるツールセットのいずれのバージョンよりも古いものは使用できません。
Visual Studio 2015 と Visual Studio 2019 の間の C++ バイナリ互換性 | Microsoft Docs より
参考文献
_MSC_VERと_MSC_FULL_VERをまとめる - Qiita
Visual Studio 2015 と Visual Studio 2019 の間の C++ バイナリ互換性 | Microsoft Docs
Microsoft Visual C++ - Wikipedia
c++ - Library ABI compatibility between versions of Visual Studio - Stack Overflow
Visual Studio 2019 バージョン リリース ノート | Microsoft Docs
プログラミング/C++/VC++のC++規格対応状況 - ルーチェ's Homepage
Visual Studio 2008
テキスト エディタによる列選択
Shift+Altキーを押した状態で↓キーを押す。
テキスト エディタによるスペースの表示
Ctrl+Eキーを押して一旦放してSキーを押す。(メニュー [編集] - [詳細] - [スペースの表示] のショートカットキー)
Visual Studio 2008 Image Library
以下のパスにインストールされる。
C:\Program Files\Microsoft Visual Studio 9.0\Common7\VS2008ImageLibrary\
既定ブラウザの変更
- ソリューション エクスプローラよりブラウザによって表示するプロジェクトを選択する。
- メニューの[ファイル] - [ブラウザの選択]をクリックし、「ブラウザの選択」の画面でブラウザを選択して[既定として設定]ボタンをクリックする。
ソース管理の移行
ソース管理プラグインを変更すると、アクティブなソリューションまたはプロジェクトが終了してしまう。
移行を行うためにはソリューションファイルの以下のセクションをエディタなどで削除する。
xxxxxxxx.sln
GlobalSection(SubversionScc) = preSolution Svn-Managed = True Manager = AnkhSVN - Subversion Support for Visual Studio EndGlobalSection