Re: [CMake] Intel MKL with FindBLAS and FindLAPACK on OS X?

2012-03-10 Thread Frank B .
Hello Andreas, I had the same problem until I found the following bug report. http://public.kitware.com/Bug/view.php?id=12924 Apparently the FindBLAS.cmake and FindLAPACK.cmake are searching for older libraries prior MKL version 10.3. They need to be updated. I'm trying to contact the bug rep

Re: [CMake] Intel MKL with FindBLAS and FindLAPACK on OS X?

2012-02-01 Thread Tim Gallagher
In your MKL installation, do you have the mkl_link_tool in the mkl/tools folder? Tim - Original Message - From: "Andreas Voegel" To: cmake@cmake.org Sent: Wednesday, February 1, 2012 1:11:02 AM Subject: [CMake] Intel MKL with FindBLAS and FindLAPACK on OS X? I am

[CMake] Intel MKL with FindBLAS and FindLAPACK on OS X?

2012-01-31 Thread Andreas Voegel
I am trying to include Intel's MKL in my project by including the following in my CMakeLists.txt file: set( ENV{BLA_VENDOR} "Intel10_64lp" ) find_package (LAPACK) Unfortunately, when I execute cmake I receive the following errors: -- A library with BLAS API not found. Please specify library locat