#8357: eclib: suppress / delete files left by doctests and check, fix building 
in
parallel
------------------------------------------+---------------------------------
   Reporter:  mpatel                      |       Owner:  cremona     
       Type:  defect                      |      Status:  needs_review
   Priority:  major                       |   Milestone:  sage-4.3.4  
  Component:  elliptic curves             |    Keywords:              
     Author:  John Cremona, Mitesh Patel  |    Upstream:  N/A         
   Reviewer:                              |      Merged:              
Work_issues:                              |  
------------------------------------------+---------------------------------

Comment(by cremona):

 There is a  simpler solution to the problem with "export NF_DIR".  The
 code uses a default directory name for this, namely "newforms",  which can
 be over-ridden by the use of the environment variable NF_DIR.  For this
 test therefore we can replace the 2 lines "rm -rf tmp_nf_dir" by "rm -rf
 newforms" (strictly only the second one is needed) and remove all the
 starts of lines of the form "export NF_DIR=tmp_nf_dir && ".
 (This is in src/g0n/Makefile).

 Here's why I did not do this in the first place: by own private copy of
 this code has a newforms directory which contains 3.4G of data which took
 many many processor-years to compute.  I do not want a simple "make check"
 to delete that so I put in this temporary (and non-default) tmp_nf_dir
 thing instead.  But for the Sage distribution that is not needed.

 I can attach a replacement Makefile here if that would be convenient, for
 yet another version of p10.

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