You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We still have many things to do for Python anyway before the release (rework bindings, monkey patching and pytest).
I tested the wheels 3.11 Linux and 3.9 Windows successfully.
I identified these remaining things to do in a (more or less) near future:
Enable sscache and run the worflow automatically (@mwestphal? ^^)
Avoid symlink/soversion duplication of zlib (and future shared deps) to reduce Linux/macOS wheel size
Enable TBB (now that shared libs copy is working, it should work out of the box)
Enable raytracing? Probably challenging because of dynamic loading
Add tests of wheels with pytest (can be run automatically by ciwheelbuild after each wheel generation)
Add more platforms (priority on ARM), cross-compiling is supported by ciwheelbuild
Add a release workflow for automatic upload to PyPI
Here is the dispatch workflow run: https://github.com/Meakk/f3d-superbuild/actions/runs/5753444662
We still have many things to do for Python anyway before the release (rework bindings, monkey patching and pytest).
I tested the wheels 3.11 Linux and 3.9 Windows successfully.
I identified these remaining things to do in a (more or less) near future:
sscache
and run the worflow automatically (@mwestphal? ^^)ciwheelbuild
after each wheel generation)ciwheelbuild
Originally posted by @Meakk in #76 (comment)
The text was updated successfully, but these errors were encountered: