Skip to content

Commit d123372

Browse files
authored
Port rules boost #555 (#55)
1 parent 08ad29e commit d123372

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

bazel/patches/rules_boost.patch

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,20 @@ index e8b00d8..092696f 100644
2323

2424
/* Define to 1 if you have the `utime' function. */
2525
/* #undef HAVE_UTIME */
26+
diff --git a/boost/boost.bzl b/boost/boost.bzl
27+
index 8277dbb..afc9569 100644
28+
--- a/boost/boost.bzl
29+
+++ b/boost/boost.bzl
30+
@@ -139,9 +139,9 @@ def boost_deps():
31+
http_archive,
32+
name = "org_lzma_lzma",
33+
build_file = "@com_github_nelhage_rules_boost//:lzma.BUILD",
34+
- url = "https://github.com/tukaani-project/xz/releases/download/v5.4.4/xz-5.4.4.tar.gz",
35+
- sha256 = "aae39544e254cfd27e942d35a048d592959bd7a79f9a624afb0498bb5613bdf8",
36+
- strip_prefix = "xz-5.4.4",
37+
+ url = "https://src.fedoraproject.org/lookaside/extras/xz/xz-5.4.6.tar.gz/sha512/b08a61d8d478d3b4675cb1ddacdbbd98dc6941a55bcdd81a28679e54e9367d3a595fa123ac97874a17da571c1b712e2a3e901c2737099a9d268616a1ba3de497/xz-5.4.6.tar.gz",
38+
+ sha256 = "aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c",
39+
+ strip_prefix = "xz-5.4.6",
40+
)
41+
42+
maybe(

0 commit comments

Comments
 (0)