aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Jason Zaman <jason@perfinion.com>2018-08-15 16:35:48 +0800
committerGravatar Jason Zaman <jason@perfinion.com>2018-09-22 10:31:26 +0800
commit36c568f1fdc53376052ab354d56f33e0df4a9319 (patch)
tree6753cd745b6780684c818c0bfe2ad2826a5d4b3b /third_party
parent174e782ded74187fa81f034bb3cfedf2b100286d (diff)
systemlibs: Unbundle double_conversion library
Signed-off-by: Jason Zaman <jason@perfinion.com>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/systemlibs/double_conversion.BUILD12
-rw-r--r--third_party/systemlibs/syslibs_configure.bzl1
2 files changed, 13 insertions, 0 deletions
diff --git a/third_party/systemlibs/double_conversion.BUILD b/third_party/systemlibs/double_conversion.BUILD
new file mode 100644
index 0000000000..568460181a
--- /dev/null
+++ b/third_party/systemlibs/double_conversion.BUILD
@@ -0,0 +1,12 @@
+licenses(["notice"])
+
+filegroup(
+ name = "LICENSE",
+ visibility = ["//visibility:public"],
+)
+
+cc_library(
+ name = "double-conversion",
+ linkopts = ["-ldouble-conversion"],
+ visibility = ["//visibility:public"],
+)
diff --git a/third_party/systemlibs/syslibs_configure.bzl b/third_party/systemlibs/syslibs_configure.bzl
index 8b09c9ac1f..41b867e770 100644
--- a/third_party/systemlibs/syslibs_configure.bzl
+++ b/third_party/systemlibs/syslibs_configure.bzl
@@ -14,6 +14,7 @@ VALID_LIBS = [
"com_googlesource_code_re2",
"curl",
"cython",
+ "double_conversion",
"flatbuffers",
"gif_archive",
"grpc",