Skip to content

Include source code for CBC libraries #70

@pmla

Description

@pmla

The CBC libraries in the git repository are pre-built. This makes it hard to debug any issues occuring within the library since we don't have the source.

It also makes the git repository very large (it is currently over 200mb). Git is designed with text in mind. It will store a diff of text files, but for binary files it stores a copy of every version. Here is some more info.

Fortunately it is usually not too difficult to build a shared library from source. It can be specified in the setup.py file. If you put the CBC source files somewhere I can try to do it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cbc-platformRelated to cbc and platform/architecture specific issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions