#13026: Upgrade and clean up cddlib
-----------------------------------+----------------------------------------
       Reporter:  kini             |         Owner:  tbd                
           Type:  enhancement      |        Status:  needs_review       
       Priority:  major            |     Milestone:  sage-5.1           
      Component:  packages         |    Resolution:                     
       Keywords:  cddlib sd40.5    |   Work issues:                     
Report Upstream:  N/A              |     Reviewers:  Karl-Dieter Crisman
        Authors:  R. Andrew Ohana  |     Merged in:                     
   Dependencies:                   |      Stopgaps:                     
-----------------------------------+----------------------------------------

Comment (by jdemeyer):

 The following is wrong:
 {{{
 LDFLAGS="-I$SAGE_LOCAL/lib $LDFLAGS"; export LDFLAGS
 }}}
 I suppose you meant `-L`.  In any case, you can simplify this to
 {{{
 export LDFLAGS="-L$SAGE_LOCAL/lib $LDFLAGS"
 }}}

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