• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-2,8682,269

lib/H03-May-2022-1,7351,625

src/H03-May-2022-341232

tst/H03-May-2022-3,2173,198

CHANGESH A D03-May-20222.3 KiB5946

GPLH A D03-May-202217.6 KiB341281

Makefile.inH A D03-May-2022637 3821

Makefile.in.oldH A D03-May-2022767 3723

PackageInfo.gH A D03-May-20222.6 KiB7671

READMEH A D03-May-20221.8 KiB5439

VERSIONH A D03-May-20226 21

configureH A D03-May-2022666 3216

configure.oldH A D03-May-20221.9 KiB6346

init.gH A D03-May-2022396 1612

makedocrel.gH A D03-May-2022412 1614

read.gH A D03-May-2022549 1915

README

1      README file for the `EDIM' mini GAP4 package (Frank Lübeck)
2
3To get the newest version of this  GAP 4 package download one of the archive
4files
5    EDIM-x.x.tar.gz
6    EDIM-x.x.tar.bz2
7    EDIM-x.x-win.zip      (with text files in DOS/Windows format)
8and unpack it using
9    gunzip EDIM-x.x.tar.gz; tar xvf EDIM-x.x.tar
10respectively
11    unzip EDIM-x.x-win.zip
12and so on.
13
14Do this preferably (but not necessarily) inside the `pkg' subdirectory
15of your  GAP   4   installation. It  creates a    subdirectory  called
16'EDIM-x.y.z'.
17
18To install this package do
19
20    cd EDIM-*
21    /bin/sh ./configure [path]
22
23where  `path' is a path to  the GAP build  directory (if not given
24the default `../..' is assumed).
25
26In version of GAP <4.9 a further argument
27      CONFIGNAME=...
28can be used to describe the configuration name of GAP for which you want
29to compile (if not given "default64" or "default32" are used).
30
31Afterwards call `make'  to  compile  a binary file.
32
33The package  will  also work without  this  step  but then the  kernel
34function `ElementaryDivisorsPPartRkExpSmall' will not be available.
35
36Recompiling the documentation is possible  by the command
37     gap makedocrel.g
38in the EDIM directory (edit 'relpath' in this file, if EDIM is not installed
39in the standard location, otherwise this should not be necessary).
40
41You can also run a test of the installation by 'make test'.
42
43You must load EDIM with the command
44     gap> LoadPackage("EDIM");
45within your GAP session to use its functionality.
46
47E-mail me if  there are any questions,  remarks,  suggestions. Also, I
48would like to hear about applications of this package.
49
50Alternatively, there is a public repository with issue tracker
51       https://github.com/frankluebeck/EDIM
52
53Frank Lübeck, e-mail: Frank.Luebeck@Math.RWTH-Aachen.De
54