Skip to content

Commit

Permalink
Version 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Konovalov committed Nov 20, 2018
1 parent ee0cbfd commit 65c6c66
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 23 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Changes v3.3 -> v3.4

* Package migrated to GitHub


Changes v3.2 -> v3.3

* testfile in PackageInfo.g changed to "tst/testall.g"
Expand Down
44 changes: 23 additions & 21 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,23 @@ SetPackageInfo( rec(
PackageName := "HeLP",
Subtitle := Concatenation( [
"Hertweck-Luthar-Passi method." ] ),
Version := "3.3",
Date := "11/12/2017",

ArchiveURL := "http://homepages.vub.ac.be/abachle/help/help",
Version := "3.4",
Date := "20/11/2018",

SourceRepository := rec(
Type := "git",
URL := Concatenation( "https://github.com/gap-packages/", ~.PackageName ),
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://gap-packages.github.io/", ~.PackageName ),
README_URL := Concatenation( ~.PackageWWWHome, "/README" ),
PackageInfoURL := Concatenation( ~.PackageWWWHome, "/PackageInfo.g" ),
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/v", ~.Version,
"/", ~.PackageName, "-", ~.Version ),

ArchiveFormats := ".tar.gz",


PackageWWWHome := "http://homepages.vub.ac.be/abachle/help/",

PackageDoc := rec(
BookName := ~.PackageName,
ArchiveURLSubset := ["doc"],
Expand Down Expand Up @@ -55,26 +62,21 @@ rec(
FirstNames := "Leo",
IsAuthor := true,
IsMaintainer := true,
Email := "Leo.Margolis@mathematik.uni-stuttgart.de",
WWWHome := "http://www.igt.uni-stuttgart.de/LstDiffgeo/Margolis/",
Email := "Leo.Margolis@vub.be",
WWWHome := "http://homepages.vub.ac.be/~lmargoli/",
PostalAddress := Concatenation( [
"Departamento de Matemáticas\n",
"Facultad de Matemáticas\n",
"Universidad de Murcia\n",
"Murcia 30100\n",
"Spain" ] ),
Place := "Murcia",
Institution := "Universidad de Murcia"
"Vrije Universiteit Brussel\n",
"Vakgroep Wiskunde\n",
"Pleinlaan 2\n",
"1050 Brussels\n",
"Belgium" ] ),
Place := "Brussels",
Institution := "Vrije Universiteit Brussel"
)
],

Status := "deposited",

README_URL :=
Concatenation( ~.PackageWWWHome, "README" ),
PackageInfoURL :=
Concatenation( ~.PackageWWWHome, "PackageInfo.g" ),

AbstractHTML := "<span class=\"pkgname\">HeLP</span> is a package to compute constraints on partial augmentations of torsion units in integral group rings using a method developed by Luthar, Passi and Hertweck. The package can be employed to verify the Zassenhaus Conjecture and the Prime Graph Question for finite groups, once characters are known. It uses an interface to the software package 4ti2 to solve integral linear inequalities.",

Dependencies := rec(
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ E-mail us if there are any questions, remarks, suggestions. Also, we
would like to hear about applications of this package.


Andreas Bächle, e-mail: ABachle@vub.ac.be
Leo Margolis, e-mail: Leo.Margolis@mathematik.uni-stuttgart.de
Andreas Bächle, e-mail: ABachle@vub.be
Leo Margolis, e-mail: Leo.Margolis@vub.be

0 comments on commit 65c6c66

Please sign in to comment.