#15015: Update to MPIR 2.7.0 when it's released
-------------------------------------+-------------------------------------
Reporter: jpflori | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-pending
Component: packages: | Resolution:
standard | Merged in:
Keywords: mpir spkg cygwin | Reviewers:
Authors: Jean-Pierre Flori | Work issues:
Report Upstream: Fixed upstream, | Commit:
but not in a stable release. | 5d7a2e99278f657b5d17f527d3d8f1c38e125a02
Branch: | Stopgaps:
u/jpflori/ticket/15015 |
Dependencies: |
-------------------------------------+-------------------------------------
Comment (by leif):
Replying to [comment:13 jpflori]:
> > * What is `patch ... || continue` supposed to achieve? (The `if [ $?
-ne 0 ]` afterwards gets useless.)
> When there is no patch at all I guess.
Ah, thought of something like that. But it should be
{{{
#!sh
for foo in bar*; do
[ -r "$foo" ] || continue # ignore non-readable / non-existent files
process "$foo"
if [ $? -ne 0 ]; then
# processing $foo failed, err out
...
fi
done
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/15015#comment:19>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.