-
I'm experimenting with using Genie for a hobby project and I wanted to use [PackageCompiler.jl](https://github.com/JuliaLang/PackageCompiler.jl) to precompile the app. I'm deploying the app on heroku,…
-
The Windows build of `CG` fails, both when using the included `makefile`s and when running `build.jl` directly from Julia.
Trying to use the top-level `makefile` (`libcg/makefile`) with `mingw32-…
-
Firstly compile both Flux.jl and CUDA.jl
```
using PackageCompiler
compile_sysimage([:Flux, :CUDA], replace_default=true)
```
Now restart Julia and run this
```
using Flux, CUDA
data =…
-
Hard to give a MWE, but a binary compiled by `PackageCompiler.jl` in Julia 1.9.4 seems to hang forever whenever the `abort` function is triggered in Windows. The issue is raised here because, accordin…
jsjie updated
3 weeks ago
-
I am trying to create a complied image to get rid up the starting time of LSP, under the instructions you posted.
I have downloaded `Makefile` and run `make`, but some error occurs:
```
~/.julia/…
-
https://github.com/comonicon/Comonicon.jl/blob/main/docs/src/build.md
link to empty [Comonicon.install](https://github.com/comonicon/Comonicon.jl/blob/main/docs/src/@ref) .
And what's the recomm…
-
cc: @davidanthoff @arnavs This is a specific implementation of the discussion in #601
We have now discussed how best to annotate project files for packagecompiler, which is a prerequisite for get…
-
Starting last week (approximately Wednesday or Thursday) attempting to use ALT-ENTER to run a line or block fails after about 3 or 4 times in a fresh session. This happens if the cursor is in a code …
jrrag updated
1 month ago
-
Hi,
When building an app using GR using PackageCompiler.jl it seems some artifacts are not included. Namely the font directory (which uses hardcoded paths) and at runtime there are errors with:
…
-
As of current master (5b869e630b3535935a5b28e4d5498482586b6770),
```
$ touch lib/cg.jl
$ time make
julia --startup-file=no --project build.jl
[ Info: PackageCompiler: creating base system image (…