remove brew install autoconf

to avoid gh action warning
This commit is contained in:
edoapra 2026-01-27 14:26:23 -08:00
parent e1ec4c9347
commit 2bafff5a69
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -46,7 +46,7 @@ fi
fi
# HOMEBREW_NO_AUTO_UPDATE=1 brew cask uninstall oclint || true
# HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install gcc "$MPI_IMPL" openblas python3 ||true
HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew reinstall gcc hwloc gsed grep automake autoconf ||true
HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew reinstall gcc hwloc gsed grep automake ||true
if [[ "$MPI_IMPL" != "build_mpich" ]]; then
brew list open-mpi >& /dev/null ; myexit=$?
if [[ $myexit == 0 ]]; then HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew unlink -q open-mpi ||true ; fi