-
Notifications
You must be signed in to change notification settings - Fork 43
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 wheels in CI and publish them #164
Comments
Scikit-build recently has teamed up with cibuildwheel. Maybe this is a viable approach to get wheels which work in a standard pip install. |
cibuildwheel still has no auditwheel equivalent for Windows. |
I don't know if this is helpful info for you, but |
For an overview of the problems involved, there's this, published late 2022: https://pypackaging-native.github.io/ . See especially https://pypackaging-native.github.io/key-issues/native-dependencies/blas_openmp/ That references this https://web.archive.org/web/20210616203153/https://pav.iki.fi/blog/2017-10-08/pywingfortran.html (archive link, original down). It looks like this needs I had another go at this over the Christmas break and go nowhere, though my effort was admittedly half-hearted. |
Nice find!
SciPy moved to Meson recently. Maybe an option for us is to switch from |
We don't publish wheels because we don't know how to build them.
I've tried and failed to build wheels for Windows before; if I recall correctly one basically has to bundle a BLAS&LAPACK library in the wheel, and I couldn't figure out how to do it.
Originally posted by @roryyorke in #155 (comment)
The text was updated successfully, but these errors were encountered: