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

The reference to the detailed build.jl in README.md at "the build script from the Cairo package uses" is obsolete, Cairo.jl now uses Artefacts in place of BinDeps.

```Julia WARNING: BinDeps.shlib_ext is deprecated, use Libdl.dlext instead. likely near /home/parallels/Projects/GraphViz.jl/deps/build.jl:40 ┌ Warning: `Pkg.dir(pkgname, paths...)` is deprecated; instead, do `import Cairo; joinpath(dirname(pathof(Cairo)), "..", paths...)`. └ @ Pkg.API /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:673 ERROR: LoadError:...

Nix is a package manager which can be used on various UNIXes, it is also the basis of the NixOS distribution. One of its strengths is the fact that non-root...

Hello. When I try to execute `BinDeps.debug("Cairo") `I get this error. `ERROR: UndefVarError: STDOUT not defined` I'm using Julia 1.0.2 on Windows 10.

Addresses https://github.com/JuliaPackaging/BinDeps.jl/issues/403

Now, that Julia is at 1.0, I wanted to make a bigger push for increased usage at our company. However I still face this issue when installing packages. 1) Currently,...

As the line is currently written, installing `Gtk.jl` failed for me because I didn't have `libgtk-3-dev` and I wasn't given an opportunity to answer yes when apt-get prompted for permission...

On the two systems I have access to, `sudo -V` succeeds even if you don't have sudo. `sudo -v` fails on both if you don't have sudo and succeeds if...