Re: [sage-combinat-devel] sage combinat queue broken

2010-05-15 Thread Nicolas M. Thiery
On Fri, May 14, 2010 at 04:15:16PM -0700, Anne Schilling wrote: I disabled several of your patches in the queue since they had import loops and hence one could not launch sage anymore ... trac_8881-functorial_constructions-nt.patch #+disabled ... trac_8890-free_module-cleanup-nt.patch

Re: [sage-combinat-devel] sage combinat queue broken

2010-05-15 Thread Anne Schilling
Nicolas M. Thiery wrote: On Fri, May 14, 2010 at 04:15:16PM -0700, Anne Schilling wrote: I disabled several of your patches in the queue since they had import loops and hence one could not launch sage anymore ... trac_8881-functorial_constructions-nt.patch #+disabled ...

Re: [sage-combinat-devel] Fwd: [sage-support] linear transformations between vector spaces with named bases?

2010-05-15 Thread Nicolas M. Thiery
Hi John! On Wed, May 12, 2010 at 08:31:38AM -0700, Mike Hansen wrote: -- Forwarded message -- From: John H Palmieri jhpalmier...@gmail.com I have some (hashable) Sage objects, elements of a particular algebra, and I want to view them as the basis of a vector space.  

Re: [sage-combinat-devel] alcove path crystal code

2010-05-15 Thread Nicolas M. Thiery
On Sat, May 15, 2010 at 08:58:35AM -0700, Brant Jones wrote: There is already a method CartanType.symmetrizer() which returns the entries of the D matrix, and there is also a test in AmbientSpace._test_norm_of_simple_roots() that ensures the root norms in AmbientSpace are scalar multiples of

Re: [sage-combinat-devel] sage combinat queue broken

2010-05-15 Thread Anne Schilling
Anne Schilling wrote: Nicolas M. Thiery wrote: On Fri, May 14, 2010 at 04:15:16PM -0700, Anne Schilling wrote: I disabled several of your patches in the queue since they had import loops and hence one could not launch sage anymore ... trac_8881-functorial_constructions-nt.patch #+disabled

[sage-combinat-devel] Freezing

2010-05-15 Thread Bruce
I am continuing a discussion in a new post. The issue is that if we take a class such as graphs the instances are mutable. It would be useful to have a version which was immutable and therefore hashable. For example, we could then use CombinatorialFreeModule to construct formal linear

[sage-devel] trac error: out of disk space?

2010-05-15 Thread Minh Nguyen
Hi folks, On IRC, Florent Hivert reported that the Sage trac is reporting the following error when clicking on the link Timeline: Opened and closed tickets event provider (TicketModule) failed: ProgrammingError: could not write block 1 of temporary file: No space left on device HINT: Perhaps out

[sage-devel] The trac server has a big problem...

2010-05-15 Thread Florent Hivert
Hi There, I got the following error using trac Cheers, Florent Oops… Trac detected an internal error: ProgrammingError: could not write to hash-join temporary file: No space left on device There was an internal error in Trac. It is recommended that you inform your local Trac

[sage-devel] What is the fraction field of a power series ring?

2010-05-15 Thread Simon King
Hi! I just noticed the following: sage: P.x = ZZ[] sage: R = P.completion(x) sage: R Power Series Ring in x over Integer Ring sage: (1/R(x)).parent() Laurent Series Ring in x over Integer Ring sage: F = FractionField(R) sage: F Fraction Field of Power Series Ring in x over Integer Ring

Re: [sage-devel] What is the fraction field of a power series ring?

2010-05-15 Thread John Cremona
The fraction field of Z[[x]] would have to contain Q, so cannot by the Laurent Poly ring over Z. That's just Z[[x]] with x inverted, but you would need to invert all the integer primes too! John PS sage-algebra? On 15 May 2010 13:37, Simon King simon.k...@nuigalway.ie wrote: Hi! I just

[sage-devel] Re: What is the fraction field of a power series ring?

2010-05-15 Thread Simon King
Hi John! On 15 Mai, 16:03, John Cremona john.crem...@gmail.com wrote: The fraction field of Z[[x]] would have to contain Q, so cannot by the Laurent Poly ring over Z.  That's just Z[[x]] with x inverted, but you would need to invert all the integer primes too! That's why I wrote: ... so that

Re: [sage-devel] Re: What is the fraction field of a power series ring?

2010-05-15 Thread John Cremona
On 15 May 2010 15:40, Simon King simon.k...@nuigalway.ie wrote: Hi John! On 15 Mai, 16:03, John Cremona john.crem...@gmail.com wrote: The fraction field of Z[[x]] would have to contain Q, so cannot by the Laurent Poly ring over Z.  That's just Z[[x]] with x inverted, but you would need to

[sage-devel] Re: What is the fraction field of a power series ring?

2010-05-15 Thread Simon King
Hi John! On 15 Mai, 17:34, John Cremona john.crem...@gmail.com wrote: ... There's a more general issue here, perhaps.  In your R = Z[[x]], you ask for the inverse of x, which is not invertible as an element of R. The conservative response is to return 1/x in the smallest ring containing R in

[sage-devel] Re: Multivariate polynomial multiplication over Z

2010-05-15 Thread Bill Hart
I did lots of experimenting. If I really go crazy with optimisation I can get it down to about 1.93s. About another 0.05s is just taken up figuring out which case we are in (e.g. everything fits in one limb, or two limbs, or whatever). I could duplicate the code multiple times for the different

[sage-devel] Re: sage vs. others by nist

2010-05-15 Thread Harald Schilly
On May 14, 10:52 pm, Dr. David Kirkby david.kir...@onetel.net wrote: According to that table, Mathematica can't do the Lambert W-Function. As a non-mathematician, that does not mean a lot to me, but reading. http://mathworld.wolfram.com/LambertW-Function.html That's interesting. My first

Re: [sage-devel] Re: sage vs. others by nist

2010-05-15 Thread Dr. David Kirkby
On 05/15/10 05:22 PM, Harald Schilly wrote: On May 14, 10:52 pm, Dr. David Kirkbydavid.kir...@onetel.net wrote: According to that table, Mathematica can't do the Lambert W-Function. As a non-mathematician, that does not mean a lot to me, but reading.

[sage-devel] Re: Sage on iPhone/iPod touch/iPad

2010-05-15 Thread William Stein
On Sat, May 15, 2010 at 10:46 AM, Shinnohn Hiroshima shinn...@gmail.com wrote: I read your post on running Sage on the mobile OS X platform. Although the speed is impaired, would you mind detailing your steps in porting Sage to a jailbroken iPhone? I have not ported Sage to the jailbroken

[sage-devel] Re: sage vs. others by nist

2010-05-15 Thread Nathan O'Treally
On 15 Mai, 19:52, Dr. David Kirkby david.kir...@onetel.net wrote: I think the biggest thing this proves is just how poorly that NIST table was put together. Ask them for founding a better one compiled by you... ;-) I think a huge table of Mathematica/MATLAB/Sage/Magma equivalent functions

Re: [sage-devel] Re: Sage on iPhone/iPod touch/iPad

2010-05-15 Thread Jason B Hill
What sort of port is being considered here? I like the idea of porting to a jailbroken iPhone, but this seems a bit limited both in terms of performance and in terms of the percentage of the mobile market that uses jailbroken iPhones. It seems like a quick place to start would be to make a more

Re: [sage-devel] Re: Sage on iPhone/iPod touch/iPad

2010-05-15 Thread William Stein
On Sat, May 15, 2010 at 12:17 PM, Jason B Hill jason.b.h...@colorado.edu wrote: What sort of port is being considered here? I like the idea of porting to a jailbroken iPhone, but this seems a bit limited both in terms of performance and in terms of the percentage of the mobile market that uses

Re: [sage-devel] Re: sage vs. others by nist

2010-05-15 Thread Dr. David Kirkby
On 05/15/10 08:03 PM, Nathan O'Treally wrote: On 15 Mai, 19:52, Dr. David Kirkbydavid.kir...@onetel.net wrote: I think the biggest thing this proves is just how poorly that NIST table was put together. Ask them for founding a better one compiled by you... ;-) Not quite sure I follow that.

[sage-devel] How is self handled in the documentation?

2010-05-15 Thread Andrey Novoseltsev
Hello, What exactly does happen to self in docstrings or rather what exactly *should* happen? Is it documented somewhere? It seems to me that in instances of self. (with the dot) self (without the dot) is somehow smartly replaced using context. That is great, but why not change standalone self

[sage-devel] Re: What is the fraction field of a power series ring?

2010-05-15 Thread Simon King
Hi! To conclude this thread: #8972 is ready for review (hint...), and with the patch one has sage: P.t = ZZ[] sage: R.x = P[[]] sage: 1/(t*x) 1/t*x^-1 sage: (1/x).parent() is FractionField(R) True sage: (x/x).parent() is Frac(R) True sage: Frac(R) Laurent Series Ring in x

[sage-devel] Re: Multivariate polynomial multiplication over Z

2010-05-15 Thread Tom Coates
Thank you (everyone!) for the many extremely helpful comments and links. Recall that I need to compute 1, f, f^2, ..., f^K for f in ZZ[x,y,z] and K known but large. (In fact I only need certain coefficients of the f^i, but this does not seem to help very much.) I have implemented the most

[sage-devel] Re: sage vs. others by nist

2010-05-15 Thread Nathan O'Treally
On 15 Mai, 21:21, Dr. David Kirkby david.kir...@onetel.net wrote: On 05/15/10 08:03 PM, Nathan O'Treally wrote: I think a huge table of Mathematica/MATLAB/Sage/Magma equivalent functions would be useful. Especially for people who want to use Sage and are already familiar with

Re: [sage-devel] Re: Multivariate polynomial multiplication over Z

2010-05-15 Thread William Stein
On Sat, May 15, 2010 at 12:55 PM, Tom Coates t.coa...@imperial.ac.uk wrote: Thank you (everyone!) for the many extremely helpful comments and links. Recall that I need to compute 1, f, f^2, ..., f^K for f in ZZ[x,y,z] and K known but large.  (In fact I only need certain coefficients of

Re: [sage-devel] Re: sage vs. others by nist

2010-05-15 Thread William Stein
Hi, It would be useful to have a page like this excellent page: http://www.scipy.org/NumPy_for_Matlab_Users William On Sat, May 15, 2010 at 12:21 PM, Dr. David Kirkby david.kir...@onetel.net wrote: On 05/15/10 08:03 PM, Nathan O'Treally wrote: On 15 Mai, 19:52, Dr. David

[sage-devel] Better visibility of discussion groups

2010-05-15 Thread Simon King
Hi! John Cremona pointed out that my previous post would have fit better to sage-algebra. Is there any pointer to this and other thematic groups? On the start page of sage-devel are only links to sage-support, sage- edu and sage-marketing, but none to sage-algebra or sage-flame. And

[sage-devel] Re: Better visibility of discussion groups

2010-05-15 Thread Nathan O'Treally
On 15 Mai, 22:10, Simon King simon.k...@nuigalway.ie wrote: [...] I find it relatively easy to ignore posts about topics that I am not interested in. And occasionally it happens that I start to be interested in a topic because of a thread. +1 -Leif -- To post to this group, send an email

Re: [sage-devel] Better visibility of discussion groups

2010-05-15 Thread William Stein
On Sat, May 15, 2010 at 1:10 PM, Simon King simon.k...@nuigalway.ie wrote: Hi! John Cremona pointed out that my previous post would have fit better to sage-algebra. Is there any pointer to this and other thematic groups? On the start page of sage-devel are only links to sage-support, sage-

[sage-devel] http://sagemath.org usability

2010-05-15 Thread William Stein
Hi, It's about time http://sagemath.org got totally reworked for improved usability and simplicity.I think a good way to start would be a thread in which everybody who has any thoughts about stuff being hard to find at http://sagemath.org; simply makes their personal pet peeve list.So

[sage-devel] Re: http://sagemath.org usability

2010-05-15 Thread William Stein
On Sat, May 15, 2010 at 1:21 PM, William Stein wst...@gmail.com wrote: Hi, It's about time http://sagemath.org got totally reworked for improved usability and simplicity.    I think a good way to start would be a thread in which everybody who has any thoughts about stuff being hard to find

[sage-devel] Re: Better visibility of discussion groups

2010-05-15 Thread Simon King
On 15 Mai, 22:18, William Stein wst...@gmail.com wrote: There is such a list:    http://sagemath.org/development.html It only took me 5 minutes of confusion and clicking on random links athttp://sagemath.orgto find that page. So, hard to find, and incomplete (the list doesn't contain sage-

Re: [sage-devel] Re: Better visibility of discussion groups

2010-05-15 Thread William Stein
On Sat, May 15, 2010 at 1:27 PM, Simon King simon.k...@nuigalway.ie wrote: On 15 Mai, 22:18, William Stein wst...@gmail.com wrote: There is such a list:    http://sagemath.org/development.html It only took me 5 minutes of confusion and clicking on random links athttp://sagemath.orgto find

Re: [sage-devel] Re: Better visibility of discussion groups

2010-05-15 Thread Robert Bradshaw
On May 15, 2010, at 1:15 PM, Nathan O'Treally wrote: On 15 Mai, 22:10, Simon King simon.k...@nuigalway.ie wrote: [...] I find it relatively easy to ignore posts about topics that I am not interested in. And occasionally it happens that I start to be interested in a topic because of a thread.

[sage-devel] Re: Eigenspaces of vector spaces endomorphisms.

2010-05-15 Thread mmarco
Implement it and post a patch. -- William Stein Professor of Mathematics University of Washingtonhttp://wstein.org -- 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

Re: [sage-devel] Re: What is the fraction field of a power series ring?

2010-05-15 Thread Robert Bradshaw
On May 15, 2010, at 8:54 AM, Simon King wrote: Hi John! On 15 Mai, 17:34, John Cremona john.crem...@gmail.com wrote: ... There's a more general issue here, perhaps. In your R = Z[[x]], you ask for the inverse of x, which is not invertible as an element of R. The conservative response is to

Re: [sage-devel] Re: Coercion of inexact fields

2010-05-15 Thread Robert Bradshaw
On May 14, 2010, at 11:13 AM, Simon King wrote: Hi Robert! On 14 Mai, 18:34, Robert Bradshaw rober...@math.washington.edu wrote: 1. Do you agree this is a bug? The p-adic fields are of capped precision, not set precision, but each element remembers its own actual precision, so this is

Re: [sage-devel] Re: Better visibility of discussion groups

2010-05-15 Thread John Cremona
On 15 May 2010 21:36, William Stein wst...@gmail.com wrote: On Sat, May 15, 2010 at 1:27 PM, Simon King simon.k...@nuigalway.ie wrote: On 15 Mai, 22:18, William Stein wst...@gmail.com wrote: There is such a list:    http://sagemath.org/development.html It only took me 5 minutes of confusion

[sage-devel] Re: Multivariate polynomial multiplication over Z

2010-05-15 Thread Tom Coates
On May 15, 9:03 pm, William Stein wst...@gmail.com wrote: 1. On what hardware? This was on 64 bit GNU/Linux (Fedora release 12) running on a dual processor machine with two Intel Core 2 CPUs (each 2.4GHz, 4Gb cache). I have included the contents of /proc/cpuinfo at the bottom of this reply.

Re: [sage-devel] Re: What is the fraction field of a power series ring?

2010-05-15 Thread John Cremona
On 15 May 2010 22:09, Robert Bradshaw rober...@math.washington.edu wrote: On May 15, 2010, at 8:54 AM, Simon King wrote: Hi John! On 15 Mai, 17:34, John Cremona john.crem...@gmail.com wrote: ... There's a more general issue here, perhaps.  In your R = Z[[x]], you ask for the inverse of x,

Re: [sage-devel] Re: Better visibility of discussion groups

2010-05-15 Thread William Stein
On Sat, May 15, 2010 at 2:35 PM, John Cremona john.crem...@gmail.com wrote: On 15 May 2010 21:36, William Stein wst...@gmail.com wrote: On Sat, May 15, 2010 at 1:27 PM, Simon King simon.k...@nuigalway.ie wrote: On 15 Mai, 22:18, William Stein wst...@gmail.com wrote: There is such a list:    

Re: [sage-devel] Re: What is the fraction field of a power series ring?

2010-05-15 Thread Robert Bradshaw
On May 15, 2010, at 2:40 PM, John Cremona wrote: On 15 May 2010 22:09, Robert Bradshaw rober...@math.washington.edu wrote: On May 15, 2010, at 8:54 AM, Simon King wrote: Hi John! On 15 Mai, 17:34, John Cremona john.crem...@gmail.com wrote: ... There's a more general issue here, perhaps.

Re: [sage-devel] Re: Better visibility of discussion groups

2010-05-15 Thread Minh Nguyen
Hi William, On Sun, May 16, 2010 at 7:47 AM, William Stein wst...@gmail.com wrote: SNIP It was there, then it suddenly disappeared.  Editing the sagemath.org website is confusion because there are multiple redundant directories, etc. I'm updating the Sage website in response to any

[sage-devel] EuroScipy abstract submission deadline extended

2010-05-15 Thread Gael Varoquaux
Given that we have been able to turn on registration only very late, the EuroScipy conference committee is extending the deadline for abstract submission for the 2010 EuroScipy conference. On Thursday May 20th, at midnight Samoa time, we will turn off the abstract submission on the conference

Re: [sage-devel] Better visibility of discussion groups

2010-05-15 Thread Minh Nguyen
Hi Simon, On Sun, May 16, 2010 at 6:10 AM, Simon King simon.k...@nuigalway.ie wrote: SNIP I suggest (but not volunteer, I am not good at creating web pages) to add one page that lists *all* sage discussion groups that are devoted to special topics I have updated the list of discussion

Re: [sage-devel] http://sagemath.org usability

2010-05-15 Thread Minh Nguyen
Hi folks, On Sun, May 16, 2010 at 6:21 AM, William Stein wst...@gmail.com wrote: Hi, It's about time http://sagemath.org got totally reworked for improved usability and simplicity.I think a good way to start would be a thread in which everybody who has any thoughts about stuff being hard

Re: [sage-devel] http://sagemath.org usability

2010-05-15 Thread William Stein
On Sat, May 15, 2010 at 4:20 PM, Minh Nguyen nguyenmi...@gmail.com wrote: Hi folks, On Sun, May 16, 2010 at 6:21 AM, William Stein wst...@gmail.com wrote: Hi, It's about time http://sagemath.org got totally reworked for improved usability and simplicity.    I think a good way to start would

Re: [sage-devel] http://sagemath.org usability

2010-05-15 Thread Robert Bradshaw
On May 15, 2010, at 4:20 PM, Minh Nguyen wrote: Hi folks, On Sun, May 16, 2010 at 6:21 AM, William Stein wst...@gmail.com wrote: Hi, It's about time http://sagemath.org got totally reworked for improved usability and simplicity.I think a good way to start would be a thread in which

[sage-devel] Re: Multivariate polynomial multiplication over Z

2010-05-15 Thread Bill Hart
The times I get with the new code are 28s to K = 70 and 135s to K = 100. This is on an Opteron K102 though, which probably does the coefficient arithmetic a little faster than the core2. In fact much of the time is probably coefficient arithmetic in this problem I would guess. The coefficients

[sage-devel] Re: Multivariate polynomial multiplication over Z

2010-05-15 Thread Roman Pearce
Maple 14 on iMac Core i5 2.66 GHz 8GB (64-bit): f := x*y^3*z^2 + x^2*y^2*z + x*y^3*z + x*y^2*z^2 + y^3*z^2 + y^3*z + 2*y^2*z^2 + 2*x*y*z + y^2*z + y*z^2 + y^2 + 2*y*z + z; curr := 1: TIMER := time[real](): for i from 1 to 100 do curr := expand(curr*f): lprint(i=time[real]()-TIMER): end do:

[sage-devel] Re: Multivariate polynomial multiplication over Z

2010-05-15 Thread Bill Hart
Hmm, actually, on my machine Magma is much slower, and that is the latest Magma. Though perhaps we don't have the right Magma for our machine or something. Bill. On 16 May, 01:22, Bill Hart goodwillh...@googlemail.com wrote: The times I get with the new code are 28s to K = 70 and 135s to K =

Re: [sage-devel] http://sagemath.org usability

2010-05-15 Thread William Stein
On Sat, May 15, 2010 at 5:02 PM, Robert Bradshaw rober...@math.washington.edu wrote: On May 15, 2010, at 4:20 PM, Minh Nguyen wrote: Hi folks, On Sun, May 16, 2010 at 6:21 AM, William Stein wst...@gmail.com wrote: Hi, It's about time http://sagemath.org got totally reworked for improved

[sage-devel] Re: Multivariate polynomial multiplication over Z

2010-05-15 Thread Bill Hart
As a check for my implementation, how many bits does the largest coefficient have? Bill. On 16 May, 01:28, Roman Pearce rpear...@gmail.com wrote: Maple 14 on iMac Core i5 2.66 GHz 8GB (64-bit): f := x*y^3*z^2 + x^2*y^2*z + x*y^3*z + x*y^2*z^2 + y^3*z^2 + y^3*z + 2*y^2*z^2 + 2*x*y*z + y^2*z +

[sage-devel] Re: Multivariate polynomial multiplication over Z

2010-05-15 Thread Roman Pearce
I get that f^100 is a polynomial with 3721951 terms. The largest coefficient belongs to x^44*y^181*z^131 and is 540685566063956356849231312581525435336487979299724512007837438591842230283354998840425635151449237483722428755963200 -- To post to this group, send an email to

[sage-devel] Re: Multivariate polynomial multiplication over Z

2010-05-15 Thread Bill Hart
I have the right number of terms, but not quite the right coefficient, as of yet. This is a good test to help me dig out the bug. :-) Thanks. By the way, is your computation running on more than one core? Bill. On 16 May, 02:12, Roman Pearce rpear...@gmail.com wrote: I get that f^100 is a

[sage-devel] Re: Multivariate polynomial multiplication over Z

2010-05-15 Thread Roman Pearce
On May 15, 6:21 pm, Bill Hart goodwillh...@googlemail.com wrote: I have the right number of terms, but not quite the right coefficient, as of yet. This is a good test to help me dig out the bug. :-) Do you have a division routine? I divided f^100 by f to check the result. This is one way I

[sage-devel] Re: Multivariate polynomial multiplication over Z

2010-05-15 Thread Bill Hart
OK, it's working now. I was adding a coefficient where I should have been setting it. Times didn't really change though. Bill. On 16 May, 02:21, Bill Hart goodwillh...@googlemail.com wrote: I have the right number of terms, but not quite the right coefficient, as of yet. This is a good test

[sage-devel] Re: Multivariate polynomial multiplication over Z

2010-05-15 Thread Bill Hart
On 16 May, 02:41, Roman Pearce rpear...@gmail.com wrote: On May 15, 6:21 pm, Bill Hart goodwillh...@googlemail.com wrote: I have the right number of terms, but not quite the right coefficient, as of yet. This is a good test to help me dig out the bug. :-) Do you have a division routine?  

[sage-devel] Re: Better visibility of discussion groups

2010-05-15 Thread mhampton
I really don't like the plethora of discussion groups. I'd be happy with sage-support and sage-everything-else. I find it very hard to keep up with things I care about with the current setup. Many issues do not cleanly fall into a particular category. -Marshall On May 15, 3:10 pm, Simon King

[sage-devel] including malloc.h on OSX vs. Linux

2010-05-15 Thread Jason Grout
In fixing #8756, I've upgraded the graph planarity code to the most recent rewrite of John Boyer's planarity code. Unfortunately, the C code has several instances of: #include malloc.h I just found out that OSX does not like this, where it should apparently either be #include

Re: [sage-devel] Better visibility of discussion groups

2010-05-15 Thread Minh Nguyen
Hi William, On Sun, May 16, 2010 at 9:37 AM, William Stein wst...@gmail.com wrote: Here's a link to the sandboxed version of the Sage website: http://www.sagemath.org/sandbox/ It takes into account (most of) the issues you raised. I have not yet made this version the live version of the Sage

Re: [sage-devel] including malloc.h on OSX vs. Linux

2010-05-15 Thread Justin C. Walker
On May 15, 2010, at 20:03 , Jason Grout wrote: In fixing #8756, I've upgraded the graph planarity code to the most recent rewrite of John Boyer's planarity code. Unfortunately, the C code has several instances of: #include malloc.h I just found out that OSX does not like this, where it

Re: [sage-devel] Re: Better visibility of discussion groups

2010-05-15 Thread Justin C. Walker
On May 15, 2010, at 19:41 , mhampton wrote: I really don't like the plethora of discussion groups. I'd be happy with sage-support and sage-everything-else. I find it very hard to keep up with things I care about with the current setup. Many issues do not cleanly fall into a particular

Re: [sage-devel] Re: Better visibility of discussion groups

2010-05-15 Thread Robert Bradshaw
On May 15, 2010, at 7:41 PM, mhampton wrote: I really don't like the plethora of discussion groups. I'd be happy with sage-support and sage-everything-else. I find it very hard to keep up with things I care about with the current setup. Many issues do not cleanly fall into a particular

[sage-devel] Re: including malloc.h on OSX vs. Linux

2010-05-15 Thread Nathan O'Treally
On 16 Mai, 05:03, Jason Grout jason-s...@creativetrax.com wrote: In fixing #8756, I've upgraded the graph planarity code to the most recent rewrite of John Boyer's planarity code.  Unfortunately, the C code has several instances of: #include malloc.h I just found out that OSX does not like

Re: [sage-devel] Better visibility of discussion groups

2010-05-15 Thread Robert Bradshaw
On May 15, 2010, at 8:10 PM, Minh Nguyen wrote: Hi William, On Sun, May 16, 2010 at 9:37 AM, William Stein wst...@gmail.com wrote: Here's a link to the sandboxed version of the Sage website: http://www.sagemath.org/sandbox/ It takes into account (most of) the issues you raised. I have

[sage-devel] Re: including malloc.h on OSX vs. Linux

2010-05-15 Thread Jason Grout
On 5/15/10 11:32 PM, Justin C. Walker wrote: Surely this is not the first time this problem has been run into among this crowd. How is this typically dealt with when compiling a C file? Should I make a new include directory in module_list.py (where the appropriate .pyx files are compiled with

Re: [sage-devel] Re: including malloc.h on OSX vs. Linux

2010-05-15 Thread Robert Bradshaw
On May 15, 2010, at 9:43 PM, Jason Grout wrote: On 5/15/10 11:32 PM, Justin C. Walker wrote: Surely this is not the first time this problem has been run into among this crowd. How is this typically dealt with when compiling a C file? Should I make a new include directory in

[sage-devel] Re: including malloc.h on OSX vs. Linux

2010-05-15 Thread Nathan O'Treally
On 16 Mai, 06:43, Jason Grout jason-s...@creativetrax.com wrote: On 5/15/10 11:32 PM, Justin C. Walker wrote: Surely this is not the first time this problem has been run into among this crowd. How is this typically dealt with when compiling a C file? Should I make a new include directory

[sage-devel] Sage 4.4.1 build failures with gcc 4.4.1 on SUSE 11.2

2010-05-15 Thread Paul Leopardi
Hi all, I am trying to build Sage 4.4.1 from sourece, using gcc 4.4.1 on SUSE 11.2. So far I have had two failures. I can work around the first, but have no clue about the second. Best, Paul 1. Problem with libreadline Symptom: [...]/local/lib/libreadline.so.6: undefined symbol: PC Workaround: