alibaba/GraphScope

Install boost components only to reduce the wheel size

オープン

#976 opened on 2021/11/11

 (1 件のコメント) (0 件のリアクション) (1 人の担当者)HTML (301 件のフォーク)batch import
component:dev-infragood first issuepriority:low

Repository metrics

Stars
 (2,401 個のスター)
PR merge metrics
 (平均マージ 1m) (30d で 8 merged PRs)

説明

as titled.

Since we only used components of boost in the cmake

find_package(Boost REQUIRED COMPONENTS system filesystem
             # required by folly
             context program_options regex thread)

ref: https://stackoverflow.com/questions/64260772/cmake-proper-way-to-install-boost-component-libraries-with-project

コントリビューターガイド