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 Mar 14, 2024
1 parent ad4d3ca commit e82da29
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 @@ -107,6 +107,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 e82da29

Please sign in to comment.