Skip to content

Commit

Permalink
do not show the OscarInterface banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed Feb 23, 2024
1 parent 7164435 commit 5f86803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Oscar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function __init__()
# `Julia.Oscar` if Oscar is loaded indirectly as a package dependency)
GAP.Globals.BindGlobal(GapObj("Oscar"), Oscar)
GAP.Globals.SetPackagePath(GAP.Obj("OscarInterface"), GAP.Obj(joinpath(@__DIR__, "..", "gap", "OscarInterface")))
GAP.Globals.LoadPackage(GAP.Obj("OscarInterface"))
GAP.Globals.LoadPackage(GAP.Obj("OscarInterface"), false)
withenv("TERMINFO_DIRS" => joinpath(GAP.GAP_jll.Readline_jll.Ncurses_jll.find_artifact_dir(), "share", "terminfo")) do
GAP.Packages.load("browse"; install=true) # needed for all_character_table_names doctest
end
Expand Down

0 comments on commit 5f86803

Please sign in to comment.