#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.       |  77251224787d5140af17a32e7cb3059effe22670
         Branch:                     |     Stopgaps:
  u/jdemeyer/ticket/15015            |
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by jdemeyer):

 * commit:  da483e1e109f71c93d22fa1ab115b12ede4fcaca =>
     77251224787d5140af17a32e7cb3059effe22670


Comment:

 In `spkg-install`, I also changed
 {{{
 echo "Checking what CFLAGS MPIR would use if they were empty..."
 (unset CFLAGS CPPFLAGS CXXFLAGS && ./configure $MPIR_CONFIGURE)
 &>configure-empty.log
 }}}
 to
 {{{
 echo "Configuring MPIR with empty CFLAGS to determine the defaults:"
 (unset CFLAGS CPPFLAGS CXXFLAGS && ./configure $MPIR_CONFIGURE)
 }}}

 I think it's better to display the first `configure` run, in case it needs
 to be debugged or just to show the user that Sage isn't stuck.
 ----
 New commits:
 
||[http://git.sagemath.org/sage.git/commit/?id=1607b8ffe6443c5152ba8e505ca6686e46122049
 1607b8f]||{{{Merge remote-tracking branch 'origin/develop' into
 ticket/15015}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=77251224787d5140af17a32e7cb3059effe22670
 7725122]||{{{Cosmetic changes}}}||

--
Ticket URL: <http://trac.sagemath.org/ticket/15015#comment:27>
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.

Reply via email to