alibaba/GraphScope

Install boost components only to reduce the wheel size

Open

#976 opened on Nov 11, 2021

View on GitHub
 (1 comment) (0 reactions) (1 assignee)HTML (301 forks)batch import
component:dev-infragood first issuepriority:low

Repository metrics

Stars
 (2,401 stars)
PR merge metrics
 (Avg merge 1m) (7 merged PRs in 30d)

Description

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

Contributor guide