[julia-users] BinDeps / LoadError: Path /home/travis/.julia/v0.5/TALib/deps/src/ta-lib-0.4.0-src was not created successfully

2016-10-08 Thread Tony Kelman
Try using the unpacked_dir keyword argument to the Sources provider to tell it the github tarball has a different folder name that it extracts to than its default assumption.

[julia-users] BinDeps / LoadError: Path /home/travis/.julia/v0.5/TALib/deps/src/ta-lib-0.4.0-src was not created successfully

2016-10-08 Thread Femto Trader
Hello, I'm new to BinDeps. I use it in https://github.com/femtotrader/TALib.jl to be able to download / build / install TA-Lib http://ta-lib.org/ I'm able to install this library using OS X and Homebrew without problem see https://travis-ci.org/femtotrader/TALib.jl/jobs/166091755 but with