NWChem 6.6 compilation fails on mac
Click here for full thread
Forum Vet
4:45:57 PM PDT - Mon, Aug 8th 2016
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