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@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@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
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to