-
Notifications
You must be signed in to change notification settings - Fork 34
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
[email protected]_py312_qt6: new freecad formula using py312 and qt6 #662
Conversation
see #602 for some previous notes on errors related to migrating to qt v6. |
first error,
update cmake args to explicitly use qt6 and also looking at the deps tree, coin3d_py312 uses [email protected], not sure how much of a problem this will cause,
|
attempt to resolve the above cmake warning / error by adding homebrew-core formula vulkan-headers and cups as deps |
next batch of cmake configure
|
build error on amd64 macos 14 github ci runner
|
attempting to build locally on ubuntu 22.04 with the default homebrew prefix i get below cmake configure error,
|
build error,
need to prevent qt@5 installation from being detected in the build / configure process |
|
1c53cb1
to
4f861e1
Compare
successfully built freecad v1 using qt v6 with python v3.12 locally on the mac-mini-fpa 👍️ just gotta wait for CI to finish now. |
4f861e1
to
b4fcd7d
Compare
Closes #662. Signed-off-by: Chris <[email protected]>
No description provided.