#19009: upgrade flint to 2.5.2
-------------------------------------+-------------------------------------
       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   |  14480381065f4490dfcd477d6abb680852a8361d
  bug.                               |     Stopgaps:
         Branch:                     |
  u/vdelecroix/19009                 |
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by fbissey):

 {{{
 Mirage:~ fbissey$ uname -a
 Darwin Mirage.local 14.4.0 Darwin Kernel Version 14.4.0: Thu May 28
 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 x86_64
 Mirage:~ fbissey$ which true
 /usr/bin/true
 Mirage:~ fbissey$ true blah 1 2 3 "hello"
 Mirage:~ fbissey$
 }}}
 More seriously I am not sure where your problem is. On OS X when I found
 out that `LDCONFIG` needed a value I put `a`.
 Nothing will try to execute or run the content of `LDCONFIG` in configure
 if it is passed as an argument and putting `/dev/null` where you did is
 just as good. Once `LDCONFIG` is defined the only place it can be executed
 is in the `Makefile` and then it only happens on system with `FLINT_SOLIB`
 which should only be true on linux. So not executed on any other platform.
 Actually if you want to clean that up, only care about `LDCONFIG` if
 `FLINT_SOLIB` is defined in configure.

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