[CMake] FindLAPACK problem

Tim Gallagher tim.gallagher at gatech.edu
Mon Dec 12 22:01:54 EST 2011


Hi,

I sent this out awhile ago, saying it couldn't find the MKL LAPACK. But I think the problem may be bigger than that because it can't find non-MKL lapack for me either. I get:

-- A library with BLAS API found.
-- A library with BLAS API found.
CMake Error at /usr/share/cmake/Modules/FindLAPACK.cmake:295 (message):
  A required library with LAPACK API not found.  Please specify library
  location.
Call Stack (most recent call first):

but

|21:52||tgallagher at harpy:leslie|> ls /usr/lib64/libblas*
/usr/lib64/libblas.a  /usr/lib64/libblas_pic.a  /usr/lib64/libblas.so  /usr/lib64/libblas.so.3  /usr/lib64/libblas.so.3.3.1

|21:52||tgallagher at harpy:leslie|> ls /usr/lib64/liblapack*
/usr/lib64/liblapack.a      /usr/lib64/liblapack.so    /usr/lib64/liblapack.so.3.3.1
/usr/lib64/liblapack_pic.a  /usr/lib64/liblapack.so.3

So I have BLAS and LAPACK installed from OpenSuSE and CMake 2.8.6. This is sort of a show stopper if we can't get FindLAPACK working. 

Tim


More information about the CMake mailing list