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've run into an odd problem with building packages with apt dependencies, in which the password prompt for the sudo apt-get fails. At the moment a simple workaround is just...

README.md says that: > This will make all your libraries available as variables named by the names you gave the dependency. E.g. if you declared a dependency as > >...

When trying to use Travis trusty for package testing, I notice that `BinDeps` failed to use `apt-get` to install the packages but rather fall back to compiling from source (which...

Doing ``` julia Pkg.clone("http://github.com/dpsanders/CRlibm.jl") Pkg.build("CRlibm") ``` correctly builds the dependency (CRlibm library) on both OS X and Linux. However, only OS X has the correct `deps.jl`, containing the full path...

Hi -- is it possible to force BinDeps to always prefer Autotools over other providers (in my particular case yum)? At a higher level, I want to be able to...

Sorry if this exists and I am simply overlooking it, but it seems like some feedback about why BinDeps decides to do whatever BinDeps does could be useful. For example,...

Before: ``` jq-mbp:SQLite jacobquinn$ ps -ef | grep julia | grep -v grep 501 47128 47078 0 4:27PM ?? 3:09.52 julia -q -e import Atom; @sync Atom.connect(54366) 501 65416 26891...

Hi, I'm trying to build VideoIO on ubuntu 15.04 and it seems that I run into a BinDeps error. Works fine on my other ubuntu 14.04 machine. (VideoIO-> master, BinDeps...

missing locations such as: `/lib/i386-linux-gnu` `/lib/x86_64-linux-gnu` `/lib64` `/libx32` `/lib32` `/lib` (and `/usr/*` copies of some of above)