...
No Format |
---|
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
>>>>>>>>>
make install
[ 5%] Built target blas
[ 59%] Built target lapack
[ 61%] Built target tmglib
[ 67%] Built target xlintstc
[ 72%] Built target xlintstd
[ 72%] Built target xlintstds
[ 73%] Built target xlintstrfc
[ 74%] Built target xlintstrfd
[ 74%] Built target xlintstrfs
[ 75%] Built target xlintstrfz
[ 80%] Built target xlintsts
[ 86%] Built target xlintstz
[ 87%] Built target xlintstzc
[ 90%] Built target xeigtstc
[ 94%] Built target xeigtstd
[ 97%] Built target xeigtsts
[100%] Built target xeigtstz
Install the project...
-- Install configuration: ""
-- Installing: /sw/library/lapack/lapack-3.6.0/3.6.0/lib64/cmake/lapack-3.6.0/lapack-targets.cmake
-- Installing: /sw/library/lapack/lapack-3.6.0/3.6.0/lib64/cmake/lapack-3.6.0/lapack-targets-noconfig.cmake
-- Installing: /sw/library/lapack/lapack-3.6.0/3.6.0/lib64/pkgconfig/lapack.pc
-- Installing: /sw/library/lapack/lapack-3.6.0/3.6.0/lib64/cmake/lapack-3.6.0/lapack-config.cmake
-- Installing: /sw/library/lapack/lapack-3.6.0/3.6.0/lib64/cmake/lapack-3.6.0/lapack-config-version.cmake
-- Installing: /sw/library/lapack/lapack-3.6.0/3.6.0/lib64/pkgconfig/blas.pc
-- Installing: /sw/library/lapack/lapack-3.6.0/3.6.0/lib64/libblas.a
-- Installing: /sw/library/lapack/lapack-3.6.0/3.6.0/lib64/liblapack.a
-- Installing: /sw/library/lapack/lapack-3.6.0/3.6.0/lib64/libtmglib.a
>>>>>>>> |
Reference