diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ece56c5f..7d55c1da7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ try to follow these guidelines when you do so. * 请先更新你的本地分支到最新,再进行提交代码请求,确保没有合并冲突 * 编写友好可读的提交信息 -* 请使用余工程代码相同的代码规范 +* 请使用与工程代码相同的代码规范 * 确保提交的代码缩进是四个空格,而不是tab * 为了规范化提交日志的格式,commit消息,不要用中文,请用英文描述 * 关于如何制作包,请参看文档:[制作和提交到官方仓库](https://xmake.io/#/zh-cn/package/remote_package?id=%e6%b7%bb%e5%8a%a0%e5%8c%85%e5%88%b0%e4%bb%93%e5%ba%93) diff --git a/packages/b/boost/xmake.lua b/packages/b/boost/xmake.lua index 5d1993500..c1661fa79 100644 --- a/packages/b/boost/xmake.lua +++ b/packages/b/boost/xmake.lua @@ -51,7 +51,18 @@ package("boost") "locale", "iostreams", "program_options", - "test"} + "test", + "chrono", + "contract", + "graph_parallel", + "json", + "log", + "math", + "mpi", + "nowide", + "python", + "stacktrace", + "type_erasure"} add_configs("all", { description = "Enable all library modules support.", default = false, type = "boolean"}) add_configs("multi", { description = "Enable multi-thread support.", default = true, type = "boolean"})