-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
topic: packagesissues or PRs related to package handling, or specific to a package (for packages w/o issue tracker)issues or PRs related to package handling, or specific to a package (for packages w/o issue tracker)
Description
loading of Hap fails with an error in
line 162 of pkg/Hap1.11/lib/HapCocyclic/gap/ccgroup.gi, saying
Error, <opr> is not an operation called from
<compiled or corrupted statement> called from
<function "local function">( <arguments> )
called from read-eval loop
Line 162 is the last line of
InstallMethod
( IdGroup,
true,
[ IsCcGroup ],
0,
function( Cc )
return IdGroup( Image(IsomorphismPermGroup(Cc)) );
end
);
Indeed, without SmallGroups installed IdGroup is a function, not an attribute. Probably this means that Hap misses a dependence.
Metadata
Metadata
Assignees
Labels
topic: packagesissues or PRs related to package handling, or specific to a package (for packages w/o issue tracker)issues or PRs related to package handling, or specific to a package (for packages w/o issue tracker)