Archive for March, 2010
LAPACK
Posted by admin in Computer Science on March 29, 2010
$ cp make.inc.example make.inc
$ make blaslib testing
$ make
http://icl.cs.utk.edu/lapack-forum/archives/lapack/msg00046.html
add current directory to library search path
$ gcc -L . -lm -llpack file.c -o executable_file