Skip to content
forked from iceboy233/boost

bazel build rules for the boost library

Notifications You must be signed in to change notification settings

tarcila/boost.bzl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the boost library with bazel build rules.

We recommend using this repository by adding a git_repository rule in your
WORKSPACE file:

git_repository(
    name = "org_boost_boost",
    commit = "...",
    remote = "https://github.com/iceb0y/boost.git",
)

And then you can reference to individual boost libraries like:

cc_binary(
    # ...
    deps = [
        # ...
        "@org_boost_boost//:asio",
    ],
)

Pull requests to add more boost libraries are welcome.

Currently pinned to boost-1.75.0. Tested under linux and Windows.

About

bazel build rules for the boost library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Starlark 100.0%