Skip to content

Commit

Permalink
disable mpi/python in Boost (intel-compilers/2021.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj committed Apr 1, 2023
1 parent d514972 commit ae27c8f
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 ae27c8f

Please sign in to comment.