-
Notifications
You must be signed in to change notification settings - Fork 51
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
Prepare qt6 for linux #460
base: master
Are you sure you want to change the base?
Conversation
Interesting to read https://github.com/pcolby/dokit/blob/main/.github/workflows/build.yaml |
This is solved by using Centos9 that is already compatible with qt6.4+. Centos8 has serious compatibility issues here. |
c5d9fa9
to
e7677cb
Compare
To be able to use qt6 I need gcc version quite recent, ie. I need to use manylinux_2_28. But for people/cluster using older OS, I continue to compile the wheel with manylinux2014 only for tagged version.
For linux we need to change the manylinux version:
What is needed: