#11666: Upgrade MPFR to 3.1.0
-------------------------------+--------------------------------------------
Reporter: leif | Owner: leif
Type: enhancement | Status: needs_info
Priority: major | Milestone: sage-4.8
Component: packages | Keywords: sd32 MPFR spkg wishlist sd35.5
Work_issues: | Upstream: N/A
Reviewer: Paul Zimmermann | Author: Mike Hansen
Merged: | Dependencies: #12171
-------------------------------+--------------------------------------------
Comment(by leif):
Replying to [comment:22 jpflori]:
> Still about the spkg itself:
>
> * Is there any reason to "unset RM"? it says it messes with libtool
while running "make check". I do not see this restriction in the MPIR
package, or the MPFI one e.g. Is this for a specific architecture? Is this
really needed? I guess this is fixed by #3537.
Unsetting `RM` is safe, but meanwhile a bit redundant. Newer autotools
use `$RM` instead of `rm -f` (or `$RM -f`), so tend to fail if `RM`
happens to be set to (just) `rm`.
[[BR]]
> * MAKE is set back to make before running "make install" (and then
"make check" in the original package), any undocumented reason?
I'm pretty sure that's a relict from when people didn't know how to
properly disable ''parallel'' `make`. If in doubt, use `$MAKE -j1
install` etc.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11666#comment:25>
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.