mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
remove brew install autoconf
to avoid gh action warning
This commit is contained in:
parent
e1ec4c9347
commit
2bafff5a69
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue