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

I'm starting to think the distinction between `AptGet`, `Yum` and `Pacman` is not really useful in most cases. Each package manager is used by very different distributions where the packages...

providers

There are now >=3 implementations of `download`: one in Base, one in WinRPM, and one in BinDeps. They are all slightly different in unhelpful ways. This is bananas. Everything we...

Given two machines `Mac` and `Linux` with the respective OSes, the following currently does not work: - `addproc({"Linux"})` on the `Mac` - `using HDF5` The problem is that the auto-generated...

It seems that PackageEvaluator spent 30 minutes trying to download a file (http://pkg.julialang.org/?pkg=WCSLIB&ver=release) ``` >>> 'Pkg.add("WCSLIB")' log INFO: Cloning cache of WCSLIB from git://github.com/JuliaAstro/WCSLIB.jl.git INFO: Installing WCSLIB v0.1.4 INFO: Building...

I'm still learning `BinDeps` and I'm having trouble building on OSX on TravisCI. [The build goes through on Linux](https://travis-ci.org/dpo/MUMPS.jl/jobs/51601825), though [I had to add `~/.julia/v0.3/PKG/deps/usr/lib` to the `LD_LIBRARY_PATH`](https://github.com/dpo/MUMPS.jl/blob/nolib/.travis.yml#L26) for the...

This is an attempt to fix #123 - unfortunately I'm not getting any useful error message for the WinRPM issue from https://github.com/JuliaLang/ZMQ.jl/issues/69, and strangely the warning is getting repeated twice,...

I'm working on a Julia wrapper for the Hypre library, and testing on Travis has been giving me grief. The build works fine locally, but not on Travis. Following a...

Mostly a reminder to myself to figure out how to do this, if no one else gets to it before I can. Dependency problems (like libgfortran not having a certain...

enhancement

I am trying to write an extension of `BuildProcess` (Basically a `SimpleBuild` plus a libpath argument). I am not entirely sure if this is a bug: - In `depencendies.jl` it...