-
-
Notifications
You must be signed in to change notification settings - Fork 685
Move code from sage_setup to pkgs #39029
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
Conversation
|
@dimpase The CI fails for this while installing sagelib. The strange thing, however, is that it first succeeds to build sagelib, but for some reason tries to build it again. Can you confirm locally that there is an issue here? (Also needs to investigate how to still vendor sage-setup, i.e. to not revert #37287). |
|
OK, I'll try to rebase it over the current beta, and test locally |
|
locally for me, "make build" ends up pretty quickly, with |
|
It's probably easier to just delete sage-setup as soon as it's no longer used by sage-the-distro. |
Move the code from
src/sage_setuptopkgs/sage_setup. This is preparation for deletingsage_setupcompletely after the remaining usages have been replaced by meson. Only the code generation code is left undersrc(because it's also needed by meson), but moved under theautogenfolder.📝 Checklist
⌛ Dependencies