Monday, July 26, 2010

Installing lapack on ubuntu

    1 Download lapack.tgz from www.netlib.org
    2 Unpack the archive
    3 Copy the appropriate make.inc.xxx file from the install directory into make.inc in the main directory
    4 Edit the make.inc and Makefile when appropriate
    5 Type make
    6 In cases of getting error blas_Linux.a: no such file or directory, type: make blaslib testing


No comments: