File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ function build_object(
220220 )
221221 cache_dir = " cache_ji_v$VERSION "
222222 if julia_v07
223+ # TODO : verify if this initialization is correct for Julia v0.7
223224 expr = "
224225 Base.__init__(); Sys.__init__() # initialize \" Base\" and \" Sys\" modules
225226 pushfirst!(Base.DEPOT_PATH, \" $cache_dir \" ) # save precompiled modules locally
@@ -232,6 +233,7 @@ function build_object(
232233 include(\" $juliaprog \" ) # include Julia program file
233234 empty!(Base.LOAD_CACHE_PATH) # reset / remove build-system-relative paths"
234235 end
236+ # TODO : verify if this can be used with Julia v0.7 too (currently it does not seem to work), or how to precompile modules
235237 if ! julia_v07 && compilecache == " yes"
236238 command = ` $julia_cmd -e $expr `
237239 verbose && println (" Build \" .ji\" local cache:\n $command " )
You can’t perform that action at this time.
0 commit comments