Package: gap
Version: 4r4p10-2
Severity: important
If I am not mistaken, the Debian gap package has the core gap system
but most of the additional function packages are missing. This
severely restricts functionality. For example, GRAPE is absent.
Presently:
gap> LoadPackage("Grape");
fail
gap> LoadPackage("Guava");
fail
Desired:
gap> LoadPackage("Grape");
Loading GRAPE 4.3 (GRaph Algorithms using PErmutation groups),
by [EMAIL PROTECTED]
true
gap> LoadPackage("Guava");
...
true
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]