-
@JuliaRegistrator register
New version v0.1.8
## 0.1.8 - (2021-05-29)
### New
* Improve documentation with PackageCompiler.
### Fixes
* Fix annoying error message for closing process d…
-
see:
- https://juliacomputing.com/blog/2016/02/09/static-julia.html
- https://github.com/JuliaLang/PackageCompiler.jl
- https://discourse.julialang.org/t/compiler-work-priorities/17623
-
Julia internally supports multi-versioning for its native code caches. Some users have expressed the need for writing target specific code.
This has repeatedly caused issues with multi-versioning s…
-
This is on julia 1.8.4, PC.jl 2.1.2.
A MWE can be:
* `$ mkdir /tmp/jl_project; cd /tmp/jl_project`
* `$ julia --project=.`
* `]generate XYZ`; `]dev ./XYZ`
* `$ mkdir image; cd image; julia --s…
-
Such as https://github.com/JuliaTime/TimeZones.jl/blob/781e59a2075a24651d6ae70491c4b87392640e51/src/TimeZones.jl#L33-L34. It makes the package incompatible with PackageCompiler.
-
Not sure if this is supposed to work (in any case it seems like its really close to working). I compiled PyPlot v2.8.2 with PackageCompiler v1.1.0 on julia 1.4,
```julia
create_sysimage([:PyPlot]…
-
When running PackageCompiler under Windows, "A suitable compiler will be automatically installed the first time it is needed". However, that's not the case on Linux or MacOS. So my suggestion is to ma…
PGS62 updated
2 years ago
-
Using an existing minimal example intended to demonstrate Gtk based Julia apps:
https://github.com/andrewkerr9000/GUIAppExample.jl/tree/master/example/CountClick
I don't know whether this issue wo…
-
A bug was found in julia where @ccallable functions allocate memory for each argument triggering garbage collection. For a high-throughput loop this is a no go. It was observed that @cfunction funct…
-
Some images created by `create_sysimage()` tries downloading artifacts after it's loaded first time.
```
$ julia
julia> using PackageCompiler
julia> create_sysimage([:Gadfly], sysimage_path="g…