#4949: Optionally build spkgs in $SAGE_BUILD_TMPDIR
-------------------------------------------------------------+--------------
Reporter: mabshoff | Owner:
mabshoff
Type: enhancement | Status:
positive_review
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:
-------------------------------------------------------------+--------------
Comment(by jhpalmieri):
Replying to [comment:32 jdemeyer]:
> Do we *really* want
{{{
BUILD=build
}}}
> ?
I don't see a reason for it, it was there before. Should I create a new
patch which removes it? I think that would fix one or two of the issues
from #11021.
> Also, why introduce a new variable `$BUILD_DIR` instead of using
`$SAGE_BUILD_TMPDIR`?
The code says, roughly
{{{
if $SAGE_BUILD_TMPDIR is not empty and points to an existing directory:
BUILD_DIR=$SAGE_BUILD_TMPDIR
else
BUILD_DIR=$SAGE_PACKAGES
fi
build Sage in $BUILD_DIR
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4949#comment:33>
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.