Re: [sage-combinat-devel] Re: Category Questions

2010-01-17 Thread Nicolas M. Thiery
Hi Jason! On Tue, Jan 12, 2010 at 10:47:01PM +0100, Nicolas M. Thiery wrote: I now have a patch up at http://trac.sagemath.org/sage_trac/ticket/7914 A couple details; could you: - rename the patch in the queue as on trac - Add a description to the top of the patch (for example

Re: [sage-combinat-devel] Combinat developers please read -- change in function names

2010-01-17 Thread Nicolas M. Thiery
On Fri, Jan 15, 2010 at 12:32:52PM -0500, Jason Bandlow wrote: Nicolas: j-trivial-nt.patch: Fix patch added to queue semigroups_and_algebras-nt.patch: Fix patch added to queue Folded. Florent: I let you finish to fold all the j-trivial patches together. Cheers,

[sage-devel] Re: Sage upgrade error (polybori-0.6.3-20090827)

2010-01-17 Thread Igor Tolkov
The fresh install worked. Thanks. Igor On Jan 16, 6:30 pm, William Stein wst...@gmail.com wrote: 2010/1/16 Igor Tolkov itol...@gmail.com: On Jan 16, 12:18 pm, William Stein wst...@gmail.com wrote: 2010/1/16 Igor Tolkov itol...@gmail.com: My SAGE upgrade (using sage --upgrade) on the

[sage-devel] numpy on Open Solaris 64 bit

2010-01-17 Thread Jaap Spies
Hi, A patched version of numpy-1.3.0 seems to build and install On Open Solaris 06/09 real0m46.014s user0m41.791s sys 0m2.656s Successfully installed numpy-1.3.0.p3 You can safely delete the temporary build directory

Re: [sage-devel] building 4.3.1.rc0 does not go past 'R' on ia64 with Suse

2010-01-17 Thread William Stein
2010/1/17 Dima Pasechnik dimp...@gmail.com: Attempting to build 4.3.1.rc0 on ia64 with opensuse, I get an error during the building of R: gcc -std=gnu99 -Wl,--export-dynamic  -L/home/edeklerk/sage/ sage-4.3.1.rc0/local/lib/  -o R.bin Rmain.o -L../../lib -lR

[sage-devel] Re: [sage-release] sage-4.3.1.rc0 released!

2010-01-17 Thread Minh Nguyen
Hi folks, On Sat, Jan 16, 2010 at 5:42 PM, Robert Miller r...@rlmiller.org wrote: SNIP Source: http://boxen.math.washington.edu/home/rlmill/sage-4.3.1.rc0.tar Binary: http://boxen.math.washington.edu/home/rlmill/sage-4.3.1.rc0-x86_64-Linux.tar.gz And here's an upgrade path:

[sage-devel] Re: building 4.3.1.rc0 does not go past 'R' on ia64 with Suse

2010-01-17 Thread Dima Pasechnik
could it be just the difference in compiler? in my case it was gcc 4.1.2: edekl...@pilatus:~/gap/gap4r4 gcc -v Using built-in specs. Target: ia64-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr -- with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/

[sage-devel] ARM compilation of sage progress

2010-01-17 Thread Joshua Herman
Has anyone made a binary available ? I know someone was trying to compile. -- 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

Re: [sage-devel] ARM compilation of sage progress

2010-01-17 Thread Carlo Hamalainen
On Mon, Jan 18, 2010 at 1:08 PM, Joshua Herman zitterbeweg...@gmail.com wrote: Has anyone made a binary available ? I know someone was trying to compile. I'm compiling right now on my SheevaPlug (ARM, running Ubuntu 9.04). The build fails on a number of packages: fortran, lapack, atlas, linbox,

Re: [sage-devel] Re: building 4.3.1.rc0 does not go past 'R' on ia64 with Suse

2010-01-17 Thread William Stein
2010/1/17 Dima Pasechnik dimp...@gmail.com: could it be just the difference in compiler? in my case it was gcc 4.1.2: Yes, it could easily be there. You might consider installing gcc-4.4.2 (build it from source, say). edekl...@pilatus:~/gap/gap4r4 gcc -v Using built-in specs. Target:

[sage-devel] Not the best week for the Solaris port.

2010-01-17 Thread Dr. David Kirkby
Last week was a pretty annoying week for Solaris support. Two quite major obstacles came up. 1) #7932: _Complex_I undeclared - a new bug totally stops a Solaris 10 build. has introduced code which exploits a bug in gcc, which stops Sage building on Solaris. This was particularly annoying, as