Re: [sage-devel] SAGE64

2011-01-03 Thread Jeroen Demeyer
On 2011-01-01 07:53, William Stein wrote: > http://trac.sagemath.org/sage_trac/ticket/10542 Looks like a duplicate of #10303 to me. -- 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

Re: [sage-devel] SAGE64

2011-01-03 Thread Ivan Andrus
On Jan 1, 2011, at 7:53 AM, William Stein wrote: > On Wed, Dec 29, 2010 at 11:27 PM, Justin C. Walker wrote: >> Hi, all, >> When I run, say, 4.6, I get this printout prior to the sage banner: >> Detected SAGE64 flag >> Building Sage on OS X in 64-bit mode >> Is this necessary? There's no build un

Re: [sage-devel] SAGE64

2010-12-31 Thread William Stein
On Wed, Dec 29, 2010 at 11:27 PM, Justin C. Walker wrote: > Hi, all, > When I run, say, 4.6, I get this printout prior to the sage banner: > Detected SAGE64 flag > Building Sage on OS X in 64-bit mode > Is this necessary?  There's no build underway, and I imagine that it could > be disconcerting t

[sage-devel] SAGE64

2010-12-29 Thread Justin C. Walker
Hi, all, When I run, say, 4.6, I get this printout prior to the sage banner: Detected SAGE64 flag Building Sage on OS X in 64-bit mode Is this necessary? There's no build underway, and I imagine that it could be disconcerting to someone who is not comfortable with the development aspects of S

Re: [sage-devel] SAGE64 + linux, SAGE64 in general

2010-11-20 Thread Dr. David Kirkby
On 11/20/10 10:36 PM, John H Palmieri wrote: Summarizing, my questions are: - is SAGE64 supposed to have an effect on platforms other than OS X and Solaris? (I think so.) I would say yes. In practice it is only currently used on OS X and Solaris, but looking forward, it could be used on

Re: [sage-devel] SAGE64 + linux, SAGE64 in general

2010-11-20 Thread William Stein
On Sat, Nov 20, 2010 at 2:36 PM, John H Palmieri wrote: > Is SAGE64 supposed to have an effect on linux machines, or indeed on > anything except OS X and Solaris?  In various spkgs, I think there are > lines to the effect > > if [ -z $CFLAG64 ] ; then >   CFLAG64=-m64 > fi > > if [ "x$SAGE64" = xy

[sage-devel] SAGE64 + linux, SAGE64 in general

2010-11-20 Thread John H Palmieri
Is SAGE64 supposed to have an effect on linux machines, or indeed on anything except OS X and Solaris? In various spkgs, I think there are lines to the effect if [ -z $CFLAG64 ] ; then CFLAG64=-m64 fi if [ "x$SAGE64" = xyes ]; then echo "64 bit build of cddlib" CFLAGS="$CFLAGS $CFLAG64"