#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 mpatel):

 I noticed a different problem with `make check` on t2:
 {{{
 make[3]: Entering directory
 `/scratch/mpatel/sage-4.3.0.1/spkg/build/eclib-20080310.p10/src/g0n'
 rm -f PRIMES t
 ./modtest < modtest.in > t 2>/dev/null && diff t modtest.out
 ./homtest < homtest.in > t && diff t homtest.out
 ./hecketest < hecketest.in > t 2>/dev/null && diff t hecketest.out
 ./mhcount < mhcount.in > t && diff t  mhcount.out
 rm -rf tmp_nf_dir
 mkdir tmp_nf_dir
 export NF_DIR=tmp_nf_dir && ./tmanin < tmanin.in > t 2>/dev/null && diff t
 tmanin.out
 /bin/sh: NF_DIR=tmp_nf_dir: is not an identifier
 make[3]: *** [check] Error 1
 make[3]: Leaving directory
 `/scratch/mpatel/sage-4.3.0.1/spkg/build/eclib-20080310.p10/src/g0n'
 }}}
 I think we can fix this with, e.g.,
 {{{
 #!sh
 env NF_DIR=tmp_nf_dir ./tmanin < tmanin.in > t 2>/dev/null && diff t
 tmanin.out
 }}}

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