Skip to content

Commit bf65f9d

Browse files
added ~/.gap/ to GAP's RootPaths
this is a temporary solution until oscar-system/GAP.jl#284 is merged. See also oscar-system/GAP.jl#340
1 parent bb92917 commit bf65f9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "HomalgProject"
22
uuid = "50bd374c-87b5-11e9-015a-2febe71398bd"
33
authors = ["Mohamed Barakat <mohamed.barakat@uni-siegen.de>"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55

66
[deps]
77
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"

src/HomalgProject.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function __init__()
3030
current_value = eval(:($i))
3131
Base.MainInclude.eval(:($i = $current_value))
3232
end
33+
GAP.Globals.ExtendRootDirectories( GAP.julia_to_gap( [ GAP.Globals.UserHomeExpand( GAP.julia_to_gap( "~/.gap/" ) ) ] ) )
3334
singular = GAP.julia_to_gap(joinpath(splitdir(splitdir(pathof(Singular))[1])[1],"deps/usr/bin/"))
3435
lib = joinpath(splitdir(splitdir(pathof(Singular))[1])[1],"deps/usr/lib/")
3536
paths = GAP.Globals.Concatenation( GAP.julia_to_gap( [ singular ] ), GAP.Globals.GAPInfo.DirectoriesSystemPrograms )

0 commit comments

Comments
 (0)