Skip to content

Commit

Permalink
Update install.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
daviehh committed Nov 21, 2019
1 parent 1dad6dd commit 88aa832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/install.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ function enable_mkl_startup(libmkl_rt)
if ispath(sysimgpath)
rm(sysimgpath, recursive=true)
end
force_native_image!()
download("https://raw.githubusercontent.com/JuliaLang/julia/release-1.3/contrib/generate_precompile.jl","generate_precompile.jl")
PackageCompiler.build_sysimg(PackageCompiler.default_sysimg_path(), "generate_precompile.jl")
end

function enable_openblas_startup(libopenblas = "libopenblas")
Expand Down

0 comments on commit 88aa832

Please sign in to comment.