Skip to content

Commit 7e7a7cd

Browse files
authored
Update libtiff/libgeotiff dependency (#1258)
This PR updates libtiff/libgeotiff to the latest version. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent ae90282 commit 7e7a7cd

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

WORKSPACE

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -142,22 +142,22 @@ new_git_repository(
142142
http_archive(
143143
name = "libgeotiff",
144144
build_file = "//third_party:libgeotiff.BUILD",
145-
sha256 = "12c26422e89da7032efcd60d48f3d82c7c0b4c9f3f61aa30c5e3df512946c6cf",
146-
strip_prefix = "libgeotiff-1.5.1",
145+
sha256 = "9452dadd126223a22ce6b97d202066d3873792aaefa7ce739519635a3fe34034",
146+
strip_prefix = "libgeotiff-1.6.0",
147147
urls = [
148-
"https://storage.googleapis.com/mirror.tensorflow.org/download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.5.1.zip",
149-
"https://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.5.1.zip",
148+
"https://storage.googleapis.com/mirror.tensorflow.org/download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.6.0.zip",
149+
"https://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.6.0.zip",
150150
],
151151
)
152152

153153
http_archive(
154154
name = "proj",
155155
build_file = "//third_party:proj.BUILD",
156-
sha256 = "0b157e1aa81df4d0dbd89368a0005916bb717f0c09143b4dbc1b20d59204e9f2",
157-
strip_prefix = "proj-6.2.0",
156+
sha256 = "219c6e11b2baa9a3e2bd7ec54ce19702909591032cf6f7d1004b406f10b7c9ad",
157+
strip_prefix = "proj-7.2.1",
158158
urls = [
159-
"https://storage.googleapis.com/mirror.tensorflow.org/download.osgeo.org/proj/proj-6.2.0.zip",
160-
"https://download.osgeo.org/proj/proj-6.2.0.zip",
159+
"https://storage.googleapis.com/mirror.tensorflow.org/download.osgeo.org/proj/proj-7.2.1.zip",
160+
"https://download.osgeo.org/proj/proj-7.2.1.zip",
161161
],
162162
)
163163

@@ -316,11 +316,11 @@ http_archive(
316316
http_archive(
317317
name = "libtiff",
318318
build_file = "//third_party:libtiff.BUILD",
319-
sha256 = "5d29f32517dadb6dbcd1255ea5bbc93a2b54b94fbf83653b4d65c7d6775b8634",
320-
strip_prefix = "tiff-4.1.0",
319+
sha256 = "eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb",
320+
strip_prefix = "tiff-4.2.0",
321321
urls = [
322-
"https://storage.googleapis.com/mirror.tensorflow.org/download.osgeo.org/libtiff/tiff-4.1.0.tar.gz",
323-
"https://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz",
322+
"https://storage.googleapis.com/mirror.tensorflow.org/download.osgeo.org/libtiff/tiff-4.2.0.tar.gz",
323+
"https://download.osgeo.org/libtiff/tiff-4.2.0.tar.gz",
324324
],
325325
)
326326

third_party/proj.BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ cc_library(
1212
"src/*.c",
1313
"src/*.cpp",
1414
"src/iso19111/*.cpp",
15+
"src/iso19111/operation/*.cpp",
16+
"src/iso19111/operation/*.hpp",
1517
"src/projections/*.cpp",
1618
"src/transformations/*.cpp",
19+
"src/transformations/*.hpp",
1720
"src/conversions/*.cpp",
1821
],
1922
exclude = [

0 commit comments

Comments
 (0)