Skip to content

Commit a589955

Browse files
committed
add DLMReader to sysimage
1 parent 07bc8bb commit a589955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/precompile/create_sysimage.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function create_sysimage(sysout::AbstractString, add_dlmreader::Bool = true; add
3434
close(fout)
3535
close(f)
3636
run(`$juliaCMD -e "using PackageCompiler;
37-
create_sysimage(:InMemoryDatasets, sysimage_path=\"$(escape_string(sysout))\", precompile_execution_file=\"$(escape_string(tmpIMD_out[1]))\")"`)
37+
create_sysimage([:InMemoryDatasets, :DLMReader], sysimage_path=\"$(escape_string(sysout))\", precompile_execution_file=\"$(escape_string(tmpIMD_out[1]))\")"`)
3838
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:
3939
julia --sysimage $sysout")
4040
end

0 commit comments

Comments
 (0)