We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bc8bb commit a589955Copy full SHA for a589955
src/precompile/create_sysimage.jl
@@ -34,7 +34,7 @@ function create_sysimage(sysout::AbstractString, add_dlmreader::Bool = true; add
34
close(fout)
35
close(f)
36
run(`$juliaCMD -e "using PackageCompiler;
37
- create_sysimage(:InMemoryDatasets, sysimage_path=\"$(escape_string(sysout))\", precompile_execution_file=\"$(escape_string(tmpIMD_out[1]))\")"`)
+ create_sysimage([:InMemoryDatasets, :DLMReader], sysimage_path=\"$(escape_string(sysout))\", precompile_execution_file=\"$(escape_string(tmpIMD_out[1]))\")"`)
38
println("Now exit julia and re-run it again using $(sysout) as `--sysimage`, e.g. in unix type OS you can use the following command:
39
julia --sysimage $sysout")
40
end
0 commit comments