-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build pycodcif wheels for PyPI #10
Comments
Hi @ml-evs. Am I right to assume that you want to find |
Hi @merkys! If a user tries to Maybe we could have a quick chat about this the workshop next week? |
Thanks a lot for explanation, I think I got the point. The thing is that I have at most two platforms at my disposal, thus the added value would be quite low. Moreover, Debian/Ubuntu users already can install prebuilt packages from their package manager on every supported architecture.
Sure! |
Hi cod-developers,
I would like to use
pycodcif
for cif parsing inside my own library matador. Would you consider building wheels for PyPI to allow for easy install on machines without swig?I've just tested it on my machine by creating a wheel on my local machine with swig installed (
python setup.py bdist_wheel
), then copying it to a remote server andpip install
'ing the.whl
file directly in a new virtualenv, and everything seems to be working (Linux, CPython3.8).I understand that this puts an extra burden on your release process, so I'd be happy to help build wheels for different Python versions, Linux/Windows (and Mac, if I can find one to borrow...). Alternatively there are packages that automate this process inside CI (e.g. cibuildwheel).
Let me know what you think!
The text was updated successfully, but these errors were encountered: