Skip to content

Commit e3657c2

Browse files
committed
tools: default versions
1 parent fdb4322 commit e3657c2

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

tools/build_talib_linux.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

3-
# TALIB_C_VER=0.6.2
4-
# TALIB_PY_VER=0.5.2
3+
TALIB_C_VER="${TALIB_C_VER:=0.6.4}"
54
CMAKE_GENERATOR="Unix Makefiles"
65
CMAKE_BUILD_TYPE=Release
76
CMAKE_CONFIGURATION_TYPES=Release

tools/build_talib_macos.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

3-
# TALIB_C_VER=0.6.2
4-
# TALIB_PY_VER=0.5.2
3+
TALIB_C_VER="${TALIB_C_VER:=0.6.4}"
54
CMAKE_GENERATOR="Unix Makefiles"
65
CMAKE_BUILD_TYPE=Release
76
CMAKE_CONFIGURATION_TYPES=Release

tools/build_talib_windows.cmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
:: Download and build TA-Lib
22
@echo on
33

4-
:: set TALIB_C_VER=0.6.2
5-
:: set TALIB_PY_VER=0.5.2
4+
if not defined TALIB_C_VER set TALIB_C_VER=0.6.4
65

76
set CMAKE_GENERATOR=NMake Makefiles
87
set CMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)