-
The same app I was successfully compiling in Julia v.1.10.6 under 15 minutes no longer compiles after updating Julia to v1.11.1.
It stucks +20 minutes on
`⠸ [03m:30s] PackageCompiler: compiling noni…
-
The following command never finishes on julia 1.11.0 (worked on julia 1.10.5). The precompile_statements_file can be any, even an empty file.
```julia
using PackageCompiler
create_sysimage(;sysimage_…
-
I am trying to compile a sysimage using PackageCompiler but have been unable to successfully complete the process. Everything appears to work correctly until I reach "PackageCompiler: compiling increm…
-
If you do not have it installed, you might see something like:
```
~/libtrixi_main/examples (main *) $ ./trixi_controller_simple_c ~/install/libtrixi-julia ../LibTrixi.jl/examples/libelixir_p4est2d_…
-
I am encountering an issue with the PackageCompiler.jl 2.1.17 when using it alongside Test.jl and the `filter_stdlibs = true` flag in Julia 1.10. However, I am not sure if it is a PackageCompiler or …
-
Since upgrading to Julia v1.10.1 (from v1.10.0) I now get the following during compilation with PackageCompiler.jl:
```
Failed to precompile Revise [295af30f-e4ad-537b-8983-00126c2a3abe] to "/app/…
-
Hi everyone
So I ran into an issue when using Octo with a compiled executable. Such a compiled executable doesn't like it when you try to load code dynamically during runtime and it can't use the f…
Wieke updated
4 years ago
-
Hello, friend!
Firstly, thanks for creating this package. I really enjoy doing working with Julia and doing so within Emacs.
As you probably might've guessed from the title, I was curious if it…
-
So I basically followed this: https://julialang.github.io/PackageCompiler.jl/dev/examples/ohmyrepl/
then my vscode start to crash, it's version 0.14.13 at the moment.
-
Hi guys,
I am trying to build some binaries for a model containing `ModelingToolkit.jl`, `OrdinaryDiffEq.jl`, and `Open62541.jl`. The compilation finishes but if I try to run the binary, I get the fol…