This is an automated email from the ASF dual-hosted git repository.

wkcn 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 fde4963  [WIP][Dependency Update] Upgrade the libtiff to 4.0.10 
(#14623)
fde4963 is described below

commit fde4963160cf01068c3ff3d028dccd2b1f2bb73b
Author: Jake Lee <[email protected]>
AuthorDate: Wed Apr 10 20:01:10 2019 +0800

    [WIP][Dependency Update] Upgrade the libtiff to 4.0.10 (#14623)
    
    * upgrade the libtiff to 4.0.10
    
    * retrigger CI
    
    * retrigger CI
    
    * retrigger CI
    
    * Retrigger CI
---
 tools/dependencies/libtiff.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/dependencies/libtiff.sh b/tools/dependencies/libtiff.sh
index a1140d5..f57099b 100755
--- a/tools/dependencies/libtiff.sh
+++ b/tools/dependencies/libtiff.sh
@@ -19,16 +19,16 @@
 
 # This script builds the static library of libtiff that can be used as 
dependency of mxnet/opencv.
 set -ex
-TIFF_VERSION="4-0-9"
+TIFF_VERSION="4.0.10"
 if [[ ! -f $DEPS_PATH/lib/libtiff.a ]]; then
     # download and build libtiff
     >&2 echo "Building libtiff..."
     download \
-        
https://gitlab.com/libtiff/libtiff/-/archive/Release-v${TIFF_VERSION}/libtiff-Release-v${TIFF_VERSION}.zip
 \
+        https://download.osgeo.org/libtiff/tiff-${TIFF_VERSION}.zip \
         ${DEPS_PATH}/libtiff.zip
     unzip -q $DEPS_PATH/libtiff.zip -d $DEPS_PATH
     pushd .
-    cd $DEPS_PATH/libtiff-Release-v$TIFF_VERSION
+    cd $DEPS_PATH/tiff-$TIFF_VERSION
     ./configure --quiet --disable-shared --disable-jpeg --disable-zlib 
--disable-jbig --disable-lzma --prefix=$DEPS_PATH
     $MAKE
     $MAKE install

Reply via email to