.\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...
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 ...
git clone https://github.com/alicevision/vcpkg --branch alicevision_mastercdvcpkg .\bootstrap-vcpkg.bat Build the required dependencies cd<VCPKG_INSTALL_DIR>setVCPKG_ROOT=%cd% vcpkg install ^ boost-algorithm boost-accumulators boost-atomic boost-container boost-date-time boost-exception ^ boost-geo...
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...
"boost =1.78", {configs = {regex = true, system = true, iostreams = true}})Otherwise it will automatically install boost 1.85.0, even boost 1.78 is already installed. Is there a way to allow it using boost 1.78?Contributor star-hengxing commented May 29, 2024 https://xmake.io/#/...
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)...
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...
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...
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...