You are overriding the SYSTEM_BLAS with ATLAS. There is a USE_ATLAS option. Sould that work?
the relevant part from Make.inc is USE_ATLAS := 0 ATLAS_LIBDIR := $(build_libdir) # or ATLAS_LIBDIR := /path/to/atlas On Saturday, July 9, 2016 at 2:07:38 AM UTC-4, Viral Shah wrote: > > The current master now seems to be in good shape for Power, for those > interested in trying it out. OpenBLAS is still working out a few bugs, but > in the meanwhile, I was able to successfully link against Atlas using the > following Make.user: > > override USE_SYSTEM_BLAS = 1 > override LIBBLAS = -L/usr/lib64/atlas -lsatlas > override LIBBLASNAME = libsatlas > override USE_BLAS64 = 0 > > Apart from multi-threading, all the other tests passed. > > -viral > >