added automake and autoconf to brew

This commit is contained in:
edoapra 2021-10-13 16:23:33 -07:00
parent 030c61a79c
commit 42e5a9c037
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA

View file

@ -27,7 +27,7 @@ esac
if [[ "$os" == "Darwin" ]]; then
# 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 install gcc "$MPI_IMPL" python3 gsed grep ||true
HOMEBREW_NO_INSTALL_CLEANUP=1 HOMEBREW_NO_AUTO_UPDATE=1 brew install gcc "$MPI_IMPL" python3 gsed grep automake autoconf ||true
if [[ "$FC" == "ifort" ]]; then
if [[ -f ~/apps/oneapi/setvars.sh ]]; then
echo ' using intel cache installation '