My colleague, Andy Smith, found the problem. The CMAKE_FIND_LIBRARY_SUFFIXES variable was mispelled as CMAKE_FIND_LIBRRAY_SUFFIXES causing errors.
I created a ticket in Mantis and attached patches for both origin/master and origin/release. The ticket is number 12624. Tim ----- Original Message ----- From: "Tim Gallagher" <[email protected]> To: [email protected] Sent: Monday, December 12, 2011 10:01:54 PM Subject: [CMake] FindLAPACK problem 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 -- 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
