[sage-combinat-devel] Re: queue does not apply

2013-06-25 Thread Jean-Baptiste Priez
Hi, Sorry no I can't do that... it was a fix because of the indentation in the file graphics.py. I don't know what is the problem (my patch comments the some line normally). You are allow to remove or what ever do with that. (I won't touch my Sage because of the FPSAC software demo this

[sage-combinat-devel] hashing only the list

2013-06-25 Thread Christian Stump
Hi all, I am sure some of you have been thinking about that before: sage: a = Permutation([3,2,1]) sage: b = Partition([3,2,1]) sage: c = Composition([3,2,1]) sage: a == b == c True sage: hash(a) == hash(b) == hash(c) True Is this desired behaviour? Thanks, Christian -- You received this

Re: [sage-combinat-devel] hashing only the list

2013-06-25 Thread Nicolas M. Thiery
Hi Christian, On Tue, Jun 25, 2013 at 03:03:51PM +0200, Christian Stump wrote: I am sure some of you have been thinking about that before: sage: a = Permutation([3,2,1]) sage: b = Partition([3,2,1]) sage: c = Composition([3,2,1]) sage: a == b == c True sage: hash(a) == hash(b) ==

Re: [sage-combinat-devel] hashing only the list

2013-06-25 Thread Christian Stump
Hi Nicolas, to use the Cythonized class ClonableList instead of CombinatorialObject: I just checked and ClonableList._hash_ takes the parent into account. Thanks Nicolas! Is this still planned to happen in the not too far future? -- You received this message because you are subscribed to

Re: [sage-combinat-devel] hashing only the list

2013-06-25 Thread Nicolas M. Thiery
On Tue, Jun 25, 2013 at 03:26:43PM +0200, Christian Stump wrote: Thanks Nicolas! Is this still planned to happen in the not too far future? It should be a one-day project, if there is a volunteer. It does not have to be done all at once and the changes should be reasonably localized and not

Re: [sage-combinat-devel] hashing only the list

2013-06-25 Thread Christian Stump
That is, if we postpone the optimization of the various methods to take better advantage of clonable lists, but that's ok. would this eventually also improve the speed to check dict containment of such elements? -- You received this message because you are subscribed to the Google Groups

[sage-devel] Re: The 2013 Spies Prize winner is...

2013-06-25 Thread Georg S. Weber
Jeroen, our congratulations --- you do deserve this! -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this

[sage-devel] Re: The 2013 Spies Prize winner is...

2013-06-25 Thread Peter Bruin
Gefeliciteerd, Jeroen! -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to

[sage-devel] Re: The 2013 Spies Prize winner is...

2013-06-25 Thread P Purkayastha
Congrats Jeroen - a thorough and excellent release manager. :-) -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to

[sage-devel] Re: Sage 5.10 : (unfathomable) problem compiling singular.

2013-06-25 Thread Emmanuel Charpentier
Le lundi 24 juin 2013 21:45:12 UTC+2, leif a écrit : leif wrote: [ Snip ! ] That's an upstream bug, see #14737 (preliminary .p8 spkg available there). Shortcut, as it is currently hidden in the comments:

[sage-devel] Attach problem

2013-06-25 Thread Jon Silverberg
Hi, This is my first time writing a bug and I hope this is the correct place to post it. I recently upgraded to a new mac and downloaded Sage 5.10 OSX 64bit for Mac 10.8. I'm running 10.8.2. If I attach a file using attach /Users/foo/bar.py, the first time I execute the cell everything is

[sage-devel] Re: Attach problem

2013-06-25 Thread Volker Braun
Attaching files in the notebook doesn't work currently (might have never worked). Attaching files on the command line should work. See also: https://github.com/sagemath/sagenb/issues/169 http://trac.sagemath.org/sage_trac/ticket/14523 -- You received this message because you are subscribed to

[sage-devel] Re: Error in compiling sage 5.10 in mageia 3

2013-06-25 Thread Taekyung Kim
This is my config.log file. But what do you mean by sage building its own gcc? I installed gcc, gcc-c++, gcc-gfortran BEFORE I ran make. Many Thanks. -- You received this message because you are subscribed to the Google Groups sage-devel group. To unsubscribe from this group and stop

[sage-devel] Re: Error in compiling sage 5.10 in mageia 3

2013-06-25 Thread Volker Braun
Yep, its the ppl library conflict: /usr/lib/gcc/i586-mageia-linux-gnu/4.7.2/cc1: symbol lookup error: /lib/libppl_c.so.4: undefined symbol: _ZN23Parma_Polyhedra_Library13have_sse_unitE On Tuesday, June 25, 2013 11:49:26 PM UTC-4, Taekyung Kim wrote: This is my config.log file. But what do

[sage-devel] Re: Attach problem

2013-06-25 Thread Jon Silverberg
Thanks for the reply. I know that attaching files in a notebook did work quite well in Mac os 10.7.x and I am unsure which sage version I was running (it was at least 5.x). Sincerely, Jon On Tuesday, June 25, 2013 8:20:11 PM UTC-7, Volker Braun wrote: Attaching files in the notebook

[sage-devel] Re: Attach problem

2013-06-25 Thread Volker Braun
Thanks, I added the info to the bug report. It is not an OS issue since I get the same failure on Fedora 19 x86_64. On Wednesday, June 26, 2013 12:00:51 AM UTC-4, Jon Silverberg wrote: Thanks for the reply. I know that attaching files in a notebook did work quite well in Mac os 10.7.x and

[sage-devel] Re: Error in compiling sage 5.10 in mageia 3

2013-06-25 Thread Taekyung Kim
Thank you very much. But how can I install this compilerwrapper thing? First I entered make distclean and run ./sage -f ./compilerwrapper-1.2.spkg. But it leads an error, reading no write access to installation directory ~/sage-5.10/local. This is because there's no such directory, since I

[sage-devel] Re: Error in compiling sage 5.10 in mageia 3

2013-06-25 Thread Volker Braun
The automatic download is broken. You can download the compilerwrapper spkg and then run ./sage -f /path/to/compilerwrapper-1.2.spkg where you have to replace the correct path. On Wednesday, June 26, 2013 12:14:33 AM UTC-4, Taekyung Kim wrote: Thank you very much. But how can I install

[sage-devel] Re: Error in compiling sage 5.10 in mageia 3

2013-06-25 Thread Volker Braun
Trivial fix to make sage -f url work again (NEEDS REVIEW) http://trac.sagemath.org/sage_trac/ticket/14820 On Wednesday, June 26, 2013 12:20:52 AM UTC-4, Volker Braun wrote: The automatic download is broken. -- You received this message because you are subscribed to the Google Groups