Skip to content

Commit

Permalink
load the GAP packages sotgrps and sglppow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Sep 22, 2024
1 parent 466c745 commit 55ea957
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Oscar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ function __init__()
# We want some GAP packages. (It is no error if they cannot be loaded.)
for pkg in [
"ferret", # backtrack in permutation groups
"sotgrps", # extend the small groups library
"sglppow", # extend the small groups library
]
GAP.Packages.load(pkg)
end
Expand Down

0 comments on commit 55ea957

Please sign in to comment.