#13210: ATLAS: flush output before os.system()
----------------------------------+-----------------------------------------
       Reporter:  jdemeyer        |         Owner:  tbd     
           Type:  defect          |        Status:  new     
       Priority:  minor           |     Milestone:  sage-5.2
      Component:  packages        |    Resolution:          
       Keywords:                  |   Work issues:          
Report Upstream:  N/A             |     Reviewers:          
        Authors:  Jeroen Demeyer  |     Merged in:          
   Dependencies:                  |      Stopgaps:          
----------------------------------+-----------------------------------------
Description changed by jdemeyer:

Old description:

> New '''spkg''':
> [http://boxen.math.washington.edu/home/jdemeyer/spkg/atlas-3.8.4.p2.spkg]
> (for review, changes not yet committed)
>
> === atlas-3.8.4.p2 (Jeroen Demeyer, 6 July 2012) ===
>  * Trac #13210: Flush stdout and stderr before calling system().
>  * Detect the Apple linker (which is still unsupported).
>  * Remove unneeded .orig files in patches/
>  * Remove mmsearch-with-temp-Solaris-fix.c patch (was needed for
>    gcc-4.4.0 on Solaris).
>  * Remove copying of patches/*tgz since there are no such files.
>  * Use 'patch' for patching.

New description:

 When doing something like
 {{{
 ./sage -i atlas &>my_log_file
 }}}
 the output to {{{my_log_file}}} will be badly ordered because we're not
 flushing stdout/stderr before calling `system()` in `spkg-install`.

 New '''spkg''':
 [http://boxen.math.washington.edu/home/jdemeyer/spkg/atlas-3.8.4.p2.spkg]
 (for review, changes not yet committed)

 === atlas-3.8.4.p2 (Jeroen Demeyer, 6 July 2012) ===
  * Trac #13210: Flush stdout and stderr before calling system().
  * Detect the Apple linker (which is still unsupported).
  * Remove unneeded .orig files in patches/
  * Remove mmsearch-with-temp-Solaris-fix.c patch (was needed for
    gcc-4.4.0 on Solaris).
  * Remove copying of patches/*tgz since there are no such files.
  * Use 'patch' for patching.

--

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