Skip to content
Snippets Groups Projects
Commit 6d155833 authored by healther's avatar healther Committed by scheibelp
Browse files

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.
parent 9ad8e793
No related branches found
No related tags found
No related merge requests found
...@@ -324,7 +324,6 @@ def install(self, spec, prefix): ...@@ -324,7 +324,6 @@ def install(self, spec, prefix):
if not spec.satisfies('@1.43.0:'): if not spec.satisfies('@1.43.0:'):
withLibs.remove('random') withLibs.remove('random')
if '+graph' in spec and '+mpi' in spec: if '+graph' in spec and '+mpi' in spec:
withLibs.remove('graph')
withLibs.append('graph_parallel') withLibs.append('graph_parallel')
# to make Boost find the user-config.jam # to make Boost find the user-config.jam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment