Thanks for the help. I can now get at least some modules compiled. I cannot
get PyPlot to compile, but I think it is just a particular quirk of PyPlot.
So I did not obtain the speedup I was going for. But oh well, eventually
Julia will have tis own version of .pyc files and things will improve.

Sidenote: I had to add ".ji" to "-J /tmp/sys0" but then it seemed to work.

Cheers,
Daniel.


On 25 October 2014 00:46, Isaiah Norton <[email protected]> wrote:

> It is necessary to run --build twice to get a fully-inferred version. sys0
> is just an intermediate stage and can go anywhere (unless there are still
> some hard-coded paths). Something like this (from julia/base):
>
> julia --build /tmp/sys0 sysimg.jl
> julia --build /usr/lib/x86_64-linux-gnu/julia/sys.so -J /tmp/sys0
> sysimg.jl # cache everything
>
> (The PPA doesn't distribute sys0 because it is unnecessary in a compiled
> distribution)
>


-- 
When an engineer says that something can't be done, it's a code phrase that
means it's not fun to do.

Reply via email to