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