Skip to content

Commit

Permalink
Removed Crisp, polenta and polycyclic from loaded by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Konovalov committed Feb 11, 2017
1 parent e893602 commit c0e8316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/package.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1744,8 +1744,8 @@ DeclareUserPreference( rec(
description:= [
"A list of names of packages which should be loaded during startup."
],
default:= [ "autpgrp", "alnuth", "crisp", "ctbllib", "factint", "fga",
"irredsol", "polenta", "polycyclic", "tomlib" ],
default:= [ "autpgrp", "alnuth", "ctbllib", "factint", "fga",
"irredsol", "tomlib" ],
values:= function() return RecNames( GAPInfo.PackagesInfo ); end,
multi:= true,
) );
Expand Down

0 comments on commit c0e8316

Please sign in to comment.