Skip to content

Commit

Permalink
bootstrap: restore no_boost_src default for CentOS 7 for Phenix builders
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
bkpoon committed Feb 28, 2023
1 parent a22eac3 commit 3d1c4e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libtbx/auto_build/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2817,6 +2817,8 @@ def set_builder_defaults(options):
options.python = '39'
if not options.no_boost_src:
options.no_boost_src = True
if sys.platform.startswith('linux') and '.el7.' in platform.platform():
options.no_boost_src = False
if options.use_conda is None:
options.use_conda = ''

Expand Down

0 comments on commit 3d1c4e5

Please sign in to comment.