Commit be213a4
committed
Cleanup Boost dependencies
I'm trying to remove the libboost-all-dev from my robot image. I notices
there is an exec_depend from `ros2_canopen` to libboost-all-dev. This is
not needed for running the application, only for compiling. So I've
tried to look at all the boost dependencies and categorized them
properly.
canopen_402_driver:
- uses the headers of boost container and numeric which are part of libboost-all-dev
canopen_base_driver:
- doesn't depend on boost
canopen_core:
- boost thread requires linking to libboost-thread and the headers from libboost-all-dev
- it uses the headers of boost lockfree and optional which are part of libboost-dev1 parent 9e4f6f2 commit be213a4
File tree
5 files changed
+10
-8
lines changed- canopen_402_driver
- canopen_base_driver
- include/canopen_base_driver
- canopen_core
5 files changed
+10
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
| 18 | + | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
19 | | - | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
0 commit comments