Skip to content
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

Closed
almarklein opened this issue Feb 29, 2024 · 2 comments
Closed

Is the latest release broken? #77

almarklein opened this issue Feb 29, 2024 · 2 comments

Comments

@almarklein
Copy link
Contributor

The release notes say:

GLFW 3.4 is not included in Python wheels for glfw 2.7.0, due to issues building GLFW 3.4 on the corresponding systems, e.g. manylinux 2014.

What are the implications of this? Does it include an older glfw lib?

@FlorianRhiem
Copy link
Owner

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.

@almarklein
Copy link
Contributor Author

Thanks for the detailed explanation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants