Skip to content

Commit

Permalink
Try to use some tricks to get around julia #14577
Browse files Browse the repository at this point in the history
For more discussion, see #42
  • Loading branch information
Non-Contradiction authored Apr 3, 2018
1 parent abb01c8 commit c7ca65b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions inst/julia/setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ module JuliaCall

using Suppressor

if !is_windows()
@suppress_err begin
@eval Base JULIA_HOME = joinpath(dirname(JULIA_HOME), "bin")
@eval Base julia_cmd() = julia_cmd(joinpath(JULIA_HOME, julia_exename()))
end
end

@suppress_err begin
using RCall
end
Expand Down

0 comments on commit c7ca65b

Please sign in to comment.