-
https://travis-ci.org/JuliaLang/PackageCompiler.jl/builds/650089217/config
Looks like the `exclude:arch` section.
-
Hi Kristoffer,
I'd like to ask you if it would be possible to get the compiler chain in the form of _jll depencency - similar way the `PackageCompiler.jl` uses `WinRPM` to get the build environment. …
-
I'll soon push a branch with snoopcompile + sysimage working.
Meanwhile, the compilation speed improvements are not as drastic anymore.
I hope (am pretty sure?), this is just some flag we need to fi…
-
I was trying to compile PyPlot with
```julia
julia> compile_package("PyPlot"; force=false, reuse=false)
```
but got the following error message:
```julia
Please submit a bug report wit…
-
What does `PackageCompiler` need from `Pkg`? It might be nice if `Pkg` had a richer API for packages which depend on `Pkg` more heavily.
-
I see that it works on Julia v1 but with the latest Julia template on Nextjournal. It's no longer working. Just put these into the nextjournal remix, and it's reproducible
```julia
using Pkg
Pkg…
-
Both the image and the link are broken.
-
Can we use PackageCompilerX to create sysimage that we can use as a runtime for PyJulia.
Reference - https://pyjulia.readthedocs.io/en/latest/sysimage.html
It would be great if someone could get…
-
I was trying the Queryverse tutorials, and have had several version issues during installation.
Other users reported:
"NamedTuples.jl isn't (and probably won't be) supported on Julia 1.0 as Named…
-
If run in separate commands, the latter `compile_incremental` will overwrite the sysimg
e.g.
1. run `julia` without the `-J /path/to/sysimg` switch, do `compile_incremental(:Plots)`
2. add the `-…