Search Criteria
Package Details: ta-lib 0.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ta-lib.git (read-only, click to copy) |
---|---|
Package Base: | ta-lib |
Description: | A library providing common functions for the technical analysis of financial market data |
Upstream URL: | https://github.com/TA-Lib/ta-lib |
Licenses: | BSD |
Submitter: | None |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 24 |
Popularity: | 0.090848 |
First Submitted: | 2007-04-28 05:53 (UTC) |
Last Updated: | 2023-10-27 14:44 (UTC) |
Latest Comments
1 2 Next › Last »
darose commented on 2023-07-25 20:54 (UTC)
Actually, looks like there's some newer version on GH: https://github.com/TA-Lib/ta-lib/tags
darose commented on 2023-07-25 20:24 (UTC)
Is this package actually out of date? Looks like 0.4.0 is the latest version. (Updated in 2007?!?) https://sourceforge.net/projects/ta-lib/files/ta-lib/
King_DuckZ commented on 2022-08-19 17:59 (UTC) (edited on 2022-08-19 18:00 (UTC) by King_DuckZ)
It worked for me on aarch64 after applying this patch:
with the config.guess and config.sub downloaded from savannah as suggested by the config script itself:
AchmadFathoni commented on 2022-03-19 17:13 (UTC) (edited on 2022-03-19 17:14 (UTC) by AchmadFathoni)
Thanks @JimmyAllnighter, it works. I suggest just change line 32 in PKGBUILD to
is enough and localized so it doesn't affect other compilation.
JimmyAllnighter commented on 2022-03-19 10:58 (UTC)
Found the cause of this error:
mv: cannot stat '.deps/gen_code-gen_code.Tpo': No such file or directory
It can be fixed by disabling parallel jobs in MAKEFLAGS.
ie.
MAKEFLAGS="-j1"
I am not familiar with how
make
works, so there is probably a better way of setting that flag, but to just getta-lib
building I modified theMAKEFLAGS
line in/etc/makepkg.conf
temporarily.Solution was found here.
Additionally, this seems like the sort of thing that should be reported (at least according to the
makepkg
wiki page)This is my first 'contribution' to the AUR community. Hope this helped.
AchmadFathoni commented on 2022-01-22 11:01 (UTC)
Got this error:
xsmile commented on 2021-05-15 09:45 (UTC)
Thanks for the patch and the offer. I added you as a co-maintainer.
drbaiton commented on 2021-05-15 07:56 (UTC)
Found compilation errors due to -Werror=format-security new default compilation parameter from, I suppose, autoconf/automake.
Fixed 2 format strings, added small patch
Can be merged from: https://gitlab.com/archbaiton/ta-lib/-/tree/drb-fix-werror
Also: I'm OK to co-maintain, if you need it.
Have a good day ;)
xsmile commented on 2017-09-12 12:16 (UTC)
1 2 Next › Last »