Skip to content

Commit

Permalink
BuildPackages.sh: tweak how GAP is invoked
Browse files Browse the repository at this point in the history
... to determine package names. Namely, add back the -r command
line option for GAP we recently removed, and instead add --bare to
achieve a similar effect: namely to allow starting GAP with the
required packages smallgrp etc. not present in the pkg directory
of the primary GAP root
  • Loading branch information
fingolfin authored and ThomasBreuer committed Dec 21, 2022
1 parent 91c5b3f commit c7d7960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/BuildPackages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ run_configure_and_make() {
then
if grep Autoconf ./configure > /dev/null
then
local PKG_NAME=$($GAP -q -T -A -M <<GAPInput
local PKG_NAME=$($GAP -q -T -A -r -M --bare <<GAPInput
Read("PackageInfo.g");
Print(GAPInfo.PackageInfoCurrent.PackageName);
GAPInput
Expand Down

0 comments on commit c7d7960

Please sign in to comment.