@@ -6,11 +6,12 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
6
6
http_archive (
7
7
name = "zlib" ,
8
8
build_file = "//third_party:zlib.BUILD" ,
9
- sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1" ,
10
- strip_prefix = "zlib-1.2.11" ,
9
+ patch_cmds = ["""sed -i.bak '29i\\ '$'\\ n#include<zconf.h>\\ n' contrib/minizip/crypt.h""" ],
10
+ sha256 = "91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9" ,
11
+ strip_prefix = "zlib-1.2.12" ,
11
12
urls = [
12
- "https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.11 .tar.gz" ,
13
- "https://zlib.net/zlib-1.2.11 .tar.gz" ,
13
+ "https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.12 .tar.gz" ,
14
+ "https://zlib.net/zlib-1.2.12 .tar.gz" ,
14
15
],
15
16
)
16
17
@@ -114,10 +115,10 @@ pip_install()
114
115
115
116
http_archive (
116
117
name = "org_tensorflow" ,
117
- sha256 = "66b953ae7fba61fd78969a2e24e350b26ec116cf2e6a7eb93d02c63939c6f9f7 " ,
118
- strip_prefix = "tensorflow-2.8 .0" ,
118
+ sha256 = "8087cb0c529f04a4bfe480e49925cd64a904ad16d8ec66b98e2aacdfd53c80ff " ,
119
+ strip_prefix = "tensorflow-2.9 .0" ,
119
120
urls = [
120
- "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.8 .0.tar.gz" ,
121
+ "https://github.com/tensorflow/tensorflow/archive/refs/tags/v2.9 .0.tar.gz" ,
121
122
],
122
123
)
123
124
@@ -157,16 +158,11 @@ http_archive(
157
158
http_archive (
158
159
name = "arrow" ,
159
160
build_file = "//third_party:arrow.BUILD" ,
160
- patch_cmds = [
161
- # TODO: Remove the fowllowing once arrow issue is resolved.
162
- """sed -i.bak 's/type_traits/std::max<int16_t>(sizeof(int16_t), type_traits/g' cpp/src/parquet/column_reader.cc""" ,
163
- """sed -i.bak 's/value_byte_size/value_byte_size)/g' cpp/src/parquet/column_reader.cc""" ,
164
- ],
165
- sha256 = "a27971e2a71c412ae43d998b7b6d06201c7a3da382c804dcdc4a8126ccbabe67" ,
166
- strip_prefix = "arrow-apache-arrow-4.0.0" ,
161
+ sha256 = "57e13c62f27b710e1de54fd30faed612aefa22aa41fa2c0c3bacd204dd18a8f3" ,
162
+ strip_prefix = "arrow-apache-arrow-7.0.0" ,
167
163
urls = [
168
- "https://storage.googleapis.com/mirror.tensorflow.org/github.com/apache/arrow/archive/apache-arrow-4 .0.0.tar.gz" ,
169
- "https://github.com/apache/arrow/archive/apache-arrow-4 .0.0.tar.gz" ,
164
+ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/apache/arrow/archive/apache-arrow-7 .0.0.tar.gz" ,
165
+ "https://github.com/apache/arrow/archive/apache-arrow-7 .0.0.tar.gz" ,
170
166
],
171
167
)
172
168
@@ -601,10 +597,10 @@ http_archive(
601
597
patch_cmds = [
602
598
"tar -xzf c++/libs/libhdfspp/libhdfspp.tar.gz -C c++/libs/libhdfspp" ,
603
599
],
604
- sha256 = "abdffe48b8d2e7776c3b541ee2241401e49774941ca4a8c759e5d795daec8a45 " ,
605
- strip_prefix = "orc-rel-release-1.6.7 " ,
600
+ sha256 = "39d983f4c7feb8ea1e8ab8e3e53e9afc643282b7a500b3a93c91aa6490f65c17 " ,
601
+ strip_prefix = "orc-rel-release-1.6.14 " ,
606
602
urls = [
607
- "https://github.com/apache/orc/archive/refs/tags/rel/release-1.6.7 .tar.gz" ,
603
+ "https://github.com/apache/orc/archive/refs/tags/rel/release-1.6.14 .tar.gz" ,
608
604
],
609
605
)
610
606
@@ -861,10 +857,10 @@ http_archive(
861
857
http_archive (
862
858
name = "xsimd" ,
863
859
build_file = "//third_party:xsimd.BUILD" ,
864
- sha256 = "45337317c7f238fe0d64bb5d5418d264a427efc53400ddf8e6a964b6bcb31ce9 " ,
865
- strip_prefix = "xsimd-7.5.0 " ,
860
+ sha256 = "21b4700e9ef70f6c9a86952047efd8272317df4e6fee35963de9394fd9c5677f " ,
861
+ strip_prefix = "xsimd-8.0.1 " ,
866
862
urls = [
867
- "https://github.com/xtensor-stack/xsimd/archive/refs/tags/7.5.0 .tar.gz" ,
863
+ "https://github.com/xtensor-stack/xsimd/archive/refs/tags/8.0.1 .tar.gz" ,
868
864
],
869
865
)
870
866
0 commit comments