Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Revert "[WIP][Dependency Update] Upgrade the libtiff to 4.0.10 (#14623)"
Browse files Browse the repository at this point in the history
This reverts commit fde4963.
  • Loading branch information
wkcn authored Apr 10, 2019
1 parent fde4963 commit 606c3bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/dependencies/libtiff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.10"
TIFF_VERSION="4-0-9"
if [[ ! -f $DEPS_PATH/lib/libtiff.a ]]; then
# download and build libtiff
>&2 echo "Building libtiff..."
download \
https://download.osgeo.org/libtiff/tiff-${TIFF_VERSION}.zip \
https://gitlab.com/libtiff/libtiff/-/archive/Release-v${TIFF_VERSION}/libtiff-Release-v${TIFF_VERSION}.zip \
${DEPS_PATH}/libtiff.zip
unzip -q $DEPS_PATH/libtiff.zip -d $DEPS_PATH
pushd .
cd $DEPS_PATH/tiff-$TIFF_VERSION
cd $DEPS_PATH/libtiff-Release-v$TIFF_VERSION
./configure --quiet --disable-shared --disable-jpeg --disable-zlib --disable-jbig --disable-lzma --prefix=$DEPS_PATH
$MAKE
$MAKE install
Expand Down

0 comments on commit 606c3bb

Please sign in to comment.