Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Oct 29, 2024
1 parent 8f9a4b4 commit a6f76c1
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
9 changes: 9 additions & 0 deletions registry/modules/boost.uuid/1.83.0.bcr.1/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module(
name = "boost.uuid",
version = "1.83.0.bcr.1",
bazel_compatibility = [">=7.2.1"],
compatibility_level = 108300,
)

bazel_dep(name = "boost.type_traits", version = "1.83.0.bcr.1")
bazel_dep(name = "rules_cc", version = "0.0.9")
15 changes: 15 additions & 0 deletions registry/modules/boost.uuid/1.83.0.bcr.1/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
load("@rules_cc//cc:defs.bzl", "cc_library")

cc_library(
name = "boost.uuid",
hdrs = glob([
"include/**/*.hpp",
"include/**/*.h",
"include/**/*.ipp",
]),
includes = ["include"],
visibility = ["//visibility:public"],
deps = [
"@boost.type_traits",
],
)
8 changes: 8 additions & 0 deletions registry/modules/boost.uuid/1.83.0.bcr.1/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"url": "https://github.com/boostorg/uuid/archive/refs/tags/boost-1.83.0.tar.gz",
"integrity": "sha256-D9kSkan1QR0Jf4gR5hNz3xPU4b6EWNWLLIas9CYVPBY=",
"strip_prefix": "uuid-boost-1.83.0",
"overlay": {
"BUILD.bazel": "sha256-NKAKbj1aWnmW4zk41aTK3E+oXeb9cK1thp9KvgdYzJE="
}
}
2 changes: 1 addition & 1 deletion registry/modules/thrift/0.21.0/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bazel_dep(name = 'boost.algorithm', version = '1.83.0')
bazel_dep(name = 'boost.numeric_conversion', version = '1.83.0')
bazel_dep(name = 'boost.smart_ptr', version = '1.83.0')
bazel_dep(name = 'boost.tokenizer', version = '1.83.0')
bazel_dep(name = 'boost.uuid', version = '1.83.0')
bazel_dep(name = 'boost.uuid', version = '1.83.0.bcr.1')
bazel_dep(name = 'libevent', version = '2.1.12')
bazel_dep(name = 'openssl', version = '3.3.2')
bazel_dep(name = 'rules_foreign_cc', version = '0.8.0')
Expand Down

0 comments on commit a6f76c1

Please sign in to comment.