You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set ENV["CC"] and ENV["CXX"] to the Homebrew GCC shims
(gcc-<major>, g++-<major>) so that Open MPI always compiles
with the brewed GNU toolchain rather than Apple’s Clang.
This prevents breakage of GCC’s fixed headers on Xcode/Clang
upgrades and ensures ABI consistency for downstream MPI-using
formulae (e.g. PETSc, Trilinos) that rely on gfortran and MPI
wrappers. Bump revision to rebuild bottles under the new settings.
0 commit comments