alibaba / alibaba/GraphScope

Install boost components only to reduce the wheel size

Open
#976 1 comment 0 reactions 1 assignee Claimed by @lidongze0629 View on GitHub
component:dev-infra good first issue priority:low
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.