################################################## # # Yambo 5.1.1 installation on MacOS Monterey 12.6 # # Follow https://github.com/nicspalla/my-repo # # Previously installed # brew install gcc@11 (this installs version 11.3.0) ################################################## > cd $HOME/Software > git clone https://github.com/nicspalla/my-repo.git yambo-spack > git clone https://github.com/spack/spack.git spack > cd spack > git checkout releases/v0.18 > . share/spack/setup-env.sh (also added to .bash_profile) > spack external find > spack compiler find > spack config --scope user edit repos -> in vim (file ~/.spack/repos.yaml): repos: - <$HOME path>/Software/yambo-spack > spack install yambo@5.1.1%gcc@11.3.0 +mpi profile=memory,time ^cmake%apple-clang