-
It took about half a minute to start it
-
This repository is missing a website link in its description. Reasons to do this are listed in [this Discourse thread](https://discourse.julialang.org/t/a-suggestion-for-package-maintainers/44111)…
-
I am working on a package that has 'Plots.jl' as one of its dependencies.
I test and use the package in a Singularity container based on Ubuntu 18.04.
Because of its long startup time I want to crea…
-
I get the following error:
```
ERROR: LoadError: MethodError: no method matching join(::FilePathsBase.WindowsPath, ::String, ::String, ::String, ::String)
Closest candidates are:
join(::IO, ::An…
-
Hi, folks.
I've compiled an app using `PackageCompiler v1.1.1` on a 64-bit Linux server (w/ Ubuntu 16.04.6 LTS installed). Long story short: I can use the app w/o any issues; however, as soon as a…
-
Tested in two machines:
```julia
(@v1.4) pkg> add https://github.com/JuliaComputing/MKL.jl
Cloning git-repo `https://github.com/JuliaComputing/MKL.jl`
Updating git-repo `https://github.com/…
atbug updated
4 years ago
-
Hello,
I can't compile the example App using Julia 32 bits version on windows 10.
Is there a way to add the right compiler to the artifact.toml file?
I spent some time trying to figure out w…
FinPl updated
4 years ago
-
Hi, I am trying to building an app using PackageCompiler.
I have a package that depends on a few other packages, including Plots and PyCall. I encountered the following warnings when `create_app`
…
-
PackageCompiler doesn't like the fact that I'm trying to compile packages that are indirect dependencies of my project. It errors here:
```
function check_packages_in_project(ctx, packages)
pac…
kcajf updated
4 years ago
-
I think it would be desirable to have packages use something similar to `Pkg.package_state_dir(@__MODULE__)` or something as the default location where e.g. binaries, datasets, etc.. should be stored.…