windows下编译boost1.84.0库

boost系列文章目录

前言

Boost简介
官方网址
在这里插入图片描述

Boost提供免费的同行评审的可移植C++源代码库。
我们强调与C++标准库配合良好的库。Boost库旨在广泛使用,并可在广泛的应用程序中使用。Boost许可证鼓励所有用户使用Boost库,且限制最小。

我们的目标是建立“现有实践”并提供参考实现,以便Boost库适合最终的标准化。从库技术报告(TR1)中包含的十个Boost图书馆开始,到2011年以来的每一次C++ISO标准发布,C++标准委员会一直将Boost作为标准C++库宝贵补充来源。
boost下载地址
在这里插入图片描述

一、boost编译

1.安装powershell工具
powershell工具下载地址
在这里插入图片描述
2.使用 cd ​进到 Boost 库源码目录。注意,如果你的目录中有空格,需要加双引号。
执行命令:.\bootstrap.bat​,生成可执行文件 b2.exe​
在这里插入图片描述
在这里插入图片描述
3.在powerSheel中查看 Boost 组件库列表:./b2.exe --show-libraries​。如果我们只用到其中几个库,则可以只编译需要的库,当然也可以全部编译。这里一劳永逸全部编译,可能花费的时间更长,取决于您的电脑
在这里插入图片描述
3.使用以下命令
./b2.exe install --prefix=“…/install/msvc” --build-dir=“build/msvc” runtime-link=static
在这里插入图片描述
这时在目录下会自动生成build路径
在这里插入图片描述
4.编译完成
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

二、boost使用

1.工程配置
(1)头文件
在这里插入图片描述
(2)配置静态库
这里的示例代码用到协程,所用加入libboost_coroutine-vc143-mt-s-x64-1_84.lib
在这里插入图片描述
在这里插入图片描述
(3)注意
我这里编译的boost1.84.0 vc143,也就是visual studio2022,由于c++协程是c++20标准支持的,所以vs2019无法使用,只能使用vs2022
这是vs2019上报错
在这里插入图片描述
vs2022运行正常
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

三 、参考

Jelin大魔王

(cs336) ubuntu@g1063:~/cs336$ conda install -c conda-forge cmake=3.19.6 boost boost-cpp eigen zlib libtool Channels: - conda-forge - defaults Platform: linux-64 Collecting package metadata (repodata.json): done Solving environment: | warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE failed LibMambaUnsatisfiableError: Encountered problems while solving: - nothing provides libboost 1.71.0 haf77d95_0 needed by boost-1.71.0-py310h06a4308_0 Could not solve for environment specs The following packages are incompatible ├─ boost is installable with the potential options │ ├─ boost [1.60.0|1.61.0|...|1.67.0] would require │ │ └─ python [2.7* |>=2.7,<2.8.0a0 ], which can be installed; │ ├─ boost [1.60.0|1.61.0|1.62.0|1.63.0] would require │ │ └─ python 3.4* , which can be installed; │ ├─ boost [1.60.0|1.61.0|...|1.67.0] would require │ │ └─ python [3.5* |>=3.5,<3.6.0a0 ], which can be installed; │ ├─ boost 1.63.0 would require │ │ ├─ boost-cpp 1.63.0 , which can be installed; │ │ └─ python 2.7* , which can be installed; │ ├─ boost 1.63.0 would require │ │ ├─ boost-cpp 1.63.0 , which can be installed; │ │ └─ python 3.5* , which can be installed; │ ├─ boost 1.63.0 would require │ │ ├─ boost-cpp 1.63.0 , which can be installed; │ │ └─ python 3.6* , which can be installed; │ ├─ boost 1.63.0 would require │ │ ├─ boost-cpp 1.63.0 , which can be installed; │ │ └─ python 3.4* , which can be installed; │ ├─ boost [1.63.0|1.65.1] would require │ │ └─ python 3.6* , which can be installed; │ ├─ boost 1.64.0 would require │ │ ├─ boost-cpp 1.64.0 , which can be installed; │ │ └─ python 2.7* , which can be installed; │ ├─ boost 1.64.0 would require │ │ ├─ boost-cpp 1.64.0 , which can be installed; │ │ └─ python 3.5* , which can be installed; │ ├─ boost 1.64.0 would require │ │ ├─ boost-cpp 1.64.0 , which can be installed; │ │ └─ python 3.6* , which can be installed; │ ├─ boost 1.65.0 would require │ │ ├─ boost-cpp 1.65.0 , which can be installed; │ │ └─ python 2.7* , which can be installed; │ ├─ boost 1.65.0 would require │ │ ├─ boost-cpp 1.65.0 , which can be installed; │ │ └─ python 3.5* , which can be installed; │ ├─ boost 1.65.0 would require │ │ ├─ boost-cpp 1.65.0 , which can be installed; │ │ └─ python 3.6* , which can be installed; │ ├─ boost 1.66.0 would require │ │ ├─ boost-cpp 1.66.0 , which can be installed; │ │ └─ python 2.7* , which can be installed; │ ├─ boost 1.66.0 would require │ │ ├─ boost-cpp 1.66.0 , which can be installed; │ │ └─ python 3.5* , which can be installed; │ ├─ boost 1.66.0 would require │ │ ├─ boost-cpp 1.66.0 , which can be installed; │ │ └─ python 3.6* , which can be installed; │ ├─ boost 1.67.0 would require │ │ ├─ boost-cpp [1.67.0 |1.67.0.* ], which can be installed; │ │ └─ python [2.7* |>=2.7,<2.8.0a0 ], which can be installed; │ ├─ boost 1.67.0 would require │ │ ├─ boost-cpp [1.67.0 |1.67.0.* ], which can be installed; │ │ └─ python [3.5* |>=3.5,<3.6.0a0 ], which can be installed; │ ├─ boost 1.67.0 would require │ │ ├─ boost-cpp 1.67.0 , which can be installed; │ │ └─ python 3.6* , which can be installed; │ ├─ boost 1.67.0 would require │ │ ├─ boost-cpp 1.67.0.* , which can be installed; │ │ └─ python >=3.6,<3.7.0a0 , which can be installed; │ ├─ boost 1.68.0 would require │ │ ├─ boost-cpp 1.68.0.* , which can be installed; │ │ └─ python >=2.7,<2.8.0a0 , which can be installed; │ ├─ boost 1.68.0 would require │ │ ├─ boost-cpp 1.68.0.* , which can be installed; │ │ └─ python >=3.5,<3.6.0a0 , which can be installed; │ ├─ boost 1.68.0 would require │ │ ├─ boost-cpp 1.68.0.* , which can be installed; │ │ └─ python >=3.6,<3.7.0a0 , which can be installed; │ ├─ boost 1.68.0 would require │ │ ├─ boost-cpp 1.68.0.* , which can be installed; │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ ├─ boost 1.69.0 would require │ │ ├─ boost-cpp 1.69.0.* , which can be installed; │ │ └─ python >=2.7,<2.8.0a0 , which can be installed; │ ├─ boost 1.69.0 would require │ │ ├─ boost-cpp 1.69.0.* , which can be installed; │ │ └─ python >=3.6,<3.7.0a0 , which can be installed; │ ├─ boost 1.69.0 would require │ │ ├─ boost-cpp 1.69.0.* , which can be installed; │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ ├─ boost 1.70.0 would require │ │ ├─ boost-cpp 1.70.0.* , which can be installed; │ │ └─ python >=2.7,<2.8.0a0 , which can be installed; │ ├─ boost 1.70.0 would require │ │ ├─ boost-cpp 1.70.0.* , which can be installed; │ │ └─ python >=3.6,<3.7.0a0 , which can be installed; │ ├─ boost 1.70.0 would require │ │ ├─ boost-cpp 1.70.0.* , which can be installed; │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ ├─ boost 1.70.0 would require │ │ ├─ boost-cpp 1.70.0.* , which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.71.0 would require │ │ ├─ boost-cpp 1.71.0.* , which can be installed; │ │ └─ python >=2.7,<2.8.0a0 , which can be installed; │ ├─ boost 1.71.0 would require │ │ ├─ boost-cpp 1.71.0.* , which can be installed; │ │ └─ python >=3.6,<3.7.0a0 , which can be installed; │ ├─ boost 1.71.0 would require │ │ ├─ boost-cpp 1.71.0.* , which can be installed; │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ ├─ boost 1.71.0 would require │ │ ├─ boost-cpp 1.71.0.* , which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.72.0 would require │ │ ├─ boost-cpp 1.72.0.* , which can be installed; │ │ └─ python >=2.7,<2.8.0a0 , which can be installed; │ ├─ boost 1.72.0 would require │ │ ├─ boost-cpp 1.72.0.* , which can be installed; │ │ └─ python >=3.6,<3.7.0a0 , which can be installed; │ ├─ boost 1.72.0 would require │ │ ├─ boost-cpp 1.72.0.* , which can be installed; │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ ├─ boost 1.72.0 would require │ │ ├─ boost-cpp 1.72.0.* , which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.72.0 would require │ │ ├─ boost-cpp 1.72.0.* , which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.73.0 would require │ │ ├─ boost-cpp 1.73.0.* , which can be installed; │ │ └─ python >=3.6,<3.7.0a0 , which can be installed; │ ├─ boost 1.73.0 would require │ │ ├─ boost-cpp 1.73.0.* , which can be installed; │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ ├─ boost 1.73.0 would require │ │ ├─ boost-cpp 1.73.0.* , which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.74.0 would require │ │ ├─ boost-cpp 1.74.0.* , which can be installed; │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ ├─ boost 1.74.0 would require │ │ ├─ boost-cpp 1.74.0.* , which can be installed; │ │ └─ python >=3.6,<3.7.0a0 , which can be installed; │ ├─ boost 1.74.0 would require │ │ ├─ boost-cpp 1.74.0.* , which can be installed; │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ ├─ boost 1.74.0 would require │ │ ├─ boost-cpp 1.74.0.* , which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.74.0 would require │ │ ├─ boost-cpp 1.74.0.* , which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.75.0 would require │ │ ├─ boost-cpp 1.75.0.* , which can be installed; │ │ └─ python >=3.6,<3.7.0a0 , which can be installed; │ ├─ boost 1.75.0 would require │ │ ├─ boost-cpp 1.75.0.* , which can be installed; │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ ├─ boost 1.75.0 would require │ │ ├─ boost-cpp 1.75.0.* , which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.75.0 would require │ │ ├─ boost-cpp 1.75.0.* , which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.76.0 would require │ │ ├─ boost-cpp 1.76.0.* , which can be installed; │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ ├─ boost 1.76.0 would require │ │ ├─ boost-cpp 1.76.0.* , which can be installed; │ │ └─ python >=3.6,<3.7.0a0 , which can be installed; │ ├─ boost 1.76.0 would require │ │ ├─ boost-cpp 1.76.0.* , which can be installed; │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ ├─ boost 1.76.0 would require │ │ ├─ boost-cpp 1.76.0.* , which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.76.0 would require │ │ ├─ boost-cpp 1.76.0.* , which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.77.0 would require │ │ ├─ boost-cpp 1.77.0.* , which can be installed; │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ ├─ boost 1.77.0 would require │ │ ├─ boost-cpp 1.77.0.* , which can be installed; │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ ├─ boost 1.77.0 would require │ │ ├─ boost-cpp 1.77.0.* , which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.77.0 would require │ │ ├─ boost-cpp 1.77.0.* , which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.78.0 would require │ │ ├─ boost-cpp 1.78.0.* , which can be installed; │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ ├─ boost 1.78.0 would require │ │ ├─ boost-cpp 1.78.0.* , which can be installed; │ │ └─ python >=3.11,<3.12.0a0 , which can be installed; │ ├─ boost 1.78.0 would require │ │ ├─ boost-cpp 1.78.0.* , which can be installed; │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ ├─ boost 1.78.0 would require │ │ ├─ boost-cpp 1.78.0.* , which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.78.0 would require │ │ ├─ boost-cpp 1.78.0.* , which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.80.0 would require │ │ ├─ boost-cpp 1.80.0.* , which can be installed; │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ ├─ boost 1.80.0 would require │ │ ├─ boost-cpp 1.80.0.* , which can be installed; │ │ └─ python >=3.11,<3.12.0a0 , which can be installed; │ ├─ boost 1.80.0 would require │ │ ├─ boost-cpp 1.80.0.* , which can be installed; │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ ├─ boost 1.80.0 would require │ │ ├─ boost-cpp 1.80.0.* , which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.80.0 would require │ │ ├─ boost-cpp 1.80.0.* , which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.78.0 would require │ │ ├─ boost-cpp 1.78.0.* , which can be installed; │ │ └─ python >=3.12.0rc3,<3.13.0a0 , which can be installed; │ ├─ boost [1.71.0|1.73.0|...|1.85.0] would require │ │ ├─ libboost-python-devel [1.82.0 py310h17c5347_2|1.82.0 py310h17c5347_3|...|1.85.0 py310hb7f781d_4], which requires │ │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ ├─ boost [1.82.0|1.83.0|1.84.0|1.85.0] would require │ │ ├─ libboost-python-devel [1.82.0 py311h781c19f_2|1.82.0 py311h781c19f_3|...|1.85.0 py311hbd00459_4], which requires │ │ │ └─ python >=3.11,<3.12.0a0 , which can be installed; │ │ └─ python >=3.11,<3.12.0a0 , which can be installed; │ ├─ boost [1.71.0|1.73.0|...|1.85.0] would require │ │ ├─ libboost-python-devel [1.82.0 py39h8003fee_2|1.82.0 py39h8003fee_3|...|1.85.0 py39he8689d4_4], which requires │ │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost [1.82.0|1.83.0|1.84.0|1.85.0] would require │ │ ├─ libboost-python-devel [1.82.0 py312h8da182e_3|1.82.0 py312h8da182e_4|...|1.85.0 py312h9cebb41_4], which requires │ │ │ └─ python [>=3.12,<3.13.0a0 |>=3.12.0rc3,<3.13.0a0 ], which can be installed; │ │ └─ python >=3.12,<3.13.0a0 , which can be installed; │ ├─ boost [1.71.0|1.73.0|1.82.0|1.83.0|1.85.0] would require │ │ ├─ libboost-python-devel [1.82.0 py38hb563948_2|1.82.0 py38hb563948_3|...|1.85.0 py38hb563948_4], which requires │ │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.82.0 would require │ │ ├─ boost-cpp 1.82.0.* , which can be installed; │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ ├─ boost 1.82.0 would require │ │ ├─ boost-cpp 1.82.0.* , which can be installed; │ │ └─ python >=3.11,<3.12.0a0 , which can be installed; │ ├─ boost 1.82.0 would require │ │ ├─ boost-cpp 1.82.0.* , which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.82.0 would require │ │ ├─ boost-cpp 1.82.0.* , which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py310h17c5347_0, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_0, which can be installed; │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py310h17c5347_1, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_1, which can be installed; │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py310h17c5347_2, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_2, which can be installed; │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py313h59e1532_6, which requires │ │ └─ libboost-devel 1.84.0 h1a2810e_6, which requires │ │ ├─ boost-cpp 1.84.0* , which conflicts with any installable versions previously reported; │ │ └─ libboost 1.84.0 hb8260a3_6, which requires │ │ ├─ libzlib >=1.3.1,<2.0a0 with the potential options │ │ │ ├─ libzlib 1.3.1 would require │ │ │ │ └─ zlib 1.3.1 , which can be installed; │ │ │ ├─ libzlib 1.3.1 would require │ │ │ │ └─ zlib 1.3.1 *_1, which can be installed; │ │ │ ├─ libzlib 1.3.1 would require │ │ │ │ └─ zlib 1.3.1 *_2, which can be installed; │ │ │ └─ libzlib 1.3.1 would require │ │ │ └─ zlib 1.3.1 *_0, which can be installed; │ │ └─ zstd >=1.5.6,<1.6.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py313h59e1532_7, which requires │ │ └─ libboost-devel 1.84.0 h1a2810e_7, which requires │ │ ├─ boost-cpp 1.84.0* , which conflicts with any installable versions previously reported; │ │ └─ libboost 1.84.0 h6c02f8c_7, which requires │ │ └─ zstd >=1.5.6,<1.6.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py311h781c19f_0, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_0, which can be installed; │ │ └─ python >=3.11,<3.12.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py311h781c19f_1, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_1, which can be installed; │ │ └─ python >=3.11,<3.12.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py311h781c19f_2, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_2, which can be installed; │ │ └─ python >=3.11,<3.12.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel [1.84.0 py39h8003fee_0|1.84.0 py39had907b7_0], which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_0, which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel [1.84.0 py39h8003fee_1|1.84.0 py39had907b7_1], which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_1, which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel [1.84.0 py39h8003fee_2|1.84.0 py39had907b7_2], which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_2, which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py312h8da182e_0, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_0, which can be installed; │ │ └─ python >=3.12,<3.13.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py312h8da182e_1, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_1, which can be installed; │ │ └─ python >=3.12,<3.13.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py312h8da182e_2, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_2, which can be installed; │ │ └─ python >=3.12,<3.13.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py312h9cebb41_3, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_3, which can be installed; │ │ └─ python >=3.12,<3.13.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py312h9cebb41_4, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_4, which can be installed; │ │ └─ python >=3.12,<3.13.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py312h9cebb41_5, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_5, which can be installed; │ │ └─ python >=3.12,<3.13.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel [1.84.0 py39had907b7_3|1.84.0 py39he8689d4_3], which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_3, which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel [1.84.0 py39had907b7_4|1.84.0 py39he8689d4_4], which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_4, which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel [1.84.0 py39had907b7_5|1.84.0 py39he8689d4_5], which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_5, which can be installed; │ │ └─ python >=3.9,<3.10.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py38hb563948_0, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_0, which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py38hb563948_1, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_1, which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py38hb563948_2, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_2, which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py38hb563948_3, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_3, which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py38hb563948_4, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_4, which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py38hb563948_5, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_5, which can be installed; │ │ └─ python >=3.8,<3.9.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py310hb7f781d_3, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_3, which can be installed; │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py310hb7f781d_4, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_4, which can be installed; │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py310hb7f781d_5, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_5, which can be installed; │ │ └─ python >=3.10,<3.11.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py311hbd00459_3, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_3, which can be installed; │ │ └─ python >=3.11,<3.12.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py311hbd00459_4, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_4, which can be installed; │ │ └─ python >=3.11,<3.12.0a0 , which can be installed; │ ├─ boost 1.84.0 would require │ │ └─ libboost-python-devel 1.84.0 py311hbd00459_5, which requires │ │ ├─ libboost-devel 1.84.0 h00ab1b0_5, which can be installed; │ │ └─ python >=3.11,<3.12.0a0 , which can be installed; │ ├─ boost [1.65.1|1.67.0|1.71.0|1.73.0] would require │ │ └─ python >=3.6,<3.7.0a0 , which can be installed; │ ├─ boost [1.67.0|1.71.0|1.73.0] would require │ │ └─ python >=3.7,<3.8.0a0 , which can be installed; │ └─ boost 1.71.0 would require │ └─ libboost 1.71.0 haf77d95_0, which does not exist (perhaps a missing channel); ├─ boost-cpp is installable with the potential options │ ├─ boost-cpp [1.65.1|1.79.0|1.81.0|1.83.0|1.85.0], which can be installed; │ ├─ boost-cpp 1.63.0, which can be installed; │ ├─ boost-cpp 1.64.0, which can be installed; │ ├─ boost-cpp 1.65.0, which can be installed; │ ├─ boost-cpp 1.66.0, which can be installed; │ ├─ boost-cpp 1.67.0, which can be installed; │ ├─ boost-cpp 1.68.0, which can be installed; │ ├─ boost-cpp 1.69.0, which can be installed; │ ├─ boost-cpp 1.70.0, which can be installed; │ ├─ boost-cpp 1.71.0, which can be installed; │ ├─ boost-cpp 1.72.0, which can be installed; │ ├─ boost-cpp 1.73.0, which can be installed; │ ├─ boost-cpp 1.74.0, which can be installed; │ ├─ boost-cpp 1.75.0, which can be installed; │ ├─ boost-cpp 1.76.0, which can be installed; │ ├─ boost-cpp 1.77.0, which can be installed; │ ├─ boost-cpp 1.78.0, which can be installed; │ ├─ boost-cpp 1.80.0, which can be installed; │ ├─ boost-cpp 1.82.0, which can be installed; │ ├─ boost-cpp 1.84.0 would require │ │ └─ libboost-devel 1.84.0 h00ab1b0_4, which can be installed; │ ├─ boost-cpp 1.84.0 would require │ │ └─ libboost-devel 1.84.0 h00ab1b0_5, which can be installed; │ ├─ boost-cpp 1.84.0 would require │ │ ├─ libboost-devel [1.84.0 h1a2810e_6|1.84.0 h1a2810e_7], which cannot be installed (as previously explained); │ │ ├─ libzlib >=1.3.1,<2.0a0 , which can be installed (as previously explained); │ │ └─ zstd >=1.5.6,<1.6.0a0 , which can be installed; │ ├─ boost-cpp 1.84.0 would require │ │ └─ libboost-devel 1.84.0 h00ab1b0_0, which can be installed; │ ├─ boost-cpp 1.84.0 would require │ │ └─ libboost-devel 1.84.0 h00ab1b0_1, which can be installed; │ ├─ boost-cpp 1.84.0 would require │ │ └─ libboost-devel 1.84.0 h00ab1b0_2, which can be installed; │ └─ boost-cpp 1.84.0 would require │ └─ libboost-devel 1.84.0 h00ab1b0_3, which can be installed; ├─ cmake 3.19.6** is not installable because there are no viable options │ ├─ cmake 3.19.6 would require │ │ └─ zstd >=1.4.5,<1.5.0a0 but there are no viable options │ │ ├─ zstd [1.4.5|1.4.8|1.4.9] would require │ │ │ └─ zlib >=1.2.11,<1.3.0a0 , which conflicts with any installable versions previously reported; │ │ └─ zstd [1.4.5|1.4.9] conflicts with any installable versions previously reported; │ └─ cmake 3.19.6 would require │ └─ zlib >=1.2.11,<1.3.0a0 , which conflicts with any installable versions previously reported; └─ pin-1 is not installable because it requires └─ python 3.13.* , which conflicts with any installable versions previously reported.
最新发布
09-27
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值