-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Fix parallel building of Singular #12137
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:3
Fixed one issue, hit another. It seems Singular's Makefiles are very broken. Looks like a "$MAKE -j1" is in order. |
Upstream: Not yet reported upstream; Will do shortly. |
Author: Jeroen Demeyer |
comment:6
At some Sage/Singular days there was a push to make Singular compile in parallel and it worked. Perhaps it got broken recently, but the Singular developers do fix these bugs. Hence, they should be reported upstream and fixed,not worked around by "make -j1". |
comment:8
Replying to @malb:
Fair enough. I found two problems and fixed them. I am now continuously building Singular in a loop, so far it seems to work. So needs_review. |
Changed upstream from Not yet reported upstream; Will do shortly. to Reported upstream. Little or no feedback. |
This comment has been minimized.
This comment has been minimized.
diff for the new Singular spkg, for review only |
comment:12
Attachment: singular-3-1-3-3.p1-p2.diff.gz Is there a particular reason why you are adding the
I'm fine with it as it helps debugging, but it shouldn't change whether or not the Singular spkg builds. |
comment:13
Replying to @vbraun:
To fix the warning
The problem is that
Debugging, how?
True. But it does fit with the theme of fixing parallel building. |
Reviewer: Volker Braun |
comment:14
I guess the usual use for |
comment:15
This also works for me. I could force the old version to fail when building in parallel (on sage.math: |
Merged: sage-4.8.alpha4 |
Changed upstream from Reported upstream. Little or no feedback. to Reported upstream. Developers acknowledge bug. |
See http://sage.math.washington.edu/home/palmieri/misc/singular-3-1-3-3.p1.log from #12016.
New spkg: http://boxen.math.washington.edu/home/jdemeyer/spkg/singular-3-1-3-3.p2.spkg
Reported upstream: http://www.singular.uni-kl.de:8002/trac/ticket/395
Upstream: Reported upstream. Developers acknowledge bug.
CC: @jhpalmieri @malb
Component: packages: standard
Author: Jeroen Demeyer
Reviewer: Volker Braun
Merged: sage-4.8.alpha4
Issue created by migration from https://trac.sagemath.org/ticket/12137
The text was updated successfully, but these errors were encountered: