Your message dated Fri, 11 Jul 2008 12:21:41 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#488888: missing gap packages
has caused the Debian Bug report #488888,
regarding missing gap packages
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
488888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488888
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
On Wed, Jul 02, 2008 at 12:10:20AM +0200, Andries E. Brouwer wrote:
> 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.
Hello Andries,
You are correct. Debian only provide the core gap components, not the
extra packages. However, you can install them locally: see the
file /usr/share/doc/gap/README.Debian:
GAP (http://www.gap-system.org) provide a lot of extra component, most of them
are not packaged yet. However, care has been taken so that you can locally
install them either:
* in /usr/local/share/gap or /usr/local/lib/gap.
* in ~/gap.
Note they must usually be put in a sub-directory called pkg.
For example, the FactInt package provide a factint directory that must be
moved to ~/gap/pkg/factint.
To compile some of them, you will need to install the gap-dev package.
Since GAP can provide new packages at random time, I cannot garantee it will
work, but if it is not possible to install a package, I will be glad if you
told me about the problem.
Of course, we can produce Debian package for more GAP packages in the
future, but this is a lot of work.
Cheers,
--
Bill. <[EMAIL PROTECTED]>
Imagine a large red swirl here.
--- End Message ---