#19602: Fix library dependencies
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  defect             |       Status:  new
       Priority:  major              |    Milestone:  sage-6.10
      Component:  cython             |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/cython_depends          |  7cd8477bdb031b87607c185c9f2c96fde277943d
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by jdemeyer):

 * commit:   => 7cd8477bdb031b87607c185c9f2c96fde277943d


Old description:

> After upgrading MPIR, not all modules depending on MPIR are rebuilt. The
> offending modules are
> {{{
> sage/ext/interrupt/interrupt.so
> sage/symbolic/substitution_map.so
> sage/symbolic/constants_c.so
> sage/symbolic/expression.so
> sage/symbolic/getitem.so
> }}}

New description:

 After upgrading MPIR, not all modules depending on MPIR are rebuilt. The
 offending modules are
 {{{
 sage/ext/interrupt/interrupt.so
 sage/symbolic/substitution_map.so
 sage/symbolic/constants_c.so
 sage/symbolic/expression.so
 sage/symbolic/getitem.so
 }}}

 This is because dependencies on library files (e.g. `.so` files) are not
 picked up by `distutils`. We monkeypatch Cython to add the missing
 dependencies.

--

Comment:

 New commits:
 
||[http://git.sagemath.org/sage.git/commit/?id=7cd8477bdb031b87607c185c9f2c96fde277943d
 7cd8477]||{{{Fix dependency checking for libraries}}}||

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