Changing the site.cfg as you suggested did the trick!<br /> <br />For what its worth, setup.py build no longer fails as before at compilation step (line 95),<br />(I'm still puzzled whether this earlier 'failure' was caused by some error in my build process but I should probably let it go.)<br /> <br />and numpy.show_config() now shows ATLAS info under blas_opt_info:<br /> <br /> blas_opt_info:<br />     libraries = ['ptf77blas', 'ptcblas', 'atlas']<br />     library_dirs = ['/usr/local/rich/src/scipy_build/lib'] <br />     define_macros = [('ATLAS_INFO', '"\\"3.8.3\\""')]<br />     language = c<br /> <br /> I guess the short answer for whether non-threaded ATLAS libraries are being used (after being found) by a numpy installation is that there is no short answer.<br /> <br /> <br /> Thanks Chris for your patience & help!<br />Numpy is a great resource.<br /> <br />Rich