build boost with graph library even when +mpi
Previously, when +graph and +mpi were enabled, the graph library was replaced with the graph_parallel library. This alters the logic for +graph+mpi to build both libraries.
This commit is contained in:
parent
9ad8e79332
commit
6d155833c5
1 changed files with 0 additions and 1 deletions
|
@ -324,7 +324,6 @@ def install(self, spec, prefix):
|
|||
if not spec.satisfies('@1.43.0:'):
|
||||
withLibs.remove('random')
|
||||
if '+graph' in spec and '+mpi' in spec:
|
||||
withLibs.remove('graph')
|
||||
withLibs.append('graph_parallel')
|
||||
|
||||
# to make Boost find the user-config.jam
|
||||
|
|
Loading…
Reference in a new issue