Skip to content

Commit

Permalink
Removed LAGUNA, ResClasses and Sophus 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 c5272cb commit e893602
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/package.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1742,13 +1742,10 @@ InstallGlobalFunction( InstalledPackageVersion, function( name )
DeclareUserPreference( rec(
name:= "PackagesToLoad",
description:= [
"A list of names of packages which should be loaded during startup. \
For backwards compatibility, the default lists most of packages \
that were autoloaded in GAP 4.4 (add or remove packages as you like)."
"A list of names of packages which should be loaded during startup."
],
default:= [ "autpgrp", "alnuth", "crisp", "ctbllib", "factint", "fga",
"irredsol", "laguna", "polenta", "polycyclic", "resclasses",
"sophus", "tomlib" ],
"irredsol", "polenta", "polycyclic", "tomlib" ],
values:= function() return RecNames( GAPInfo.PackagesInfo ); end,
multi:= true,
) );
Expand Down

0 comments on commit e893602

Please sign in to comment.