-
Notifications
You must be signed in to change notification settings - Fork 36
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
Is the latest release broken? #77
Comments
The wheels contain GLFW 3.3.9, as both 3.3.10 and 3.4 rely on features not available in the build systems for those wheels, manylinux2014 and manylinux2010. You can view the way the wheels are built in the GitLab CI config and I have opened an issue about this, as a workaround reported in an older issue about this problem leads to a second problem by now. The new release moves all definitions/macros and functions introduced in GLFW 3.4 from only being available in the preview to being available in general, if the loaded GLFW implementation supports it (i.e. if the function symbol can be loaded). This can be useful for users with a GLFW library of their own or from their system. As the code still checks whether the function symbols are available, the wheels for this release should not be broken, but please let me know if you encounter any issues. |
Thanks for the detailed explanation! |
The release notes say:
What are the implications of this? Does it include an older glfw lib?
The text was updated successfully, but these errors were encountered: