#12312: Fix parallel building of ATLAS
-----------------------------+----------------------------------------------
   Reporter:  jdemeyer       |          Owner:  tbd     
       Type:  PLEASE CHANGE  |         Status:  new     
   Priority:  blocker        |      Milestone:  sage-4.8
  Component:  packages       |       Keywords:          
Work_issues:                 |       Upstream:  N/A     
   Reviewer:                 |         Author:          
     Merged:                 |   Dependencies:          
-----------------------------+----------------------------------------------
 From the spkg-install of ATLAS:
 {{{
 # we need to disable parallel builds
 os.environ['MAKE'] += ' -j1'
 }}}
 but later in the same file:
 {{{
 rc = os.system('make shared cshared')
 }}}

 The latter command doesn't see the "-j1", therefore might be built in
 parallel.

 I'm making this a sage-4.8 blocker, since this causes the Solaris linker
 to hang.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12312>
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