#4949: Optionally build spkgs in $SAGE_BUILD_TMPDIR
-------------------------------------------------------------+--------------
Reporter: mabshoff | Owner:
mabshoff
Type: enhancement | Status:
needs_work
Priority: minor | Milestone:
sage-5.0
Component: build | Keywords:
sd32
Work_issues: | Upstream:
N/A
Reviewer: Mariah Lenox, Leif Leonhardy, Maarten Derickx | Author:
John Palmieri
Merged: | Dependencies:
-------------------------------------------------------------+--------------
Changes (by jdemeyer):
* status: needs_review => needs_work
Comment:
Lines 210 and 216 of `sage-spkg`: you have twice cd "$SAGE_BUILD_DIR".
Remove the second and move the check (line 219) up, after the first cd.
You probably want to "exit 1" if cd fails.
Line 227 of `sage-spkg`: replace
{{{
if [ -e "$dir" ]; then
}}}
by
{{{
if [ -d "$dir" ]; then
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4949#comment:50>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.