You mean like https://github.com/sagemath/sage/pull/16 ? See http://trac.sagemath.org/ticket/15616 as well. This is a good suggestion.
On Tuesday, December 31, 2013 7:57:17 PM UTC-5, Joseph P. Skudlarek wrote: > > This is a request to update the README.txt file used when building from > sources -- the README.txt buries the fact that "-jN" in "make -jN" is > effectively ignored -- but it does make claar, in the details below, > that you need <<export MAKE="make -jN">>. > > Since ignoring -jN is non-standard, and since it's important to avoid > surprises when building in parallel, I suggest changing README.txt (at > the top level of the source tree downloaded as sage-6.0.tar.gz) as > follows. > > replace > > 3. cd into the Sage directory and type make: > > cd sage-*/ > make > > That's it! Everything is automatic and non-interactive. The build > should work fine on all fully supported platforms. If it does not, > we > want to know! > > with > > 3. cd into the Sage directory and type make: > > cd sage-*/ > make > > That's it! Everything is automatic and non-interactive. The build > should work fine on all fully supported platforms. If it does not, > we > want to know! If you want to build in parallel, see below. > > [] > > Thanks. /J > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
