#13137: upgrade MPIR to 2.6.0
----------------------------------------------------+-----------------------
Reporter: jhpalmieri | Owner: tbd
Type: enhancement | Status:
needs_review
Priority: major | Milestone: sage-5.6
Component: packages | Resolution:
Keywords: mpir spkg | Work issues:
Report Upstream: N/A | Reviewers: Jeroen
Demeyer
Authors: John Palmieri, Jean-Pierre Flori | Merged in:
Dependencies: #13755 | Stopgaps:
----------------------------------------------------+-----------------------
Comment (by jhpalmieri):
A minor comment: in spkg-install, perhaps the following change would be a
good idea:
{{{
#!diff
diff --git a/spkg-install b/spkg-install
--- a/spkg-install
+++ b/spkg-install
@@ -19,8 +19,7 @@ cd src/
# detecting filename changes. See Trac #13137.
# This fix can (and will have to) be removed once integrated upstream.
echo "Renaming *,asm files to *.asm..."
-mv mpn/x86/p6/addmul_1,asm mpn/x86/p6/addmul_1.asm
-mv mpn/x86/p6/submul_1,asm mpn/x86/p6/submul_1.asm
+mv mpn/x86/p6/addmul_1,asm mpn/x86/p6/addmul_1.asm && mv
mpn/x86/p6/submul_1,asm mpn/x86/p6/submul_1.asm
if [ $? -ne 0 ]; then
echo >&2 "Error: moving *,asm files failed."
exit 1
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13137#comment:35>
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.