Skip to content

Commit

Permalink
Update src/Oscar.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Jan 8, 2025
1 parent 4aa2ad6 commit 2595421
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Oscar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ function __init__()
# make Oscar module accessible from GAP (it may not be available as
# `Julia.Oscar` if Oscar is loaded indirectly as a package dependency)
GAP.Globals.BindGlobal(GapObj("Oscar"), Oscar)
end

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
Expand Down

0 comments on commit 2595421

Please sign in to comment.