#10233: Incomplete cython search path in setup.py
----------------------------+-----------------------------------------------
   Reporter:  vbraun        |       Owner:  GeorgSWeber 
       Type:  defect        |      Status:  needs_review
   Priority:  major         |   Milestone:  sage-4.6.1  
  Component:  build         |    Keywords:              
     Author:  Volker Braun  |    Upstream:  N/A         
   Reviewer:                |      Merged:              
Work_issues:                |  
----------------------------+-----------------------------------------------

Comment(by fbissey):

 I am looking at this patch as part of getting your ppl work into sage-on-
 gentoo.
 One question about this part of the patch:
 {{{
 +include_dirs = ['%s/include'%SAGE_LOCAL,
 +                '%s/include/csage'%SAGE_LOCAL,
 +                '%s/sage/sage/ext'%SAGE_DEVEL,
 +                '%s/sage/c_lib/include'%SAGE_DEVEL]
 }}}
 Why do you add the last bit: %s/sage/c_lib/include'%SAGE_DEVEL, this
 just duplicate the content of '%s/include/csage'%SAGE_LOCAL which should
 be
 in place already. In any case one of the two is superfluous (and make my
 porting work harder).

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10233#comment:5>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to