On Sat, Jul 17, 2010 at 1:16 PM, Robert Miller <rlmills...@gmail.com> wrote: > With the rest of the packages, we just do > > export MAKE="make -j6" > > to enable parallel building. Why don't we just use this in atlas as > well? Why do we need to make a special case?
I think the OP was suggesting building ATLAS so that when it is later run it can use multiple cores. The above MAKE option merely impacts build time, which is an orthogonal problem. I'm -1 to adding too many environment variables that impact the built Sage, because it makes testing sage much, much more difficult, since it leads to a combinatorial explosion in the number of different sage versions we should test. -- William -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org