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 have an environment, where multiple versions of the same library are installed on the system. One version in `/usr/lib` and multiple others in `/opt/...` accessible through environment modules, which...

I'm new to linux and I'm trying to install Atom on my machine, and on my windows machine I needed to add a series of packages from the julia command...

``` ┌ Error: ------------------------------------------------------------ │ # Build failed for SymEngine │ exception = │ LoadError: MethodError: no method matching lower(::Base.Process, ::BinDeps.SynchronousStepCollection) │ Closest candidates are: │ lower(::BinDeps.CCompile, ::Any) at /home/travis/.julia/v0.7/BinDeps/src/BinDeps.jl:254...

I notice that you use `VersionNumber(string)` with various machinations to work around non-semver versions. You might consider replacing this with just calling `vparse` from https://github.com/stevengj/VersionParsing.jl

Apparently have been broken for 9 months https://ci.appveyor.com/project/nalimilan/bindeps-jl/build/1.0.222 The first failure was on #300: that doesn't seem related, so it was probably a change with Cairo.jl (which doesn't have 32-bit...

I'm trying to use `@BinDeps.install` (which as I understand creates the deps.jl file that you can include in your package) but there's no mention of the functionality in the README....

Since Git is omnipresent in most development cycles and Julia itself is based all around Git, I was rather surprised that there is no Git-based Source provider. While I don't...

I have the following build.jl script which installs udunits2. ```julia using BinDeps using Conda @BinDeps.setup libudunits2 = library_dependency("libudunits2", aliases = ["udunits2","udunits"]) Conda.add_channel("conda-forge") provides(Conda.Manager, "udunits2", libudunits2) provides(AptGet, "libudunits2-dev", libudunits2, os =...

Hi, I use julia in a MS Windows enviroment behind a corporate proxy. On some tests with Blink i mentioned a problem with **download_cmd** in **BinDeps**. Our proxy replied an...