ATLAS


ATLAS is needed to build numpy/scipy.
First follow setup directions here. Then get lapack built. Then proceed.

  1. Get source and unpack it into a directory and go to the unpacked dir.
  2. Configure: $ ../configure -b 32 -Fa alg “-fPIC -m32″ –with-netlib-lapack=$EXTDIR/src/lapack-3.1.1/lapack_LINUX.a
  3. Make: $ make 
  4. Make shared objects: $ make shared && make ptshared
  5. Copy over the outputted libraries to $EXTDIR/lib: $ cp *.so /

The build takes forever so go do something more useful for at least an hour (with simple make on 2.5 Ghz machine).  I think there may be problems when using -j 2 for make with this package.

Direct dependencies:
lapack

Comments are closed.

Follow

Get every new post delivered to your Inbox.