Skip to content

Commit

Permalink
tools: bump to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jan 16, 2025
1 parent cf2bce2 commit a5609dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/build_talib_from_source.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ fi

DEPS_DIR=$1

TA_LIB_TGZ="ta-lib-0.6.2-src.tar.gz"
TA_LIB_URL="https://github.com/TA-Lib/ta-lib/releases/download/v0.6.2/$TA_LIB_TGZ"
TA_LIB_TGZ="ta-lib-0.6.4-src.tar.gz"
TA_LIB_URL="https://github.com/TA-Lib/ta-lib/releases/download/v0.6.4/$TA_LIB_TGZ"

if [[ -d $DEPS_DIR/lib ]]; then
echo "Already built"
Expand All @@ -20,7 +20,7 @@ wget -O "$DEPS_DIR/tmp/$TA_LIB_TGZ" $TA_LIB_URL
pushd $DEPS_DIR/tmp
tar -zxvf $TA_LIB_TGZ
popd
pushd $DEPS_DIR/tmp/ta-lib-0.6.2
pushd $DEPS_DIR/tmp/ta-lib-0.6.4
./configure --prefix=$DEPS_DIR
make install
popd

0 comments on commit a5609dc

Please sign in to comment.