piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

pylsl wheels on pypi come with binaries, how do I build and include them in piwheels? #163

Open cboulay opened 3 years ago

cboulay commented 3 years ago

Package name: pylsl Link to PyPI page: https://pypi.org/project/pylsl Link to piwheels page: https://www.piwheels.org/project/pylsl Version: all Python version: all I am the maintainer: Yes More information:

Given the above, how do we get piwheels to (a) download this .so and drop it into the correct folder before building the wheel, or (b) build liblsl itself? If (b) is the better answer then can you please point me to a project that similarly downloads a 3rd party library source, builds it, then includes the .so in the wheel? Can this all be achieved by some setup.py magic?

Cheers, Chad

bennuttall commented 3 years ago

It's not really something we do, as piwheels is a very automated process. Alternatively, you can build the wheels and send to us for direct upload.

cboulay commented 3 years ago

Is there an API or a web interface so we can upload the wheel without bothering you? I don't have a wheel at the moment. Next time I fire up my pi I'll build it and attach it here.

bennuttall commented 3 years ago

No API, we only do this for a couple of packages.