mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
PR #48739: Update jsoncpp to 1.9.4
This commit is contained in:
@@ -571,12 +571,12 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
|
||||
tf_http_archive(
|
||||
name = "jsoncpp_git",
|
||||
build_file = clean_dep("//third_party:jsoncpp.BUILD"),
|
||||
sha256 = "c49deac9e0933bcb7044f08516861a2d560988540b23de2ac1ad443b219afdb6",
|
||||
strip_prefix = "jsoncpp-1.8.4",
|
||||
sha256 = "e34a628a8142643b976c7233ef381457efad79468c67cb1ae0b83a33d7493999",
|
||||
strip_prefix = "jsoncpp-1.9.4",
|
||||
system_build_file = clean_dep("//third_party/systemlibs:jsoncpp.BUILD"),
|
||||
urls = [
|
||||
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/open-source-parsers/jsoncpp/archive/1.8.4.tar.gz",
|
||||
"https://github.com/open-source-parsers/jsoncpp/archive/1.8.4.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
@@ -12,7 +12,6 @@ cc_library(
|
||||
"src/lib_json/json_writer.cpp",
|
||||
],
|
||||
hdrs = [
|
||||
"include/json/autolink.h",
|
||||
"include/json/config.h",
|
||||
"include/json/features.h",
|
||||
"include/json/forwards.h",
|
||||
|
||||
Reference in New Issue
Block a user