If someone has a minute or two.

http://trac.sagemath.org/sage_trac/ticket/9009

needs review. The only change it the removal of

if [ `uname` = "Darwin" -a "$SAGE64" = "yes" ]; then
  echo "64 bit MacIntel"

to

if [ "x$SAGE64" = xyes ]; then
   echo "Compiling Mercurial as 64-bit"


which ensures the program builds as 64-bit only an OS where SAGE64 is set to "yes" - not just on OS X, which plagues many bits in Sage, though they are gradually being removed.

Dave

--
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

Reply via email to