Skip to content

Do we really need introduce Boost dependency? #57

@emmett2020

Description

@emmett2020

My main points are follows:

  1. For guys who don't have root permission on their developing machine(it's a usual case as a team sharing one developing machine with few GPUs), they need to spend some effort to install Boost or boost-program-options. However, without root permission, this is time-consuming.
  2. The nvBandwidth uses boost-program-options just for giving executable binary a command line function which many other easier installed libraries can also do. We can use these as thirdparties directly to avoid installing additionally. Or we can just write one by AI Agent. So I think introduce boost dependency is really unnecessary.

I would like to submit a PR to remove boost dependency if you think this is necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions