[Install ATLAS]
(In case of atlas-3.2.1)
- exec "mkdir ~/local", "mkdir ~/local/lib", "cd ~/local/lib"
- get atlas3.2.1.tar.bz2 at http://sourceforge.net/projects/math-atlas/
- exec "tar xjf atlas3.2.1.tar.bz2"
- exec "cd ATLAS"
- exec "make config"
- answer several questions properly
- exec "make install arch=[your architecture]"
- wait till the compilation is finished
- exec "ln -s lib/[your architecture]/libf77blas.a", "ln -s lib/[your architecture]/libatlas.a"
[Install LAPACK]
- exec "cd ~/local/lib"
- get lapack.tgz at http://www.netlib.org/lapack/
- exec "tar xzf lapack.tgz"
- exec "cd LAPACK"
- edit the file 'make.inc' properly
- exec "make libs"
- wait till the compilation is finished
- exec "ln -s lapack_WinNT.a liblapack.a"
[Verification of CPPLapack]
- exec "cd ~/local/lib"
- get cpplapack-XXXX_XX_XX.tar.gz at http://sourceforge.net/projects/cpplapack/
- exec "tar xzf cpplapack-XXXX_XX_XX.tar.gz"
- exec "ln -s cpplapack-XXXX_XX_XX cpplapack"
- exec "cd cpplapack/test"
- edit the file 'do' (Makefile.icc -> Makefile.cygwin)
- exec "./do"
- wait till all test programs are run