.\vcpkg install boost:x64-windows Failure logs Installing 38/162 boost-build:x64-windows... Building boost-build[core]:x64-windows... -- Using cached boostorg-build-boost-1.81.0.tar.gz. -- Cleaning sources at C:/dev/VCPKG/vcpkg/buildtrees/boost-build/src/ost-1.81.0-e13308f6b4.clean...
However, there's a simple solution to this problem using registry baselines and package patterns. Prerequisites A terminal A C++ compiler vcpkg The problem Let's assume that you have a project that depends onboost-optionaland you want to lock down version1.80.0of the Boost libraries. So you ...
boost 1.84.0 { static = true, defines = "BOOST_ALL_NO_LIB", version = "1.84.0", linkdirs = { "C:\Users\mengdimwang\AppData\Local\.xmake\packages\b\boost\1.84.0\181f551113cc4c97956bbd6e006e3004\lib" }, sysincludedirs = { "C:\Users\mengdimwang\AppData\Local\.xmake\packages\...
Contribute an open-source library to vcpkg Consume packages Install a dependency from a manifest file Install a dependency from the command line Install a specific version of a package Install a specific version of the Boost libraries Enable optional features for a dependency Install a package for ...
cmake_minimum_required(VERSION 3.12) project(YourProjectName) # Include the vcpkg script include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/vcpkg.cmake") # Specify the libraries to be installed via vcpkg vcpkg_install_if_not_found(fmt) vcpkg_install_if_not_found(boost) find_package(fmt REQUIRED)...
Operating system (Windows/Mac/Linux, 32/64 bits): win 10 Compiler: Release or debug mode: Specific flags used (if any): CGAL version: 5.5.1 Boost version: Other libraries versions if used (Eigen, TBB, etc.): 👍 1 👎 1 Adela0814 assigned MonicaLiu0311 Dec 6, 2022 MonicaLiu0311...
Package a library with vcpkg Contribute an open-source library to vcpkg Consume packages Install a dependency from a manifest file Install a dependency from the command line Install a specific version of a package Install a specific version of the Boost libraries Enable optional features for a depe...
Contribute an open-source library to vcpkg Consume packages Install a dependency from a manifest file Install a dependency from the command line Install a specific version of a package Install a specific version of the Boost libraries Enable optional features for a dependency Install a package for ...
I ran into this again today because I tried to switch LLAMA to vcpkg manifests, so Boost will be setup for LLAMA, but not for alpaka, which I install as a separate step in the CI. Would be great to be able to run make install on an alpaka clone with examples and tests disabled. ...
Steps to reproduce: vcpkg install --triplet x64-windows boost (or any other package) Expected outcome: Boost (or any other package) would install Actual outcome: An error message complaining about hash mismatch for the installed 7-zip is...