[sage-support] Re: Small groups library is missing

2009-03-16 Thread davidp
That works. Thanks a lot. Dave On Mar 16, 3:54 pm, David Joyner wrote: > Please try > > http://sage.math.washington.edu/home/wdj/patches/gap_packages-4.4.12_...http://sage.math.washington.edu/home/wdj/patches/database_gap-4.4.12 > > instead. If you have problem, please email me. > > Thank

[sage-support] Re: Small groups library is missing

2009-03-16 Thread David Joyner
Please try http://sage.math.washington.edu/home/wdj/patches/gap_packages-4.4.12_1.spkg http://sage.math.washington.edu/home/wdj/patches/database_gap-4.4.12.spkg instead. If you have problem, please email me. Thanks. On Mon, Mar 16, 2009 at 6:50 PM, davidp wrote: > > I have just installed Sag

[sage-support] Re: Small groups library is missing

2009-03-16 Thread davidp
I have just installed Sage 3.4, database_gap-4.4.10, and gap_packages-4.4.10_6. It seems that I can't access 'SmallGroups': sage: gap.eval('SmallGroups(8,1)') --- RuntimeError Traceback (most rec

[sage-support] Re: Small groups library is missing

2009-03-02 Thread David Joyner
On Mon, Mar 2, 2009 at 3:51 PM, David Joyner wrote: > I am trying and failing to get the sage-install script to work. ... > > /bin/ls: cannot access gap-*.spkg: No such file or directory > > /bin/ls: cannot access gap-*.spkg: No such file or

[sage-support] Re: Small groups library is missing

2009-03-02 Thread David Joyner
I am trying and failing to get the sage-install script to work. It starts as +++ #!/bin/sh # WARNING -- if you add a package here, also add it to # the gap_reset_workspace() command in #/devel/sage/sage/interfaces/gap.py # ${gapver:=$SAG

[sage-support] Re: Small groups library is missing

2009-03-02 Thread Simon King
On Mar 2, 4:24 pm, David Joyner wrote: > Classes were cancelled today because of snow:-) > > I think adding these lines to the top of the spkg-install > script will do the trick: > > ${gapver:=./newest_version gap} > GAP0=`$gapver` > GAP=`echo $GAP0 | cut -f 1,2,3 -d "."` Why not shorter? GAP0=

[sage-support] Re: Small groups library is missing

2009-03-02 Thread David Joyner
Classes were cancelled today because of snow:-) I think adding these lines to the top of the spkg-install script will do the trick: ${gapver:=./newest_version gap} GAP0=`$gapver` GAP=`echo $GAP0 | cut -f 1,2,3 -d "."` I'll start testing this out and post a new version of gap_packages* soon. ++

[sage-support] Re: Small groups library is missing

2009-03-01 Thread David Joyner
Thanks Simon! I didn't know that script already existed. Now I know what needs to be done. On Sun, Mar 1, 2009 at 11:59 AM, Simon King wrote: > >> Hence, assuming that you are in spkg/standard, you could define >>   GAP=`./newest_version gap` >> which currently yields GAP=gap-4.4.10.p10, and th

[sage-support] Re: Small groups library is missing

2009-03-01 Thread Simon King
> Hence, assuming that you are in spkg/standard, you could define > GAP=`./newest_version gap` > which currently yields GAP=gap-4.4.10.p10, and then you have to > somehow remove the '.p10'. Upps, I tested the above in an *old* version of Sage. So, currently we have > ./newest_version gap gap-

[sage-support] Re: Small groups library is missing

2009-03-01 Thread Simon King
Dear David, On Mar 1, 5:04 pm, David Joyner wrote: > >> > newest_version gap > >> > gap-4.4.12.p1 > > >> > and strip the ".pX" off the version number in case it exists. Another > >> > one would be to look into the right directory and find the highest > >> > currently installed GAP version. > O

[sage-support] Re: Small groups library is missing

2009-03-01 Thread David Joyner
On Sun, Mar 1, 2009 at 8:37 AM, mabshoff wrote: > > >> >> > One way to attack this would be to use something along the lines of >> >> > mabsh...@sage:/scratch/mabshoff/sage-3.4.alpha1/spkg/standard$ ./ >> > newest_version gap >> > gap-4.4.12.p1 >> >> > and strip the ".pX" off the version n

[sage-support] Re: Small groups library is missing

2009-03-01 Thread William Stein
> sagemath and trac are down now anyway, so I'm not sure if this can be > fixed today. > I can start working on it after I finish grading an exam tomorrow and > Almost definitely will be free to work on it a large chunk of the day > Tuesday. > They (=sagemath, cython, etc.) are all back up now.

[sage-support] Re: Small groups library is missing

2009-03-01 Thread mabshoff
On Mar 1, 5:04 am, David Joyner wrote: > I can work on #5397 some today (finally). > > On Feb 27, 5:17 pm, mabshoff > dortmund.de> wrote: > > On Feb 27, 3:37 am, David Joyner wrote: > > > > Just a guess that the skpg install script hardwires the wrong > > > directory for the GAP pkgs. > > > I

[sage-support] Re: Small groups library is missing

2009-03-01 Thread David Joyner
I can work on #5397 some today (finally). On Feb 27, 5:17 pm, mabshoff wrote: > On Feb 27, 3:37 am, David Joyner wrote: > > > Just a guess that the skpg install script hardwires the wrong > > directory for the GAP pkgs. > > I have been thinking about such build problems and similar things > ha

[sage-support] Re: Small groups library is missing

2009-02-27 Thread mabshoff
On Feb 27, 3:37 am, David Joyner wrote: > Just a guess that the skpg install script hardwires the wrong > directory for the GAP pkgs. I have been thinking about such build problems and similar things happen in various other places. One way to attach this is to have a script called sage-gap-

[sage-support] Re: Small groups library is missing

2009-02-27 Thread Simon King
Hi David, I already created a ticket: It is #5397. Cheers, Simon --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options,

[sage-support] Re: Small groups library is missing

2009-02-27 Thread David Joyner
Just a guess that the skpg install script hardwires the wrong directory for the GAP pkgs. I'll look later when I have time. Workaround: just dump the small groups library in the pkg subdirectory of GAP in Sage, start GAP, load small, and reset your workspace. On Fri, Feb 27, 2009 at 4:14 AM, S

[sage-support] Re: Small groups library is missing

2009-02-27 Thread Simon King
More details: With a sage-3.3.rc0-install on sage.math, the SmallGroups library works. The SmallGroups library does *not* work for me in the following settings: - sage-3.3 built from source on x86_64 GNU/Linux, Dual Core AMD Opteron(tm) Processor 270, gcc (GCC) 4.1.2 20061115 (prerelease) (SUSE