-
Currently, compiling an application with `PackageCompiler.jl` breaks if you rely on `Makie` integration.
Building a non-incremental sysimage fails without a very helpful error message:
```
⡆ [00m…
-
Hi there.
I've been trying to export the BouncingBall example in `FmiExport.jl` but this fails with the following error:
```
[ Info: Saving example files at: /tmp/fmibuildjl_test_pT3ZdP
[ Info: [B…
-
It could be worth investigating whether an app would be more suitable than a sysimage in our case.
See PackageCompiler documentation:
* App: https://julialang.github.io/PackageCompiler.jl/stable/a…
-
After Julia support is tested (e.g. in #63 ) I think a great next step would be to try to add in support for package compilation. What this would do is compile a whole bunch of stuff into an image. …
-
PackageCompiler.jl is a great tool and IMHO a vital part of the journey towards making Julia more universally deployable. At the moment, there are three main entry points,
- [`create_sysimage`](htt…
-
I have opended an issue regarding a Tulip PackageCompiler -Incompatibility, see:
https://github.com/JuliaLang/PackageCompiler.jl/issues/789
The minal example is as follows:
```
module MyAppHello…
-
_Writing down some info and thoughts that might useful to other Dash component developers that want to support Julia_
--------
Release [`v1.3.1`](https://github.com/etpinard/dash-textarea-autoco…
-
I'm using [ALE](https://github.com/dense-analysis/ale) for linting and fixing for C++ and Python. I would love to use JuliaFormatter with ALE as well. As far as I understand it, JuliaFormatter has to …
-
precompile
start compile.jl
Creating the system image "/home/knc6/.julia/sysimages/sys_threebodytb.so" containing the compiled version of ThreeBodyTB. This may take a few minutes.
[ Info: PackageCo…
-
When relocating a binary build with `PackageCompiler` we're hitting the following error due to the `prefix_path` path not being writable (presumably?) caused by the use of `@__DIR__` in https://github…