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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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...)
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
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
>>
>>
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
26 matches
Mail list logo