BinDeps.jl icon indicating copy to clipboard operation
BinDeps.jl copied to clipboard

Tool for building binary dependencies for Julia modules

Results 101 BinDeps.jl issues
Sort by recently updated
recently updated
newest added

This introduces two new environment variables: `JULIA_BINDEPS_USE_SUDO` and `JULIA_BINDEPS_BUILD_SOURCE`. The former can be used to avoid checking `sudo -V` and automatically enable or disable `sudo`. The latter allows the user...

also remove a _very_ old deprecated function, and slightly rearrange.

It'd be nice if there was a way to check whether the current user has `sudo` privileges but I'm not sure how to do that reliably. Unrelated to #325.

How to avoid installation to attempt `apt-get` but go straight to downloading and compilation from the source. Is it possible to enforce these for all the packages by default.

Reverts JuliaLang/BinDeps.jl#326. Non-glibc linux distros exist and Julia runs on them, glibc-built binaries should never be used there.

Does anyone have experience with BinDeps.jl on Power8. Are there rough edges or special instructions needed?

`STDOUT` in the `println` calls in `generate_steps` is getting swallowed, so instead we should use `info`, which prints to `STDERR`. This gets through and prints as expected. Each package manager...

This is more of a question. I'm currently trying to find out, why on appveyor testing some (but not all) windows tests fail (for Cairo.jl -> https://ci.appveyor.com/project/tkelman/cairo-jl/branch/master/job/lxbs19ha6j0cq3hy). The output of...

Some macros used in real-world examples don't have docs. Specifically, the following macros are missing docs: - `@BinDeps.setup` - `@BinDeps.install` - `@BinDeps.load_dependencies` Could anyone write docs on these magical macros?

README.md lists two arguments for FileUnpacker, but it looks like it needs three.