[sage-devel] Re: Semidirect product command as permgroup method or global function?

2012-08-03 Thread Simon King
Hi! On 2012-08-03, Volker Braun wrote: > If in doubt I would always prefer the method. Its OOP and more > discoverable, for starters. > -- I'd prefer a method as well. Actually, a method for all groups (perhaps defined as a parent method in sage/categories/groups.py?) that defaults to raise a N

Re: [sage-devel] bug in modular symbols code?

2012-08-03 Thread Maarten Derickx
I think I found the problem. Let M22=ModularSymbols(Gamma1(22)) and S22=M22.cuspidal_subspace() and similarly let M2=ModularSymbols(Gamma1(2)) and M11=... etc What goes wrong is that the code calculates the four degeneracy maps: d1:M2 -> M22 d2:M2 -> M22 d3:M11 -> M22 d4:M11 -> M22 and then calc

Re: [sage-devel] maxima does not build on 64-bit OSX 10.6.8 - logs?

2012-08-03 Thread kfiz
Am Freitag, 3. August 2012 08:38:30 UTC+2 schrieb yomcat: > > On 3/08/2012, at 4:08 PM, Dima Pasechnik wrote: > > > > On Thursday, 2 August 2012 23:00:23 UTC+8, kfiz wrote: > >> > >> yes, I'm trying to build sage in the "Applications" folder. > > > > > > I'm not a big OSX expert, but I mi

Re: [sage-devel] Sage Build from source not working for 5.1 nor 5.2

2012-08-03 Thread William Stein
On Fri, Aug 3, 2012 at 4:30 PM, Gregg wrote: > Hi all, > > I have tried to install the last two versions of Sage from source, and can > no longer build Sage on my machine. > > Sage 5.0.1 built just fine, but I get similar error messages with Sage 5.1 > and Sage 5.2. > > My machine is running Mac O

[sage-devel] Re: Semidirect product command as permgroup method or global function?

2012-08-03 Thread Volker Braun
If in doubt I would always prefer the method. Its OOP and more discoverable, for starters. On Friday, August 3, 2012 6:21:24 PM UTC-4, Khalasz wrote: > > I'm a student of Rob Beezer. I just developed a patch for computing the > semi-direct product of two permutation groups given a homomorphism f

[sage-devel] Re: Sage Build from source not working for 5.1 nor 5.2

2012-08-03 Thread Volker Braun
The problem is /usr/bin/ld: warning can't open dynamic library: /Applications/sage-5.2/spkg/build/pari-2.5.1.p3/src/Odarwin-i386/libpari-gmp.dylib referenced from: /Applications/sage-5.2/local/lib/libcsage.dylib (checking for undefined symbols may be affected) (No such file or directory, e

[sage-devel] Semidirect product command as permgroup method or global function?

2012-08-03 Thread Khalasz
I'm a student of Rob Beezer. I just developed a patch for computing the semi-direct product of two permutation groups given a homomorphism from one into the automorphism group of the other. I'm wondering if people have thoughts on whether it would be better implemented as a global function, a la

Re: [sage-devel] 5.2 intall -- doctest failed

2012-08-03 Thread Anna Haensch
That worked! Thanks for the help. On Thursday, August 2, 2012 5:52:23 PM UTC-4, yomcat wrote: > > On 3/08/2012, at 2:12 AM, Anna Haensch wrote: > > > > What's the protocol then for reviewing patches on my machine at the > moment? > > I guess it's impossible to get "all tests passed" with my

Re: [sage-devel] error building from source (sagenb-0.9.1)

2012-08-03 Thread Luis Finotti
On Thursday, August 2, 2012 4:43:32 PM UTC-4, Luis Finotti wrote: > > > Thanks! I've installed it and will try again overnight. > It worked. Thanks for the help! -- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sag

[sage-devel] Re: Only 1st page worksheets are checked in Notebook

2012-08-03 Thread Jason Grout
On 8/3/12 8:11 AM, v...@ukr.net wrote: Hello! I have a relatively long list of worksheets on my local Sage server which does not fit into one page, so a part of the list is on another page. And today I noticed that when I check the box "Active Worksheets" to check all the worksheets I have,

[sage-devel] Re: Sagecell with Sage 5.2 and matlab interpreter as default

2012-08-03 Thread Jason Grout
On 8/3/12 12:50 AM, fero wrote: I am still fixing something to reach the end of the installation procedure described at https://github.com/sagemath/sagecell I'd like to spend some time in making sagecell working, and even of course contribute to this wonderful project if I am able to. But I hav

Re: [sage-devel] Only 1st page worksheets are checked in Notebook

2012-08-03 Thread Andrea Lazzarotto
2012/8/3 > It looks like a bug to me, so I decided to post it here. I'm not sure about this one. Usually when you have a GUI with checkboxes and buttons to manipulate them, only the visible ones should be affected. -- *Andrea Lazzarotto* - http://andrealazzarotto.com* * -- -- To post to

[sage-devel] Only 1st page worksheets are checked in Notebook

2012-08-03 Thread v_2e
Hello! I have a relatively long list of worksheets on my local Sage server which does not fit into one page, so a part of the list is on another page. And today I noticed that when I check the box "Active Worksheets" to check all the worksheets I have, the worksheets on 1st page are checked onl

Re: [sage-devel] Pari spkg

2012-08-03 Thread Volker Braun
The fact is that sane rpath settings sometimes differ between the compiled and installed library, so you either relink or pay the price for using the LD_LIBRARY_PATH hack. Libtools choses the former, and Sage suffers from the latter. On Friday, August 3, 2012 10:13:55 AM UTC-4, Rob McMahon wrot

[sage-devel] Re: Sagecell with Sage 5.2 and matlab interpreter as default

2012-08-03 Thread fero
Il giorno venerdì 3 agosto 2012 11:15:41 UTC+2, fero ha scritto: > > The problem that I have now in sagecell is that: > > * matlab("3**2") --> is not able to spawn the matlab interpreter > this one has been "solved" ! I found that matlab was not spawn because /usr/local/bin was not in the PATH

Re: [sage-devel] Pari spkg

2012-08-03 Thread Rob McMahon
On 03/08/2012 15:00, Volker Braun wrote: Don't compile stuff as root. Problem solved. I think you misunderstand. I never want to compile stuff as root, and try not to. The extra re-link stage during 'make install' means that I end up doing so when I don't want to. "To fix the RPATHs." I wa

Re: [sage-devel] Pari spkg

2012-08-03 Thread Volker Braun
Don't compile stuff as root. Problem solved. On Friday, August 3, 2012 5:19:53 AM UTC-4, Rob McMahon wrote: > > It breaks if you're building and testing as a normal user in a directory > where root doesn't have write access (e.g. over NFS) which is how I > normally work. You find on trying to m

Re: [sage-devel] Re: should we check for openssl in prereq?

2012-08-03 Thread Volker Braun
If the system has dpkg, then it should also have dpkg-architecture. Or you have to set SAGE_PORT and skip the prerequisite checks if you feel adventurous. I've updated the ticket with a new version to that effect. On Friday, August 3, 2012 2:05:17 AM UTC-4, Jeroen Demeyer wrote: > > On 2012-08

Re: [sage-devel] installing from hg

2012-08-03 Thread Timo Kluck
Thanks Jeroen. I'm looking forward to that work coming together. Best regards, Timo Op vrijdag 3 augustus 2012 12:31:37 UTC+2 schreef Jeroen Demeyer het volgende: > > On 2012-08-03 12:20, Timo Kluck wrote: > > Hi all, > > > > I currently have a tarball install for sage. I would like to switch

Re: [sage-devel] installing from hg

2012-08-03 Thread Jeroen Demeyer
On 2012-08-03 12:20, Timo Kluck wrote: > Hi all, > > I currently have a tarball install for sage. I would like to switch to > using a hg clone, mostly because then I can use version control in the > same way that I'm used to from other projects. (for example, that would > allow me to use hg-git or

[sage-devel] installing from hg

2012-08-03 Thread Timo Kluck
Hi all, I currently have a tarball install for sage. I would like to switch to using a hg clone, mostly because then I can use version control in the same way that I'm used to from other projects. (for example, that would allow me to use hg-git or git-hg and use git locally). It's not clear to

Re: [sage-devel] should we check for openssl in prereq?

2012-08-03 Thread Jeroen Demeyer
On 2012-08-03 08:11, Jeroen Demeyer wrote: > I created http://trac.sagemath.org/sage_trac/ticket/13329 for this. Needs review. -- -- 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 m

Re: [sage-devel] Pari spkg

2012-08-03 Thread Rob McMahon
On 02/08/2012 21:10, Jeroen Demeyer wrote: On 2012-08-02 18:50, Jean-Pierre Flori wrote: Hi all, While looking at the pari spkg and the build logs, I remarked that the final library and gp files are linked twice. Once by make gp and once by make install (which deletes them and relink them...)

[sage-devel] Re: Sagecell with Sage 5.2 and matlab interpreter as default

2012-08-03 Thread fero
The problem that I have now in sagecell is that: * matlab("3**2") --> is not able to spawn the matlab interpreter * and I don't know how to set matlab as default interpreter for sagecell wonderful work! P.S: I am enjoying myself with this evolution of the sample code... html("an interactive cal

[sage-devel] Re: Sage cell server on sage 5.2: hunks on patching

2012-08-03 Thread fero
the previous patch is still untested, I will test it as I perform another installation. Il giorno venerdì 3 agosto 2012 08:58:04 UTC+2, fero ha scritto: > > > Il giorno venerdì 3 agosto 2012 06:57:32 UTC+2, jason ha scritto: >> >> >> >> Basically: >> >> 1. apply the patch that is failing >> >>

[sage-devel] Sagecell with Sage 5.2 and matlab interpreter as default

2012-08-03 Thread fero
I am still fixing something to reach the end of the installation procedure described at https://github.com/sagemath/sagecell I'd like to spend some time in making sagecell working, and even of course contribute to this wonderful project if I am able to. But I have to be sure that I can reach th