-
Notifications
You must be signed in to change notification settings - Fork 5
Update beta branch, clean commit #43
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
base: beta
Are you sure you want to change the base?
Conversation
|
bot, build org.freecad.FreeCAD |
|
🚧 Test build enqueued. |
|
🚧 Started test build. |
| runtime-version: '6.9' | ||
| sdk: org.kde.Sdk | ||
| command: FreeCAD | ||
| desktop-file-name-prefix: "(beta) " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should not be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not remove the beta tag. Not sure why it appear that way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because it gets removed by whichever method you used to resynchronize the changes, whether it's merge or cherry-picking the patches.
| @@ -1,17 +1,14 @@ | |||
| app-id: org.freecad.FreeCAD | |||
| app-id: org.freecad.FreeCAD | |||
| default-branch: beta | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should not be removed.
| # pip For add-on manager | ||
| # pyyaml For the FEM workbench. | ||
| # pysolar For the BIM workbench to generate Solar diagrams. https://github.com/flathub/org.freecadweb.FreeCAD/issues/114 | ||
| - python_deps.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please don't. Keep them the way they are.
|
you don't even mention the runtime update which IMHO should be done separately as it's painful. |
|
I was working on what is now #44 |
|
✅ Test build succeeded. To test this build, install it from the testing repository: Built for aarch64 and x86_64 architectures. |
Update FreeCAD to the latest weekly release. This succeed #40
This PR contain 3 commits.
First is to synchronized beta branch to master branch.
Second is to update python submodules and group them into one python_deps.json file, unlike master branch which contain python library in separate files so that it is a bit easier to organized and update. The python_deps.json was created with flatpak-pip-generator with command to use it in the manifest.
Third commit is updating submodules that need to be update, many complain about cmake version or failed build in previous version. These modules include,
pyside6 was update to match the runtime version, lapack was remove since openblas already provide lapack. tcl and tk were added because opencascade complained.