Skip to content

Commit

Permalink
Reapply "load the GAP packages sotgrps and sglppow"
Browse files Browse the repository at this point in the history
This reverts commit b07d4c4.
  • Loading branch information
fingolfin committed Sep 27, 2024
1 parent 46abff7 commit a0aa36e
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 a0aa36e

Please sign in to comment.