Skip to content

Commit

Permalink
Merge pull request #17638 from branfosj/20230401100911_new_pr_Boost1770
Browse files Browse the repository at this point in the history
disable mpi/python in Boost (intel-compilers/2021.4.0)
  • Loading branch information
smoors authored Apr 3, 2023
2 parents d40721e + ae27c8f commit 0cb8187
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ preconfigopts = "sed -i 's/-static//g' tools/build/src/engine/build.sh && "
# see also https://github.com/boostorg/build/issues/647
preconfigopts += "sed -i 's/{TOOLSET}/{B2_TOOLSET}/g' tools/build/src/engine/build.sh && "

configopts = '--without-libraries=python,mpi'

# disable MPI, build Boost libraries with tagged layout
boost_mpi = False
tagged_layout = True
Expand Down

0 comments on commit 0cb8187

Please sign in to comment.