-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
Repair "sage -b" broken by #29411 #30153
Comments
Commit: |
Author: Matthias Koeppe |
comment:3
Can you base this on #30128 and then source sage-env-config before sage-env in that new Makefile target? |
comment:4
|
comment:6
Replying to @jhpalmieri:
Yes... will fix it |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
Replying to @jhpalmieri:
This should be fixed now.
Yes, it was convenient to go through the Makefile, and I think this change is good as it improves uniformity. |
Dependencies: #30128 |
comment:11
I think this works. The first time I got a file
Could we change the build rules so that
just does |
Changed branch from u/mkoeppe/repair__sage__b__broken_by__29411 to u/jhpalmieri/repair__sage__b__broken_by__29411 |
comment:14
Replying to @jhpalmieri:
Thanks very much, this is perfect. Regarding other uses - we could reimplement
Thanks for catching this. I think you fixed it already. For deprecating/renaming
I don't see an elegant way to do this, unfortunately. |
Changed author from Matthias Koeppe to Matthias Koeppe, John Palmieri |
comment:16
This looks okay to me. Positive review on your contributions. |
Reviewer: John Palmieri |
comment:17
Thanks! |
Changed reviewer from John Palmieri to John Palmieri, Matthias Koeppe |
comment:18
Late to the party, sorry. I think my new commit factors out the no-deps code as requested. If I missed something or if you'd rather do it on another ticket, just put the old branch back and mark it as positive review again. Everything is working now. |
Changed branch from u/jhpalmieri/repair__sage__b__broken_by__29411 to u/mjo/ticket/30153 |
Changed author from Matthias Koeppe, John Palmieri to Matthias Koeppe, John Palmieri, Michael Orlitzky |
comment:19
Thanks. |
Changed branch from u/mjo/ticket/30153 to u/mkoeppe/ticket/30153 |
comment:21
Merged 9.2.beta6 New commits:
|
Changed branch from u/mkoeppe/ticket/30153 to |
Changed commit from |
comment:23
I think the recursive invocation of $(MAKE) leads to builds with extremely high parallel load when |
(from jhpalmieri, #30123)
Note that sage -b doesn't work any more: it tries to do
cd "$SAGE_SRC" && $MAKE
, butSAGE_SRC/Makefile.in
was removed in #29411. (If you have done an incremental build, the Makefile is still there.)Depends on #30128
CC: @jhpalmieri @orlitzky @kliem
Component: build
Author: Matthias Koeppe, John Palmieri, Michael Orlitzky
Branch:
2d95def
Reviewer: John Palmieri, Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/30153
The text was updated successfully, but these errors were encountered: