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:
healther 2017-08-18 20:19:55 +02:00 committed by scheibelp
parent 9ad8e79332
commit 6d155833c5

View file

@ -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