crosscat icon indicating copy to clipboard operation
crosscat copied to clipboard

Distribute binary builds

Open tibbetts opened this issue 9 years ago • 1 comments

It would be nice to distribute binary builds (wheels) on common platforms, to shorten pip install time. This requires a bdist_wheel step.

According to http://python-packaging-user-guide.readthedocs.org/en/latest/distributing/#wheels platform specific wheels are only supported on OSX and Windows, not Linux.

tibbetts avatar Oct 08 '15 19:10 tibbetts

Or even better, conda packages :)

datnamer avatar Dec 13 '15 22:12 datnamer