#9418: Add GNU patch as a standard package.
----------------------------+-----------------------------------------------
Reporter: drkirkby | Owner: GeorgSWeber
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.6.1
Component: build | Keywords: patch spkg
Author: David Kirkby | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Comment(by jdemeyer):
I suggest a small "sanity check" at the end of {{{spkg-install}}} to check
that the {{{patch}}} in the PATH is the right one. Something like
{{{
if ! patch --version | grep >/dev/null 'patch 2.6.1'; then
echo "Cannot to find the patch program we just installed"
exit 1
fi
}}}
I know you like {{{grep >/dev/null}}} ;-)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9418#comment:17>
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.