#13026: Upgrade and clean up cddlib
-----------------------------------+----------------------------------------
       Reporter:  kini             |         Owner:  tbd                
           Type:  enhancement      |        Status:  needs_work         
       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 fbissey):

 So it was some of your stuff. On the other hand upstream included a
 slightly updated version of the libtool patch I sent them probably about
 3-4 years ago :)

 In any case adding the following line to configure should solve the
 problem
 {{{
 CPPFLAGS="-I$SAGE_LOCAL/include" LDFLAGS="-L$SAGE_LOCAL/lib"
 }}}
 Alternatively the variables can be exported and it should be safe on any
 system. Your original spkg works on my mac so I could have gmp headers
 somewhere, strangely enough it seems to find the correct sage libraries so
 may be there is something more subtle going on
 {{{
 /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2   -o
 cdd_both_reps_gmp cdd_both_reps.o ../lib-src-gmp/libcddgmp.la -lgmp
 libtool: link: gcc -g -O2 -o .libs/cdd_both_reps_gmp cdd_both_reps.o
 ../lib-src-gmp/.libs/libcddgmp.dylib
 /Users/frb15/Desktop/sage-5.1.beta1/local/lib/libgmp.dylib

 }}}

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