mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
added automake and autoconf to brew
This commit is contained in:
parent
030c61a79c
commit
42e5a9c037
1 changed files with 1 additions and 1 deletions
|
|
@ -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 '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue