#10993: Update eclib to latest upstream release
-----------------------------------+----------------------------------------
       Reporter:  cremona          |         Owner:  cremona                    
     
           Type:  enhancement      |        Status:  needs_review               
     
       Priority:  major            |     Milestone:  sage-5.0                   
     
      Component:  packages         |    Resolution:                             
     
       Keywords:  elliptic curves  |   Work issues:  ldconfig in spkg-install   
     
Report Upstream:  N/A              |     Reviewers:  Frithjof Schulze, Jeroen 
Demeyer
        Authors:  John Cremona     |     Merged in:                             
     
   Dependencies:  #11354           |      Stopgaps:                             
     
-----------------------------------+----------------------------------------

Comment (by cremona):

 Replying to [http://trac.sagemath.org/sage_trac/ticket/10993#comment:125
 leif]:

 >
 > I prefer mine to Leif's:
 {{{
 > string nf_filename(long n, char c)
 {
   stringstream s;
   s << getenv("NF_DIR");
   if (s.str().empty()) {s.clear(); s<<"./newforms";}
   s  << "/" << c << n;
   return s.str();
 }

 }}}
 > as it is more C++-y (and I was trying to avoid having any char* in the
 code).
 Thanks for the explanation, Volker.

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