simpleladle
๐ Joined in 2023
๐ผ 3 Karma
โ๏ธ 4 posts
Load more
(Replying to PARENT post)
This in turn allows you to only build and use the 'package' you care about without having to build the whole repo in other projects. Continuing on the above example, if you only wanted to use the asynchronous_union_find.h header file in your project, somewhere in your WORKSPACE file, you add the graph-mining library using a git_repository rule (see WORKSPACE.bazel for examples), and in a cc_library rule in a BUILD file inside your project, you can add a `@graph-mining//in_memory/connected_components:asynchronous_union_find`. Then you can include it as a header elsewhere. Building your project then only builds that package and its dependencies, and not the entire graph-mining library.
(Replying to PARENT post)
1: https://www.coursera.org/learn/edinburgh-music-theory
2: https://books.ed.ac.uk/edinburgh-diamond/catalog/book/ed-978...