lapack


lapack is needed to build ATLAS which is needed for numpy/scipy to be most efficient. 
First follow setup directions here.

  1. Get source and unpack it into a directory and go to the unpacked dir.
  2. Create new make.inc: $ cp INSTALL/make.inc.gfortran make.inc
  3. Edit make.inc so that OPTS and NOOPT both have “-fPIC -m32″ appended.
  4. Goto the SRC subdirectory and make: $ cd SRC && make
  5. Mkae sure lapack_LINUX.a is in base lapack directory and go to install ATLAS

Comments are closed.

Follow

Get every new post delivered to your Inbox.