-
Hello,
I've been experimenting with PackageCompiler to build a binary for my application. However the binary built by v1.0.2 is significantly slower than previous version v0.6.5. So I tested it ou…
-
TL;DR: `create_app` is erroring for me using the official Julia 1.3.1 binaries, saying that it can't find `uv.h` (`#include`d in `src/embedding_wrapper.c`, line 9).
`/Applications/Julia-1.3.app/…
-
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | …
-
CI on my V0.1 branch:
https://travis-ci.com/aminya/MKL.jl/builds/142809478
https://ci.appveyor.com/project/andreasnoack/mkl-jl/builds/29837534
Travis on my patch-3 branch (before REPL-Startup fi…
-
Should we be interested in providing a wrapper to generate julia "Apps" with precompiled code that can be send to other computers, e.g. clusters? Or is this inefficient? Or can we somehow provide anot…
-
In https://github.com/JuliaLang/Pkg.jl/pull/1690 `Pkg.Operations.source_path(pkg)` was changed to a two argument `Pkg.Operations.source_path(ctx, pkg)`.
In this package this function was used at tw…
-
https://github.com/JuliaComputing/MKL.jl/issues/24
CI on my V0.1 branch:
https://travis-ci.com/aminya/MKL.jl/builds/142809478
https://ci.appveyor.com/project/andreasnoack/mkl-jl/builds/29837534
…
-
Hey everyone so I am trying to get package compiler to make system images (on 64bit Windows 10 Julia 1.3.1) that can be used from C#. I used to have some code that worked for this with PackageCompiler…
-
I've run `PackageCompiler.compile_package` on one of my still developing packages. As far as I can tell it didn't even get to my package yet when it failed with:
```
deprecated.jl
docs/helpdb.j…
-
Hey everyone,
I'm having issues running the code after it is compiled. I am able to create the compiled file without any error messages but when I try to run the file, it errors:
`julia_main() …