#16756: Fully make lrcalc standard
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  defect             |       Status:  positive_review
       Priority:  major              |    Milestone:  sage-6.3
      Component:  build              |   Resolution:
       Keywords:  lrcalc deps        |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:  John Palmieri
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/ticket/16756            |  f17aaad6f47e88558d4f6d59277c206b5849de8b
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 Replying to [comment:4 jhpalmieri]:
 > Looks okay to me. I guess the files in `src/sage/libs/lrcalc`
 demonstrate that this is a build-time dependency, not just a run-time one?
 It is indeed a build dependency, look at `src/module_list.py` which has
 {{{
 if is_package_installed('lrcalc'):
     ext_modules.append(
         Extension('sage.libs.lrcalc.lrcalc',
                   sources = ["sage/libs/lrcalc/lrcalc.pyx"],
                   include_dirs = [SAGE_INC + '/lrcalc/'],
                   libraries = ["lrcalc"],
                   depends = [SAGE_INC + "/lrcalc/symfcn.h"]), # should
 include all .h
         )
 }}}

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