[CMake] FindBLAS module

Bogdan Cristea cristeab at gmail.com
Fri Aug 31 07:53:23 EDT 2012


Hi

I am trying to find blas API using 

find_package ( BLAS REQUIRED ) 

In my case I am trying to use ACML, but cmake fails to find blas with the 
following error:

CMake Error at /usr/share/cmake/Modules/FindBLAS.cmake:612 (message):
A required library with BLAS API not found.  Please specify library location.

Is there a way to specify where to look for ACML library ?

thanks
-- 
Bogdan


More information about the CMake mailing list