On Saturday, November 22, 2014 1:04:59 PM UTC, pipedream wrote: > > git pull in a sage-6.4.tar.gz unpacked and get all the latest tickets? > Or how do I test just that ticket. Sory, my git workflow is very basic, > not very sophisticated yet. >
The ticket is not merged yet, so you'd need to get that specific ticket. The easiest way is to put the git-trac script in your path (http://www.sagemath.org/doc/developer/git_trac.html) and then "git trac checkout 17349" > Also, how can I build just the R package and not make all of Sage and > components? > sage -f r > (Also, might it be the quickest way to get 6.4 in a binary is to add > libatlas3-base and build, and add a dependency? Then fix this for 6.5?) > An even easier workaround is probably export R_CONFIGURE="--with-atlas=no --with-blas=no" and then build Sage. -- You received this message because you are subscribed to the Google Groups "sage-release" 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-release. For more options, visit https://groups.google.com/d/optout.
