Introduction
Usage
Installation
svn co https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk/ Or download the tar package tar -zxvf …tar lapack-3.6.0.tar cd lapack-3.6.0 mkdir lapack-cmake cmake -D CMAKE_INSTALL_PREFIX=/sw/library/lapack/lapack-3.6.0/3.6.0 .. 2>&1 | tee cmakelog.txt -- The Fortran compiler identification is GNU -- Check for working Fortran compiler: /usr/bin/f95 -- Check for working Fortran compiler: /usr/bin/f95 -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/bin/f95 supports Fortran 90 -- Checking whether /usr/bin/f95 supports Fortran 90 -- yes -- Found PythonInterp: /usr/bin/python (found version "2.6.6") -- Looking for Python found - TRUE -- Using Python version 2.6.6 -- Reducing RELEASE optimization level to O2 -- Looking for Fortran NONE - found -- Looking for Fortran INT_CPU_TIME - found -- Looking for Fortran EXT_ETIME - not found -- Looking for Fortran EXT_ETIME_ - not found -- Looking for Fortran INT_ETIME - found -- --> Will use second_INT_ETIME.f and dsecnd_INT_ETIME.f as timing function. -- Using supplied NETLIB BLAS implementation -- Using supplied NETLIB LAPACK implementation -- Building Single Precision -- Building Double Precision -- Building Complex Precision -- Building Double Complex Precision -- BUILD TESTING : ON -- Configuring done -- Generating done -- Build files have been written to: /sw/library/lapack/lapack-3.6.0/lapack-cmake make make test make install
Reference