#8306: Parallel inter/intra-spkg builds
----------------------------+-----------------------------------------------
   Reporter:  mpatel        |       Owner:  GeorgSWeber
       Type:  enhancement   |      Status:  needs_work 
   Priority:  major         |   Milestone:  sage-4.4   
  Component:  build         |    Keywords:             
     Author:  Mitesh Patel  |    Upstream:  N/A        
   Reviewer:  David Kirkby  |      Merged:             
Work_issues:                |  
----------------------------+-----------------------------------------------

Comment(by jhpalmieri):

 > note the comment about "unspecified format".

 I read that comment to be about "set -o" with no further options, not
 about "set -o OPTION". "pipefail" is documented here, by the way:

  http://www.gnu.org/software/bash/manual/bashref.html#The-Set-Builtin

 I don't see anything wrong with bashisms, as long as we have
 #!/usr/bin/env bash at the top of the file. In any case, I'm happy for
 *any* solution to the pipe situation here: in a command of the form ($1) |
 ($2), we want the exit code of ($1).

 I'm posting experimental versions of pipestatus and deps which test for
 the bash version and if at least 3, use pipefail.

 By the way, I still can't get singular and ecl to compile on my iMac if
 SAGE_PARALLEL_SPKG_BUILD is set to "yes". Any help with that issue would
 be appreciated.

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