[GAP Forum] Remote access to atlasrep package files
Alexander Konovalov
alexk at mcs.st-andrews.ac.uk
Tue Jul 31 10:41:41 BST 2012
Hi Marek,
for me it works out of the box:
gap> g:=AtlasGroup("Th");
<matrix group of size 90745943887872000 with 2 generators>
gap>
Are you sure that all dependencies are satisfied:
Dependencies := rec(
GAP :=
">= 4.4.12", # do not really need GAP 4.5 features
NeededOtherPackages :=
[ [ "gapdoc", ">= 1.2" ],
# [ "gpisotyp", ">= 1.0" ],
],
SuggestedOtherPackages :=
[ [ "browse", ">= 1.4" ], # want `BrowseData.SortKeyFunctionBibRec'
[ "ctbllib", ">= 1.1.4" ], # want `LIBTABLE.NameReplacements'
[ "tomlib", ">= 1.2.1" ],
[ "io", ">= 3.3" ] ],
My guess would be that you did not compile the IO package, so it can't
fetch the data.
HTH,
Alexander
On 31 Jul 2012, at 10:37, Marek Mitros wrote:
> Hi,
>
> I am sometimes using atlasrep package but I do not know how to
> configure remote access to datagens files.
>
> I am reading in documentation that
> AtlasOfGroupRepresentationsInfo.servers should be set to a list of
> pairs [ server, path ], where server is a string denoting the http
> address of a server where files can be fetched that are not stored in
> the local database, and path is a string describing the path where the
> data directories on the server reside.
>
> I tried following:
> gap> AtlasOfGroupRepresentationsInfo.servers :=
> [["http://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep",""]];
> [ [ "http://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep", "" ] ]
>
> gap> g:=AtlasGroup("Th");
> fail
>
> I cannot file correct values for the pair [server, path] in the
> atlasrep documentation.
>
> Regards,
> Marek
>
> _______________________________________________
> Forum mailing list
> Forum at mail.gap-system.org
> http://mail.gap-system.org/mailman/listinfo/forum
--
Dr. Alexander Konovalov School of Computer Science
& Centre for Interdisciplinary Research in Computational Algebra
University of St Andrews Tel +44/0 (1334) 461633
http://www.cs.st-andrews.ac.uk/~alexk Fax +44/0 (1334) 463278
The University of St Andrews is a charity registered in Scotland:No.SC013532
More information about the Forum
mailing list