#12173: Update FLINT to 2.3
---------------------------------------------------------------------+------
       Reporter:  mhansen                                            |         
Owner:  tbd         
           Type:  enhancement                                        |        
Status:  needs_review
       Priority:  major                                              |     
Milestone:  sage-5.6    
      Component:  packages                                           |    
Resolution:              
       Keywords:  flint spkg                                         |   Work 
issues:              
Report Upstream:  N/A                                                |     
Reviewers:  John Cremona
        Authors:  Mike Hansen, Fredrik Johansson, Jean-Pierre Flori  |     
Merged in:              
   Dependencies:  #12433                                             |      
Stopgaps:              
---------------------------------------------------------------------+------

Comment (by jdemeyer):

 Allow me to suggest a few small changes to `spkg-install`:

 1. Change
 {{{
 CFLAGS="-O0 -g"; export CFLAGS
 }}}
 to
 {{{
 export CFLAGS="-O0 -g $CFLAGS"
 }}}

 2. Rename {{{$EXTRA_CONF}}} to {{{$FLINT_CONFIGURE}}} for analogy with
 other packages, '''don't''' quote it in the `./configure` invocation and
 change
 {{{
 EXTRA_CONF="--disable-static"
 }}}
 to
 {{{
 FLINT_CONFIGURE="--disable-static $FLINT_CONFIGURE"
 }}}

 3. Quote `$SAGE_LOCAL`:
 {{{
 rm -f "$SAGE_LOCAL"/lib/libflint*
 rm -rf "$SAGE_LOCAL"/include/flint
 }}}

 4. Why doesn't `spkg-check` have a newline at the end of the file?

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