Skip to content

llatseattle/rules_boost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rules_boost -- Bazel build rules for Boost

To use these rules, add the following to your WORKSPACE file:

git_repository(
    name = "com_github_nelhage_boost",
    commit = d6446dc9de6e43b039af07482a9361bdc6da5237,
    remote = "https://github.com/nelhage/rules_boost",
)

load("@com_github_nelhage_boost//:boost/boost.bzl", "boost_deps")
boost_deps()

You can then use libraries in deps through the @boost repository, for example @boost//:algorithm.

Based in part on rules from https://github.com/mzhaom/trunk.

About

bazel build rules to use boost in bazel projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.9%
  • C++ 6.1%