#7626: delete PBUILD code in local/bin/sage-sage script
----------------------+-----------------------------------------------------
Reporter: was | Owner: GeorgSWeber
Type: defect | Status: new
Priority: minor | Milestone: sage-4.3
Component: build | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
----------------------+-----------------------------------------------------
I noticed code like this in the sage-sage script:
{{{
if [ "$SAGE_PBUILD" == "yes" ]; then
echo 'Pbuild is currently broken -- defaulting to
serial build.'
# if [ "$@" ]; then
# ln -snf "$SAGE_ROOT"/devel/sage-"$@"
"$SAGE_ROOT"/devel/sage
# fi
# time python "$SAGE_ROOT"/devel/sage/build.py -b
sage-build "$@"
}}}
Not only is SAGE_PBUILD "broken", it has long since been replaced by
something better. So we should just delete this stuff from sage-sage.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7626>
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.