mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 00:19:58 +01:00
[CherryPick:2.5]Update jsoncpp to 1.9.4
This commit is contained in:
parent
907f1d1837
commit
16349ac231
|
|
@ -693,12 +693,12 @@ def _tf_repositories():
|
|||
tf_http_archive(
|
||||
name = "jsoncpp_git",
|
||||
build_file = "//third_party:jsoncpp.BUILD",
|
||||
sha256 = "77a402fb577b2e0e5d0bdc1cf9c65278915cdb25171e3452c68b6da8a561f8f0",
|
||||
sha256 = "e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999",
|
||||
strip_prefix = "jsoncpp-1.9.2",
|
||||
system_build_file = "//third_party/systemlibs:jsoncpp.BUILD",
|
||||
urls = [
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/open-source-parsers/jsoncpp/archive/1.9.2.tar.gz",
|
||||
"https://github.com/open-source-parsers/jsoncpp/archive/1.9.2.tar.gz",
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/open-source-parsers/jsoncpp/archive/1.9.4.tar.gz",
|
||||
"https://github.com/open-source-parsers/jsoncpp/archive/1.9.4.tar.gz",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
1
third_party/jsoncpp.BUILD
vendored
1
third_party/jsoncpp.BUILD
vendored
|
|
@ -13,7 +13,6 @@ cc_library(
|
|||
],
|
||||
hdrs = [
|
||||
"include/json/allocator.h",
|
||||
"include/json/autolink.h",
|
||||
"include/json/config.h",
|
||||
"include/json/forwards.h",
|
||||
"include/json/json.h",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user