#20005: Interpreters are cythonized twice
----------------------------+------------------------
       Reporter:  jdemeyer  |        Owner:
           Type:  defect    |       Status:  new
       Priority:  critical  |    Milestone:  sage-7.1
      Component:  cython    |   Resolution:
       Keywords:            |    Merged in:
        Authors:            |    Reviewers:
Report Upstream:  N/A       |  Work issues:
         Branch:            |       Commit:
   Dependencies:            |     Stopgaps:
----------------------------+------------------------
Description changed by jdemeyer:

Old description:

> There is duplication of interpreters modules, leading to potential build
> failures:
> {{{
> [ 1/11] Cythonizing sage/ext/interpreters/wrapper_cdf.pyx
> [ 2/11] Cythonizing sage/ext/interpreters/wrapper_cdf.pyx
> [ 3/11] Cythonizing sage/ext/interpreters/wrapper_el.pyx
> [ 4/11] Cythonizing sage/ext/interpreters/wrapper_el.pyx
> [ 5/11] Cythonizing sage/ext/interpreters/wrapper_py.pyx
> [ 6/11] Cythonizing sage/ext/interpreters/wrapper_py.pyx
> [ 7/11] Cythonizing sage/ext/interpreters/wrapper_rdf.pyx
> [ 8/11] Cythonizing sage/ext/interpreters/wrapper_rdf.pyx
> [ 9/11] Cythonizing sage/ext/interpreters/wrapper_rr.pyx
> [10/11] Cythonizing sage/ext/interpreters/wrapper_rr.pyx
> [11/11] Cythonizing sage/plot/plot3d/parametric_surface.pyx
> }}}

New description:

 There is duplication of interpreters modules, leading to potential build
 failures:
 {{{
 [ 1/11] Cythonizing sage/ext/interpreters/wrapper_cdf.pyx
 [ 2/11] Cythonizing sage/ext/interpreters/wrapper_cdf.pyx
 [ 3/11] Cythonizing sage/ext/interpreters/wrapper_el.pyx
 [ 4/11] Cythonizing sage/ext/interpreters/wrapper_el.pyx
 [ 5/11] Cythonizing sage/ext/interpreters/wrapper_py.pyx
 [ 6/11] Cythonizing sage/ext/interpreters/wrapper_py.pyx
 [ 7/11] Cythonizing sage/ext/interpreters/wrapper_rdf.pyx
 [ 8/11] Cythonizing sage/ext/interpreters/wrapper_rdf.pyx
 [ 9/11] Cythonizing sage/ext/interpreters/wrapper_rr.pyx
 [10/11] Cythonizing sage/ext/interpreters/wrapper_rr.pyx
 }}}

 The reason is that these modules appear both in the glob `Extension('*',
 ['sage/ext/**/*.pyx']),` and in the glob `Extension('*',
 ['sage/ext/interpreters/*.pyx'])`.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/20005#comment:1>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to