From 459c0f2985ee711152eae5d9d3ad7edec3e745fc Mon Sep 17 00:00:00 2001 From: cjep Date: Tue, 24 Dec 2002 00:17:25 +0000 Subject: 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. --- math/gp-fplsa/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 math/gp-fplsa/Makefile (limited to 'math/gp-fplsa/Makefile') diff --git a/math/gp-fplsa/Makefile b/math/gp-fplsa/Makefile new file mode 100644 index 00000000000..d96afea91b5 --- /dev/null +++ b/math/gp-fplsa/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/24 00:17:25 cjep Exp $ +# + +DISTNAME= fplsa +PKGNAME= gp-fplsa-1.0 +CATEGORIES= math +MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/ +EXTRACT_SUFX= .zoo + +MAINTAINER= cjep@netbsd.org +HOMEPAGE= http://www.gap-system.org/Share/fplsa.html +COMMENT= GAP interface to FPLSA + +WRKSRC= ${WRKDIR}/fplsa + +USE_BUILDLINK2= YES +GAP_PKG_NAME= fplsa +ALL_TARGET= default + +do-configure: + cd ${WRKSRC} && ${SH} configure ${GAP_DIRECTORY} + +do-install: + ${INSTALL_PROGRAM_DIR} ${GAP_PKG_DIRECTORY} + @for I in README.fplsa bin doc gap init.g lib; do \ + cd ${WRKSRC} && ${PAX} -rw $$I ${GAP_PKG_DIRECTORY}; done + +.include "../../math/gap/gap.package.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3