From a0aa36e8895215cef8e35ce1d4c9dc2f0b6b3e68 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 24 Sep 2024 10:37:16 +0200 Subject: [PATCH] Reapply "load the GAP packages sotgrps and sglppow" This reverts commit b07d4c41b2bb352febe2b38f639e5cb51d6a8e77. --- src/Oscar.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Oscar.jl b/src/Oscar.jl index 10f6865a54b5..c87e8a5352f1 100644 --- a/src/Oscar.jl +++ b/src/Oscar.jl @@ -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