-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
cbc-platformRelated to cbc and platform/architecture specific issueRelated to cbc and platform/architecture specific issue
Description
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
Labels
cbc-platformRelated to cbc and platform/architecture specific issueRelated to cbc and platform/architecture specific issue