-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Change common variables to names in singular #7898
Comments
Replace all things like $MKDIR with mkdir |
comment:1
Attachment: singular-variables-to-names.patch.gz Note, $CP is purposely left as '$CP', since the GNU version of 'cp' have an extra option which can be useful. |
Reviewer: Jaap Spies |
comment:3
The new spkg looks good. Checked on Fedora and Open Solaris. Positive review. Jaap |
Merged: sage-4.3.1.rc0 |
comment:6
Sage did not start after building this spkg on boxen:
|
Changed merged from sage-4.3.1.rc0 to none |
comment:7
I'm totally baffled how on earth changing
in singular's spkg-install file can break the singular package. All the variables were defined elsewhere (sage-env) to be just the command - no options were given. I can't help feel there must be some other explanation, but I'll certainly take a closer look at this. Dave |
comment:8
This looks like the other errors we got from #7818. I'll give this one another try for rc0. |
Merged: sage-4.3.1.rc0 |
It was agreed recently that variables would not be used for very common commands like MV, MKDIR etc.
http://groups.google.com/group/sage-devel/browse_thread/thread/bd7ae07a1157bead/970aa0dc8fa56ab7?lnk=raot
#7818 usets these, so this package will break. The fix is to simply replace things like
$LN with 'ln'
An updated .spkg can be found at
http://boxen.math.washington.edu/home/kirkby/portability/singular-3-1-0-4-20090818.p3/singular-3-1-0-4-20090818.p3.spkg
CC: @jaapspies
Component: build
Author: David Kirkby
Reviewer: Jaap Spies
Merged: sage-4.3.1.rc0
Issue created by migration from https://trac.sagemath.org/ticket/7898
The text was updated successfully, but these errors were encountered: