Rice University logo
 
Top blue bar image Kiran Thyagaraja
Brain Dump
 

Build ATLAS on Linux

  1. Get the latest version of ATLAS from: http://sourceforge.net/projects/math-atlas
  2. Untar and get into the source directory.
  3. Follow these steps:
mkdir BUILD
cd BUILD
../configure -b 64 -Fa alg -fPIC --with-netlib-lapack-tarfile=<path to lapack.tgz> --prefix=/home/sam/local
make
cd lib
make shared
make ptshared
cd ..
make install

Comments are closed.