NWChem 6.6 compilation fails on mac


Click here for full thread
Forum Vet
Here is how to use OpenBlas from Homebrew and fix your installation issues

1) brew install openblas

2) cd $NWCHEM_TOP/src/tools

3) rm -rf build

4) export BLASOPT="-L/usr/local/opt/openblas/lib -lopenblas"

5) export BLAS_SIZE=4

6) make

7) cd ..

8) make link