#19009: upgrade flint to 2.5
-------------------------------------+-------------------------------------
       Reporter:  vdelecroix         |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.9
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:  François Bissey
        Authors:  Vincent Delecroix  |  Work issues:
Report Upstream:  Reported           |       Commit:
  upstream. Developers acknowledge   |  38a9c00a6fce00ad77f6c5a35bc76a125659fa99
  bug.                               |     Stopgaps:
         Branch:  public/19009       |
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 Replying to [comment:20 fbissey]:
 > Do not work on OS X. Your `ldconfig` fix is not appropriate for OS X and
 other platform lacking `ldconfig`. I will be in touch with upstream about
 it.

 Bill did something for !Cygwin/Mingw (setting `LDCONFIG=/dev/null`). But
 not OS X. The last state of `configure` in the `trunk` branch shows
 {{{
 # sometimes LDCONFIG is not to be found in the path. Look at some common
 places.
 case "$OS" in
    MINGW*|CYGWIN*)
       LDCONFIG="/dev/null";;
    *)
       if [ -z "$LDCONFIG" ]; then
          if command -v ldconfig > /dev/null; then
             LDCONFIG="ldconfig"
          elif [ -x /sbin/ldconfig ]; then
             LDCONFIG="/sbin/ldconfig"
          else
             echo "Warning: ldconfig was not found. You can specify a path
 on the command line with LDCONFIG=<name>";
             exit 1
          fi
       fi;;
 esac
 }}}

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