I tried
provides(Sources,
URI("http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz"),
libta_lib, unpacked_dir="ta-lib")
Thanks Tony, it helps me... but I'm still facing build error with Linux and
BinDeps (contrary to a simple bash script with
./configure --prefix=/usr
make
sudo make install
See https://travis-ci.org/femtotrader/TALib.jl/jobs/166105482
/home/travis/.julia/v0.5/TALib/deps/src/ta-lib/src/ta_abstract/tables/table_c.c:38:25:
fatal error: ta_abstract.h: No such file or directory
Headers are not found.
Le samedi 8 octobre 2016 22:08:49 UTC+2, Tony Kelman a écrit :
>
> 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.