Opened 9 years ago
Last modified 6 years ago
#8841 new Bugs
Duplicated rules for mpi.so with MPI support when building both single and multi-threaded flavors
Reported by: | Owned by: | Matthias Troyer | |
---|---|---|---|
Milestone: | To Be Determined | Component: | mpi |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | MPI | Cc: | manphiz@… |
Description
When building with all library variants including single and multi-threading as well as static and shared libraries, if "--with-mpi" is specified it will complain about duplicated rules for mpi.so. The build log is attached.
Attachments (1)
Change History (5)
by , 9 years ago
Attachment: | boost-build.log added |
---|
comment:1 by , 9 years ago
Component: | None → mpi |
---|---|
Owner: | set to |
comment:2 by , 9 years ago
Cc: | added |
---|---|
Summary: | Duplicated rules for mpi.so with MPI support when building single+multithread+static+shared → Duplicated rules for mpi.so with MPI support when building both single and multi-threaded flavors |
OK, so it is when enabling both single and multi-threaded flavors that this issue is triggered. Maybe mpi.so can also be tagged like other shared libraries?
comment:3 by , 9 years ago
We will need support for multiple versions of Python packages from Boost.Build to solve this problem
Note:
See TracTickets
for help on using tickets.
Build log for duplicated rules of mpi.so