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

Using the current release of BinDeps: ```julia julia> VERSION v"0.5.1" julia> using BinDeps INFO: Precompiling module BinDeps. julia> BinDeps.debug("HSL") INFO: Reading build script... INFO: Recompiling stale cache file /Users/dpo/.julia/lib/v0.5/Homebrew.ji for...

I've now seen this in multiple places. First here: https://github.com/JuliaIO/ImageMagick.jl/issues/52#issuecomment-299541391 and now an issue with SymEngine after modifying the build script to test its 0.3.0, i.e. building this commit: https://github.com/ChrisRackauckas/SymEngine.jl/commit/7b736f46bb0b41150582029c3621b0e52f83fa6d...

See: https://github.com/JuliaGraphics/Cairo.jl/issues/184

Fixes issue #261 for Arch Linux. Adds deps/build.jl Gramercy.

Hi all, I recently ran into an issue where a package would not build properly because Arch linux does not ship with an `unzip` command which is used by `FileUnpacker`...

When I add a package, the lib is not downloaded and Julia give me BUILD ERROR. Checking the file I see that the lib missing doesn't permit to install and...

Hello, I just had [trouble building](https://github.com/JuliaDiffEq/Sundials.jl/issues/104) `Sundials.jl`. The solution was that I hadn't installed the xcode command line tools. The error message didn't provide a useful hint (to me anyway)...

@timholy I'm pinging you because you authored 5aceea8fee96b5356965e859f5ecc96491eff8cb. It turns out that might not be the perfect solution. I'd appreciate a bit of background on this so we can find...

I'm working on a group of text/font bug fixes for Gadfly - I suspect that a fairly hefty bug that was fixed in Cairo 1.14.6 last June - but not...

It would be great if there was some way (environment variable?) for the user to force BinDeps *not* to use `sudo apt-get ...`, `sudo yum ...`, but to always download...