python-mip icon indicating copy to clipboard operation
python-mip copied to clipboard

Draft: Build wheels instead of using manually bundled cbc

Open sebheger opened this issue 3 years ago • 2 comments

sebheger avatar Apr 05 '22 20:04 sebheger

Hmm, I guess that what's happening is that because python-mip doesn't actually build a proper C extension, but only accesses the built library directly through cffi, the Cbc libraries are not being picked up as dependencies and packaged as they should be. Looks like some more research is needed to see how to package libraries that are accessed through cffi. I guess this should be possible, but it's apparently not quite as easy as just using the same workflow as CyLP.

tkralphs avatar Apr 12 '22 03:04 tkralphs

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Sebastian Heger seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Oct 04 '23 12:10 CLAassistant