-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Hello,
I am unable to build boost with Visual Studio 2026.
Here is boost.txt:
[requires]
boost/1.85.0
[options]
boost*:bzip2=False
boost*:zlib=False
boost*:without_atomic=False
boost*:without_charconv=True
boost*:without_chrono=False
boost*:without_cobalt=True
boost*:without_container=False
boost*:without_context=True
boost*:without_contract=True
boost*:without_coroutine=True
boost*:without_date_time=False
boost*:without_exception=False
boost*:without_fiber=True
boost*:without_filesystem=False
boost*:without_graph=True
boost*:without_graph_parallel=True
boost*:without_iostreams=False
boost*:without_json=True
boost*:without_locale=False
boost*:without_log=False
boost*:without_math=True
boost*:without_mpi=True
boost*:without_nowide=True
boost*:without_program_options=False
boost*:without_python=False
boost*:without_random=False
boost*:without_regex=False
boost*:without_serialization=True
boost*:without_stacktrace=True
boost*:without_system=False
boost*:without_test=True
boost*:without_thread=False
boost*:without_timer=True
boost*:without_type_erasure=True
boost*:without_url=True
boost*:without_wave=True
Could you please have a look? Thanks in advance!
Package and Environment Details
- Package Name/Version: boost/1.85.0
- Operating System+version: Windows 11 25H2
- Conan version: conan 2.23.0
- Python version: Python 3.9.13
Conan profile
[settings]
arch={{detect_api.detect_arch()}}
build_type=Release
compiler=msvc
compiler.cppstd=17
compiler.runtime=dynamic
compiler.version=195
os=Windows
[conf]
{% if detect_api.detect_os() == "Windows" %}
tools.cmake.cmaketoolchain:generator=Ninja Multi-Config
{% endif %}
tools.cmake.cmake_layout:build_folder_vars = ["settings.os", "settings.compiler", "settings.compiler.version", "settings.arch"]
tools.cmake.cmakedeps:new=will_break_next
tools.build:skip_test=False
[options]
*:shared=True
Steps to reproduce
conan install -pr:a msvc2 .\boost.txt --build=missing --envs-generation false -r conancenter
Logs
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working