summaryrefslogtreecommitdiff
path: root/math/gap
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+3
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-03-08Correct path to files to install.kristerw1-2/+2
2004-01-01Update of math/gap to 4.3 bug fix 5.cjep4-16/+180
Pkgsrc fixes: 1) Install trans directory. Official bug fixes since bug fix 4: 1) A wrong return format for `IsomorphicSubgroups' applied to cyclic groups. 2) A wrong `true' result of `IsSubset' for certain algebras. 3) Segmentation faults and other strange behaviour when assigning finite field elements of different characteristics into compressed vectors 4) A bug in the subgroup conjugation test for permutation groups that are not subgroups. 5) A missing method for `BaseOrthogonalSpaceMat'. 6) A missing `Set' call in the construction of the global variable `AUTOLOAD_PACKAGES'. 7) A wrong display string of the numerator in rational functions returned by `MolienSeries' (in the case that the constant term of this numerator is zero). 8) A strange behaviour of `Intersection' for the case that a strictly sorted list is the unique entry of the list that is given as the argument; in this situation, this entry itself was returned instead of a shallow copy. 9) An error in the basis of a product space of algebras. 10) Possibly wrong result of `Centre' for pc groups. 11) Possibly wrong result of `DirectSumDecomposition' for matrix Lie algebras. 12) An error in `LieNormalizer', `LieCentralizer' for zero subspaces. 13) An error in the computation of matrices of adjoint modules. 14) A strange error message when constructing the simple Lie algebra of type B1. 15) An error in `ModuleByRestriction'. 16) An error in `IrrBaumClausen' for the trivial group. 17) An error with vector space bases of row spaces over fields which neither are prime fields nor contain all entries of the vectors. 18) An error with `IsMonomial', when it uses the function `TestMonomialFromLattice' (i.e., in hard cases, likely for characters of nonsolvable groups). Errors 1, 3, 5, 6, 9, 12, 13, 14 and 16 may cause GAP to stop with an error message, errors 2, 4, 7, 10, 17, and 18 may cause wrong results.
2003-12-18Remove hacks for Solaris which worked around a bug in mk/bsd.prefs.mksketch2-13/+3
before -r1.130. They are now preventing this package from installing. Bump PKGREVISION.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-03-28Remove unnecessary empty lines.wiz1-2/+1
2003-03-20Use CFLAGS as well. Set GAP_PLATFORM in a way to account for other CC ↵jschauma4-6/+20
variables. Fix PLIST. Bump PKGREVISION.
2003-01-18Fix Aachen mirror pathcjep1-2/+2
2003-01-05Work around for PLISTs so that the install machinery should now work on SunOScjep3-8/+24
2003-01-04Gap is no longer mirrored at ANUcjep1-2/+1
2002-12-31Fix PLIST to match previous changecjep1-1/+36
2002-12-31Install the prim directory (noted by Bettina Eick in private e-mail).cjep2-5/+5
Bump pkg revision.
2002-12-22Fix PLIST again. Bump revision for gap.package.mk ready for xgap (comingcjep3-5/+20
soon).
2002-12-22Fix PLIST. Don't bother installing the startup script as gap${PKGREVISION}cjep2-5/+3
as this serves no purpose.
2002-12-22Change gap.package.mk slightly for ease on adding gp-autpgrp.cjep2-6/+7
The gap.package.mk file needs reworking for it to be of use to all GAP packages. Bump revision.
2002-12-22Update of math/gap (GAP 4.3) to bug fix 4.cjep4-14/+17
Changes since bug fix 3: * Interface changes affecting the AutPGrp and ANUPQ packages (these packages will need reinstallation). * 24 computational problems (please see the description4 file supplied with the GAP distribution and the NetBSD package).
2002-10-08Update of GAP-4.3 (math/gap) to bug fix level 3.cjep6-4343/+4283
Corrections since bug fix level 1 include: * A problem with the inversion routine for quaternions. * A segmentation fault when appending to a length 0 compressed vector over GF2. * An error in the computation of inverses in quaternion algebras with non-standard parameters. * A problem in backtrack routines using `Suborbits' if the group has fixed points in the range [1..max(Omega)]. * A problem with the linear algebra methods for Lie algebra cohomology. * A Problem with inverting lists of compressed vectors over fields of order greater than 2. * An error in computing whether an element is in a Green's D equivalence class or not. * Problems with various functions (including GQuotient, IntScalarProduct, NonnegIntScalarProducts, CharacterTableDirectProduct) * Problems with various methods (including IsGreensLessThanOrEqual and GroupHClassOfGreensDClass, AssociatedReesMatrixSemigroupOfDClass, IsZeroSimpleSemigroup, IsomorphismReesMatrixSemigroup and SandwichMatrixOfReesZeroMatrixSemigroup) XXX A bug has been introduced into GAP which prevents the test suite (zmodnz.tst) from working in this version. This will be fixed in bug fix 4. For full details, please see the "description3" file that comes with this package in ${PREFIX}/lib/gap4.3.
2002-08-21Initial import of GAP-4.3 (bug fix level 1) into the NetBSD packagescjep7-0/+4420
collection as math/gap. GAP (Groups, Algorithms and Programs) is a free system for computational discrete algebra. Its capabilities include computation involving cyclotomic and finite fields, residue class rings, p-adic numbers, multivariate polynomials and rational functions, vectors, matrices and finite groups. GAP can be copied and distributed freely for any non-commercial purpose.