-
I'm trying to transpile Julia into C using the instructions [here ](https://juliacomputing.com/blog/2016/03/10/j2c-announcement.html) but I haven't found a way to produce a .bc file now that the --out…
dogiv updated
4 years ago
-
I'm dealing with [BinaryProvider issue](https://github.com/JuliaPackaging/BinaryProvider.jl/issues/140#issue-383802239) and I'd like to make an if-branch for the case the code is being statically comp…
-
i `compile_package` and then `julia -J ...` in a directory which contains {Project,Manifest}.toml files and in an environment which has exported `JULIA_PROJECT=@.`. `]st` shows what's in `~/.julia/d…
-
Created executables and libraries are not stripped from debug symbols and info. Especially the big ones like libjulia libLLVM, application library and so on.
I know it can be done in a shell after wh…
-
@StefanKarpinski and others have contemplated to rename PackageCompiler. I forgot what we actually came up with, but I personally started liking AOTCompiler, since this package is mainly about compili…
-
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 am trying to compile my program to an executable on Linux using PackageCompiler - but can't get it to work on either Julia 0.6 or 0.7. In both cases it's ArgParse that creates the error, but differe…
isene updated
4 years ago
-
I only need the `Gray` function from Images to pass data to Plots and convert images from TestImages for processing. However loading Images takes the majority of the load time of my package, and it is…
ghost updated
4 years ago
-
When I try to build the hello example on Fedora 29 Julia 1.0.1
```
julia> build_executable("hello.jl")
Julia program file:
"/home/sdmca/Documents/Julia_Scripts/testexe/hello.jl"
C program fi…