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

Installation of the package "Blosc" by @stevengj failed on my Centos 6.8 linux cluster under Julia 0.4.6. It works now (sort of) with help from Steven, but there is still...

Haven't tracked down exactly what's going on, but see https://github.com/JuliaWeb/MbedTLS.jl/pull/66 where this error was encountered on Travis: ``` LoadError: MethodError: no method matching generate_steps(::BinDeps.LibraryDependency, ::BinDeps.CustomPathBinaries, ::Dict{Symbol,Any}) Closest candidates are: generate_steps(::BinDeps.LibraryDependency,...

I'm getting ``` julia> using BinDeps INFO: Precompiling module BinDeps... ERROR: Failed to precompile BinDeps to /Users/stevenj/.julia/lib/v0.5/BinDeps.ji in compilecache(::String) at ./loading.jl:505 in require(::Symbol) at ./loading.jl:364 ``` with BinDeps 0.4.2 and...

Using using CPLEX_Studio1263, Julia 0.4.5 and Ubuntu 16.04: Pkg.add("CPLEX") INFO: Installing CPLEX v0.1.2 INFO: Building CPLEX signal (11): Segmentation fault strlen at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) __strdup at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)...

Sometimes a package depends on an executable file, not a library. While package providers can install dependencies in the same manner, `find_library` would need to be substituted with an appropriate...

For CxxWrap, I provide Windows binaries, but to build those I always comment the following line: https://github.com/barche/CxxWrap.jl/blob/master/deps/build.jl#L119 Obviously, I just made the mistake of forgetting to uncomment before committing. Is...

Spack https://github.com/LLNL/spack is a cross-platform package manager that does not require root permission. I suggest to support Spack as package manager for Linux, similar to Homebrew for Darwin. This would...

The auto-generated deps.jl file contains lines such as the following. ``` @checked_lib MBED_TLS "C:\\Users\\s2sajs\\.julia\\v0.4\\MbedTLS\\deps\\usr\\bin64\\libmbedtls.DLL" ``` This prevents me from moving or copying the package directory. Would it be feasible to...

In #188 there was an effort to eliminate a call to Yast (ref: https://github.com/stevengj/PyPlot.jl/issues/183) when issuing request `using PyPlot` by adding the zypper package manager. This seems to be now...