alibaba/GraphScope

Install boost components only to reduce the wheel size

Open

#976 建立於 2021年11月11日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)HTML (2,401 star) (301 fork)batch import
component:dev-infragood first issuepriority:low

描述

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

貢獻者指南

Install boost components only to reduce the wheel size · alibaba/GraphScope#976 | Good First Issue