This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 8a4ad9f upgrade the version to 2.0.2 (#14621)
8a4ad9f is described below
commit 8a4ad9fe2c224e5ad79d859a4dd0fea3ffebcaa0
Author: Jake Lee <[email protected]>
AuthorDate: Sat May 11 20:09:56 2019 -0700
upgrade the version to 2.0.2 (#14621)
---
tools/dependencies/libturbojpeg.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/dependencies/libturbojpeg.sh
b/tools/dependencies/libturbojpeg.sh
index 8dcac01..0c9eb97 100755
--- a/tools/dependencies/libturbojpeg.sh
+++ b/tools/dependencies/libturbojpeg.sh
@@ -20,7 +20,7 @@
# This script builds the static library of libturbojpeg that can be used as
dependency of
# mxnet/opencv.
set -ex
-TURBO_JPEG_VERSION=1.5.90
+TURBO_JPEG_VERSION=2.0.2
if [[ $PLATFORM == 'darwin' ]]; then
JPEG_NASM_OPTION="-D CMAKE_ASM_NASM_COMPILER=/usr/local/bin/nasm"
fi