Skip to content

Commit

Permalink
version 1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamknockillaree committed Jul 27, 2024
1 parent 2ba6c91 commit 9200557
Show file tree
Hide file tree
Showing 88 changed files with 8,937 additions and 4,375 deletions.
39 changes: 0 additions & 39 deletions HowToUpdateHap.txt

This file was deleted.

8 changes: 4 additions & 4 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SetPackageInfo( rec(

PackageName := "HAP",
Subtitle := "Homological Algebra Programming",
Version := "1.63",
Date := "20/03/2024",
Version := "1.64",
Date := "28/07/2024",
License := "GPL-2.0-or-later",

SourceRepository := rec(
Expand Down Expand Up @@ -107,8 +107,8 @@ AvailabilityTest := ReturnTrue,
BannerString := Concatenation( "Loading HAP ",
String( ~.Version ), " ...\n" ),

#TestFile := "tst/testquick.g",
TestFile := "tst/testall.g",
TestFile := "tst/testquick.g",
#TestFile := "tst/testall.g",

Keywords := [ "homology", "cohomology", "resolution", "homotopy group",
"module of identities", "CW complex", "simplicial complex", "cubical complex", "permutahedral complex", "knots", "nonabelian tensor", "nonabelian exterior", "covering space" ]
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Please send your bug reports to graham.ellis(at)nuigalway.ie .
On a Linux machine with GAP (and optionally Polymake) installed, the HAP
library can be loaded as follows:

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

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

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

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

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

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

* Should you want to return to an uncompiled version, change to the directory
"pkg/Hap1.63/" and type "./uncompile".
"pkg/Hap1.64/" and type "./uncompile".
2 changes: 1 addition & 1 deletion date
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20 March 2024
28 July 2024
Loading

0 comments on commit 9200557

Please sign in to comment.