Skip to content

Commit 431fd39

Browse files
authored
Update tiff to 4.3.0 (#1398)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 1a36c90 commit 431fd39

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

WORKSPACE

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ http_archive(
153153
http_archive(
154154
name = "proj",
155155
build_file = "//third_party:proj.BUILD",
156-
sha256 = "219c6e11b2baa9a3e2bd7ec54ce19702909591032cf6f7d1004b406f10b7c9ad",
157-
strip_prefix = "proj-7.2.1",
156+
sha256 = "f0c88738b1bd3b65a217734b56a763988ea1ca4c779e39d9d9a8b5878888cd6f",
157+
strip_prefix = "proj-8.0.0",
158158
urls = [
159-
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/OSGeo/PROJ/releases/download/7.2.1/proj-7.2.1.zip",
160-
"https://github.com/OSGeo/PROJ/releases/download/7.2.1/proj-7.2.1.zip",
159+
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/OSGeo/PROJ/releases/download/7.2.1/proj-8.0.0.zip",
160+
"https://github.com/OSGeo/PROJ/releases/download/8.0.0/proj-8.0.0.zip",
161161
],
162162
)
163163

@@ -321,11 +321,11 @@ http_archive(
321321
http_archive(
322322
name = "libtiff",
323323
build_file = "//third_party:libtiff.BUILD",
324-
sha256 = "eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb",
325-
strip_prefix = "tiff-4.2.0",
324+
sha256 = "0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8",
325+
strip_prefix = "tiff-4.3.0",
326326
urls = [
327-
"https://storage.googleapis.com/mirror.tensorflow.org/download.osgeo.org/libtiff/tiff-4.2.0.tar.gz",
328-
"https://download.osgeo.org/libtiff/tiff-4.2.0.tar.gz",
327+
"https://storage.googleapis.com/mirror.tensorflow.org/download.osgeo.org/libtiff/tiff-4.3.0.tar.gz",
328+
"https://download.osgeo.org/libtiff/tiff-4.3.0.tar.gz",
329329
],
330330
)
331331

third_party/libtiff.BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ genrule(
4949
"#ifndef _TIFFCONF_",
5050
"#define _TIFFCONF_",
5151
"",
52+
"#include <stddef.h>",
53+
"#include <stdint.h>",
54+
"#include <inttypes.h>",
55+
"",
5256
"#if defined(_MSC_VER)",
5357
"",
5458
"#define TIFF_INT64_T signed __int64",

0 commit comments

Comments
 (0)