Skip to content

Commit

Permalink
Update to latest Homebrew Boost, 1.86
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Aug 21, 2024
1 parent 0a6b2d5 commit 3b285df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imp_build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def __init__(self, very_short, short, long, very_long, logfile):
Platform(
'MARM', 'Mac ARM',
'Debug build (Apple Silicon Mac; MacOS 12 '
'(Monterey); clang++; Boost 1.85; Python 3; '
'(Monterey); clang++; Boost 1.86; Python 3; '
'per-cpp compilation)',
mac_vlong % ("64-bit Apple Silicon "
"MacOS 12 (Monterey) Mac",
Expand All @@ -431,7 +431,7 @@ def __init__(self, very_short, short, long, very_long, logfile):
Platform(
'M12', 'Mac 12',
'Debug build (64-bit Intel Mac; MacOS 12 '
'(Monterey); clang++; Boost 1.85; Python 3; '
'(Monterey); clang++; Boost 1.86; Python 3; '
'per-cpp compilation)',
mac_vlong % ("64-bit MacOS 12 (Monterey) Mac",
"Homebrew Python 3", "")
Expand All @@ -449,7 +449,7 @@ def __init__(self, very_short, short, long, very_long, logfile):
Platform(
'McFst', 'Mac Fast',
'Fast build (Apple Silicon Mac; MacOS 14 (Sonoma); '
'clang++; Boost 1.85; Python 3)',
'clang++; Boost 1.86; Python 3)',
mac_header % ("Apple Silicon MacOS 14 (Sonoma) Mac",
"Homebrew Python 3", "")
+ fast_build_vlong, 'bin-fast.mac14-intel.log')),
Expand Down

0 comments on commit 3b285df

Please sign in to comment.