Skip to content

Commit 9200557

Browse files
version 1.64
1 parent 2ba6c91 commit 9200557

File tree

88 files changed

+8937
-4375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+8937
-4375
lines changed

HowToUpdateHap.txt

Lines changed: 0 additions & 39 deletions
This file was deleted.

PackageInfo.g

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ SetPackageInfo( rec(
88

99
PackageName := "HAP",
1010
Subtitle := "Homological Algebra Programming",
11-
Version := "1.63",
12-
Date := "20/03/2024",
11+
Version := "1.64",
12+
Date := "28/07/2024",
1313
License := "GPL-2.0-or-later",
1414

1515
SourceRepository := rec(
@@ -107,8 +107,8 @@ AvailabilityTest := ReturnTrue,
107107
BannerString := Concatenation( "Loading HAP ",
108108
String( ~.Version ), " ...\n" ),
109109

110-
#TestFile := "tst/testquick.g",
111-
TestFile := "tst/testall.g",
110+
TestFile := "tst/testquick.g",
111+
#TestFile := "tst/testall.g",
112112

113113
Keywords := [ "homology", "cohomology", "resolution", "homotopy group",
114114
"module of identities", "CW complex", "simplicial complex", "cubical complex", "permutahedral complex", "knots", "nonabelian tensor", "nonabelian exterior", "covering space" ]

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ Please send your bug reports to graham.ellis(at)nuigalway.ie .
3232
On a Linux machine with GAP (and optionally Polymake) installed, the HAP
3333
library can be loaded as follows:
3434

35-
* First download the file hap1.63.tar.gz to the subdirectory "pkg/" of GAP. (If
35+
* First download the file hap1.64.tar.gz to the subdirectory "pkg/" of GAP. (If
3636
you don't have access to this, then create a directory "pkg" in your home
3737
directory and download the file there.)
3838

39-
* Change to directory "pkg/" and type "gunzip hap1.63.tar.gz" followed by
40-
"tar -xvf hap1.63.tar" .
39+
* Change to directory "pkg/" and type "gunzip hap1.64.tar.gz" followed by
40+
"tar -xvf hap1.64.tar" .
4141

4242
* Start GAP. (If you have created "pkg" in your home directory then start GAP
4343
with the command "gap -l 'path/homedir;' " where path/homedir is the path to
@@ -46,12 +46,12 @@ your home directory.)
4646
* In GAP type " LoadPackage("HAP"); " .
4747

4848
* Help on HAP can be found on the HAP home page (a version of which is
49-
included in directory "pkg/Hap1.63/www" of this distribution).
49+
included in directory "pkg/Hap1.64/www" of this distribution).
5050

5151
* Performance can be significantly improved by using a compiled version of the
5252
HAP library. A compiled version can be created by the following steps.
5353

54-
1. Change to the directory "pkg/Hap1.63/" .
54+
1. Change to the directory "pkg/Hap1.64/" .
5555
2. Edit the file "compile" so that: PKGDIR is equal to the path to the
5656
directory "pkg" where your GAP packages are stored; GACDIR is equal to the
5757
path to the directory where the GAP compiler "gac" is stored.
@@ -60,4 +60,4 @@ path to the directory where the GAP compiler "gac" is stored.
6060
The next time HAP is loaded a compiled version will be loaded.
6161

6262
* Should you want to return to an uncompiled version, change to the directory
63-
"pkg/Hap1.63/" and type "./uncompile".
63+
"pkg/Hap1.64/" and type "./uncompile".

date

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20 March 2024
1+
28 July 2024

0 commit comments

Comments
 (0)