Skip to content

Commit

Permalink
Remove sed modification for TA-Lib floating-point precision
Browse files Browse the repository at this point in the history
- Delete the sed command that modified floating-point precision in ta_utility.h
- Simplify TA-Lib installation script
  • Loading branch information
saleh-mir committed Jan 29, 2025
1 parent 2658889 commit 3cb3560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker_build_helpers/install_ta-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ echo "Installing to ${INSTALL_LOC}"
if [ ! -f "${INSTALL_LOC}/lib/libta_lib.a" ]; then
tar zxvf ta-lib-0.6.1-src.tar.gz
cd ta-lib-0.6.1 \
&& sed -i.bak "s|0.00000001|0.000000000000000001|g" src/ta_func/ta_utility.h \
&& ./configure --prefix=${INSTALL_LOC}/ \
&& make \
&& which sudo && sudo make install || make install \
Expand Down

0 comments on commit 3cb3560

Please sign in to comment.