Initial import of the GAP package FPLSA into the NetBSD packages

collection as math/gp-fplsa.

This package is a GAP interface to a C program called fplsa for
dealing with finitely presented Lie super-algebras.

This GAP package installs an alternative method for the GAP
operation `IsomorphismSCTableAlgebra'. The method calls fplsa to do the
hard part of the computation. This speeds up the calculation and permits
larger problems to be attempted. The external program has much additional
functionality which is not used by the present version of the package.
This commit is contained in:
cjep 2002-12-24 00:21:16 +00:00
parent 9f773d13ea
commit 7bc25da6b2

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.891 2002/12/24 00:14:00 wiz Exp $
$NetBSD: CHANGES,v 1.892 2002/12/24 00:21:16 cjep Exp $
Changes to the packages collection and infrastructure in 2002:
@ -4083,3 +4083,4 @@ Changes to the packages collection and infrastructure in 2002:
Updated libexif to 0.5.7 [wiz 2002-12-24]
Updated bidwatcher to 1.3.7 [tron 2002-12-24]
Updated freetype2 to 2.1.3 [wiz 2002-12-24]
Added gp-fplsa-1.0 [cjep 2002-12-24]