Kristoffer Carlsson

Results 1581 comments of Kristoffer Carlsson

I really doubt this could have broken your julia installation since this shouldn't touch any julia files. Does that reproduce for you?

I would have thought https://github.com/JuliaLang/PackageCompiler.jl/blob/6a3bdcc13743ba5e94c814162a0b8d30a720eacb/src/PackageCompiler.jl#L450 would have built packages if they got downloaded.

@staticfloat I remember you saying that this is set during build time and there isn't an easy way to change it. Perhaps you could elaborate on it a bit here?

> This is because the julia executable needs to know the relative path to some of these binaries at buildtime. But in Windows the julia executable and the libraries are...

It could download one on demand if it doesn't find a local one.

See the note at https://julialang.github.io/PackageCompiler.jl/dev/#Installation-instructions-1. We could probably try harder to detect when this isn't the case.

See the note at https://julialang.github.io/PackageCompiler.jl/dev/#Installation-instructions-1. We could probably try harder to detect when this isn't the case.

This is also the case if you use a locally built Julia, then you get a bunch of object files bundled.

I currently don't have an M1 machine so I cannot really debug and test this.

Does anyone know of any packages that fail right now?