Undefined references for nwchem6.6 on ubuntu 16.04


Click here for full thread
Forum Vet
I would suggest the following

unset BLAS_SIZE
unset BLAS_LIB
unset LAPACK_SIZE
unset LAPACK_LIB
cd $NWCHEM_TOP/src/tools
rm -rf build install
make
cd ../blas
make clean;make
cd ../lapack
make clean;make
cd ../64to32
make clean;make
cd ..
make link