#10094: cython and C++
----------------------------+-----------------------------------------------
   Reporter:  vbraun        |       Owner:  tbd         
       Type:  defect        |      Status:  needs_review
   Priority:  major         |   Milestone:  sage-4.6    
  Component:  packages      |    Keywords:              
     Author:  Volker Braun  |    Upstream:  N/A         
   Reviewer:                |      Merged:              
Work_issues:                |  
----------------------------+-----------------------------------------------

Comment(by robertwb):

 The --cplus is needed to use C++ features in the Cython file, and
 language="c++" is needed to invoke the C++ compiler. We should not enable
 --cplus for all files, as it may (now or in the future) emit C++ code. The
 reason we need to specify the flag manually is that we're manually
 invoking Cython (for good reason) rather than trying to let distutils do
 it for us. I thought, however, that this setting would be inferred from
 the output file extension, apparently not (yet/anymore?).

 In any case, positive review to
 trac_10094_add_cplus_command_line_option.patch

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